Skip to content

Commit

Permalink
NoTicket: [Update] price-list response (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Nov 6, 2023
1 parent 3c2b62d commit 4ee4e5c
Showing 1 changed file with 2 additions and 39 deletions.
41 changes: 2 additions & 39 deletions docs/api-docs/catalog/price-list-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following OAuth Scopes are required:
* A **price list** is a collection of price records. Price records make up a price list.
* A **price record** is a price override for a particular variant. At a minimum, it contains a variant ID, a price, and a currency.

```js showLineNumbers copy
```js filename="Price Record" showLineNumbers copy
{
"variant_id": 3121,
"price": 10.0,
Expand All @@ -35,44 +35,7 @@ X-Auth-Token: {{ACCESS_TOKEN}}
Accept: application/json
Content-Type: application/json
[
{
"variant_id": 3121,
"price": 10.0,
"sale_price": 8.0,
"retail_price": 12.0,
"map_price": 6.0,
"currency": "USD"
}, {
"variant_id": 3255,
"price": 11.0,
"sale_price": 9.0,
"retail_price": 13.0,
"map_price": 7.0,
"currency": "USD"
}, {
"variant_id": 3256,
"price": 12.0,
"sale_price": 10.0,
"retail_price": 14.0,
"map_price": 8.0,
"currency": "USD"
}, {
"variant_id": 3257,
"price": 13.0,
"sale_price": 11.0,
"retail_price": 15.0,
"map_price": 9.0,
"currency": "USD"
}, {
"variant_id": 3258,
"price": 14.0,
"sale_price": 12.0,
"retail_price": 16.0,
"map_price": 10.0,
"currency": "USD"
}
]
{}
```

## Price list assignments
Expand Down

0 comments on commit 4ee4e5c

Please sign in to comment.