Update Bulk Product Prices

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

This endpoint allows you to update 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"=>1078784557, "price"=>300}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"status":201,"success":true,"data":{"message":"The details has been queued to update, it may take several minutes to finish the process.","code":201}}