api_key: ********************X-Api-Key: ********************{
"products": [
{
"asin": "B0019MQM64",
"marketplace_id": "ATVPDKIKX0DER",
"sku": "Webstaurantstore 14-07-2025 B0019MQM64",
"strategy": "follow_buybox",
"strategy_params": {
"beat_by": "-0.02"
},
"limits": {
"max_price": null,
"min_price": null,
"max_change": "46.00",
"max_change_percent": "5.00"
},
"amazon_price_update_enabled": false,
"reprice_priority": "regular"
}
]
}curl --location 'https://app.sellerassistant.app/api/v1/sa/repricer/products/bulk-update?api_key=%3Capi-key%3E' \
--header 'Content-Type: application/json' \
--data '{
"products": [
{
"asin": "B0019MQM64",
"marketplace_id": "ATVPDKIKX0DER",
"sku": "Webstaurantstore 14-07-2025 B0019MQM64",
"strategy": "follow_buybox",
"strategy_params": {
"beat_by": "-0.02"
},
"limits": {
"max_price": null,
"min_price": null,
"max_change": "46.00",
"max_change_percent": "5.00"
},
"amazon_price_update_enabled": false,
"reprice_priority": "regular"
}
]
}'{
"results": [
{
"id": 1,
"team_id": 118,
"asin": "B07PGL2ZSL",
"marketplace_id": "ATVPDKIKX0DER",
"sku": "Webstaurantstore 14-07-2025 B0019MQM64",
"strategy": "follow_buybox",
"strategy_params": {
"beat_by": "-0.02"
},
"limits": {
"max_price": "45.00",
"min_price": "20.00",
"max_change": "46.00",
"max_change_percent": "5.00"
},
"amazon_price_update_enabled": false,
"reprice_priority": "regular",
"created_at": "2026-04-11T18:15:06.000000Z",
"created_by": 42,
"updated_at": "2026-04-11T18:15:06.000000Z",
"updated_by": 42
}
]
}