Update Bulk Product Prices
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
POST
https://api.salla.dev/admin/v2
Products
Last modified:2025-02-04 08:45:24
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.salla.dev/admin/v2/products/prices/bulkPrice' \
--header 'Content-Type: application/json' \
--data-raw '{
"products": [
{
"id": 784769282,
"price": 500,
"cost_price": 550,
"sale_price": 600,
"sale_end": "2022-07-30"
}
]
}'
Response Response Example
201 - Example
{
"status": 201,
"success": true,
"data": {
"message": "The details has been queued to update, it may take several minutes to finish the process.",
"code": 201
}
}
Request
Body Params application/json
Responses
Modified at 2025-02-04 08:45:24