Bulk discount prices for products
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
PUT /api/v3/STOREID/products/PRODUCTID HTTP/1.1
Host: app.ecwid.com
Content-Type: application/json
Authorization: Bearer secret_token
{
"price": 100,
"wholesalePrices": [
{
"quantity": 10,
"price": 95
},
{
"quantity": 50,
"price": 90
}
]
}