api_key: ********************X-Api-Key: ********************{
"forbid_amazon_price_updates_for_team": false,
"default_strategy": "follow_buybox",
"default_strategy_params": {
"beat_by": "0.02"
},
"default_limits": {
"min_price": "2.00",
"max_price": "500.00",
"max_change_percent": "15.00",
"max_change": "50.00"
}
}curl --location 'https://app.sellerassistant.app/api/v1/sa/repricer/settings?api_key=%3Capi-key%3E' \
--header 'Content-Type: application/json' \
--data '{
"forbid_amazon_price_updates_for_team": false,
"default_strategy": "follow_buybox",
"default_strategy_params": {
"beat_by": "0.02"
},
"default_limits": {
"min_price": "2.00",
"max_price": "500.00",
"max_change_percent": "15.00",
"max_change": "50.00"
}
}'{
"id": 1,
"team_id": 1,
"forbid_amazon_price_updates_for_team": false,
"default_strategy": "follow_buybox",
"default_strategy_params": {
"beat_by": "0.01"
},
"default_limits": {
"min_price": "2.00",
"max_price": "500.00",
"max_change_percent": "15.00",
"max_change": "50.00"
},
"created_by": 7,
"updated_by": 42,
"created_at": "2026-03-23T12:00:00Z",
"updated_at": "2026-03-23T12:00:00Z"
}