Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
(no ticket): [update] Several docs, copyedits (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Riehl authored Dec 13, 2023
1 parent e8c0c37 commit ebef59c
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 52 deletions.
3 changes: 2 additions & 1 deletion reference/catalog/product-variants_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,8 @@ paths:
type: string
- name: product_id
in: query
description: 'A comma-separated list of IDs of products whose variants were requested. For example:`?product_id=:id``?product_id:in=77,80,81`'
description: |-
A comma-separated list of IDs of products whose variants were requested. For example:`?product_id:in=77,80,81`
schema:
type: string
responses:
Expand Down
2 changes: 1 addition & 1 deletion reference/pages.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ components:
Include a header parameter called `X-Auth-Token` and pass it the `access_token` provided with your store API account or generated with your app's `/auth` callback.
```http title="Security header example"
```http filename="Security header example"
X-Auth-Token: example_access_token
```
Expand Down
6 changes: 3 additions & 3 deletions reference/price_lists.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@ components:
description: The price list with which the price record is associated. Either `variant_id` or `sku` is required.
sku:
type: string
description: The SKU for the variant with which this price record is associated. Either `sku`` or `variant_id is required.
description: The SKU for the variant with which this price record is associated. Either `sku` or `variant_id` is required.
currency:
type: string
description: The 3-letter country code with which this price record is associated.
Expand Down Expand Up @@ -2863,10 +2863,10 @@ components:
description: The Price List with which this price record is associated.
variant_id:
type: integer
description: The variant with which this price record is associated. Either `variant_id`` or `sku` is required.
description: The variant with which this price record is associated. Either `variant_id` or `sku` is required.
sku:
type: string
description: The variant with which this price record is associated. Either `sku`` or `variant_id`` is required.
description: The variant with which this price record is associated. Either `sku` or `variant_id` is required.
currency:
type: string
description: The 3-letter currency code with which this price set is associated.
Expand Down
1 change: 0 additions & 1 deletion reference/shipping.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,6 @@ components:
title: Shipping Provider
type: string
enum:
- '``'
- fedex
- auspost
- canadapost
Expand Down
Loading

0 comments on commit ebef59c

Please sign in to comment.