/api/v1/sa/repricer/info to get all effective settings, allowed marketplaces, and usage limits for the team.usage_limits block to enforce product limits in the UI and handle errors gracefully (see below).amazon_price_update_enabled (allow price update):/api/v1/sa/repricer/settings/api/v1/sa/repricer/products and bulk endpoints/api/v1/sa/repricer/products/{id}/reprice/api/v1/sa/repricer/history, /api/v1/sa/repricer/history/statsapi_key: ********************X-Api-Key: ********************curl --location 'https://app.sellerassistant.app/api/v1/sa/repricer/info?api_key=%3Capi-key%3E'{
"default_settings": {},
"team_effective_settings": {},
"team_settings": {},
"allowed_marketplaces": {
"na": [
"ATVPDKIKX0DER"
],
"eu": [
"A1PA6795UKMFR9"
],
"fe": [
"A1VC38T7YXB528"
]
},
"usage_limits": {
"regular_repricer_products_limit": 500,
"regular_repricer_products_left": 450,
"regular_repricer_products_used": 50
}
}