product/variations/price_variance
Context
All requests to the beta-library.zoomcatalog.com/product-api endpoint must contain a request body conforming to the object shape described in the product spec. The object described below is part of the aforementioned spec.
Key-Value Pairs in a Price Variance Object
Field | Description | Type - Length | Required |
---|---|---|---|
part_id | Part id or SKU. | String - 64 | Yes |
name | Name of the price. Can be Min-Quantity or related. | String - 256 | Yes |
value | Price value. | String - 50 | Yes |
code | Discount price code by quantity. | String - 5 | Yes |
currency | Currency for price. ISO 4217 format. | String - 64 | Yes |
price_type | Type of price. One of: Customer, List, Net | String - 64 | No |
config_type | Blank or Decorated | String - 21 | No |