Pricing API
...
Pricing API Docs
Pricing
Update pricing for multiple price lists
PATCH
/api/v1/batch-update-pricing
Header Parameters
Site-Id
string
*
Body Parameters
body
object[]
Description
List of sku, price list, quantity and price to update. Partial updates are supported, meaning only the SKUs present will be affected. For the given SKUs, existing prices are deleted then the supplied prices are inserted. If SKU is provided but quantity and price are blank, all prices for that SKU are removed from the price list.
sku
string
*
price_list_slug
string
pricing
object[]
*
Responses
200
Successful response
PriceList
slug
string
name
PriceListNameParam
currency_code
string
source
string<custom | platform | integration>
rules
PriceListRulesParam
400
Validation errors
PriceUpdateError[]
line
integer
field
string
message
string
default
Error Response
Updated 01 Aug 2024
Did this page help you?