PriceList Upload¶
The pricelist upload inserts/updates pricelist records to BigCommerce.
Pricelist Update Handling¶
The pricelist upload will process 1000 price records per batch until there are no more batches to process.
To simplify the mapping the pricelist upload presents pricelist field inline with the with product/variant fields. The integration will group the pricelist records by pricelist value, process all records for that pricelist, then process all price updates for the next set of the pricelist and so on, until there are no more pricelists to process.
API Endpoint¶
Fields¶
| Field | Description |
|---|---|
| Pricelist | The pricelist name. When this field is set the pricelist name will attempted to be translated to it’s underlying id. |
| Pircelist ID | The pricelist id – if this is set it will be used vs. the name pricelist field (above). |
| SKU & Variant Id | Either the id of the product variant OR the sku values can be set. The pricelist endpoint will accept either – if the variant id is not known it is much easier to set the SKU field. |
| Currency (Mandatory) | The 3-letter currency ISO Code for the pricelist record. |
| Price | The price. |
| Bulk Fields | The Bulk Fields allow you to set the first price tier for volume pricing. See below for how to set the fields. Where these fields are set they will override the existing price tiers/bulk pricing. |
Bulk Pricing Tiers¶
When set the tiers will replace any existing bulk pricing.
| Field | Description |
|---|---|
| Quantity Min & Max | The lower and upper tiers for the price amount. |
| Type | One of “fixed”, “price”, “percent” – This dictates how the amount field (below) will be applied to the base price. |
| Price/Amount | The amount or price per the pricing type. |