Creates or updates a batch of Price Lists Records; may include price list records from more than one price list. Concurrency limit of 1. It is advised to use POST to get better performance when creating price records.
Each request must include price_list_id and currency, plus either variant_id or sku to identify the variant.
The 3-letter country code with which this price record is associated.
The variant with which the price record is associated. Either variant_id or sku is required.
The SKU for the variant with which this price record is associated. Either sku or variant_id is required.
The list price for the variant mapped in a Price List. Overrides any existing or Catalog list price for the variant/product. If empty, the sale price will be treated as not being set on this variant.
The sale price for the variant mapped in a Price List. Overrides any existing or Catalog sale price for the variant/product. If empty, the sale price will be treated as not being set on this variant.
The retail price for the variant mapped in a Price List. Overrides any existing or Catalog retail price for the variant/product. If empty, the retail price will be treated as not being set on this variant.
The MAP (Minimum Advertised Price) for the variant mapped in a Price List. Overrides any existing or Catalog MAP price for the variant/product. If empty, the map_ price will be treated as not being set on this variant.
Success response for batch PUT of Price List Records.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.
The MIME type of the response body.