Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the price list.
Query Parameters
Comma-separated fields to include in the response.
Body
application/json
The ID of the product variant this price list is for.
The price's rules.
The price's currency code.
Example:
"usd"
The price's amount.
The minimum quantity that must be available in the cart for the price to be applied.
The maximum quantity allowed to be available in the cart for the price to be applied.
Response
201 - application/json
OK
The price list's details.