Update Bulk Product Prices

POST https://api.salla.dev/admin/v2/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 later on.

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;:true,&quot;data&quot;:{&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cnumber\u003e&quot;}}