Update Bulk Product Prices

POST {{baseUrl}}/products/prices/bulkPrice

This endpoint allows you to update unlimited bulk products' prices by providing the IDs of the products and the price amount you want to update in your body request, where it will process the update procedure and then execute it later on.

Scope: products.read_write- Products Read & Write

Request Body

{"products"=>[{"id"=>"<number>", "price"=>"<number>", "cost_price"=>"<number>", "sale_price"=>"<number>", "sale_end"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;status&quot;:&quot;\u003cnumber\u003e&quot;,&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;data&quot;:{&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cnumber\u003e&quot;}}