Get mappings for integration instance
GET/api/amazon/:integrationInstance/mappings
Returns the full field-mapping picture for the given Amazon integration instance:
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
mappings/effective_mappings: the merged set of listing→sku field mappings that are actually applied during sync (custom mappings override defaults).default_mappings: the built-in system defaults (e.g.seller_sku → sku,item_name → item_name,brand → brand,manufacturer → vendor,price → price.<default-tier>.value).custom_mappings: any per-instance overrides that have been persisted via the update endpoint.available_amazon_fields: the same catalog of Amazon listing fields returned byGET /api/amazon/mappings/available-fields.available_sku_fields: the same catalog of SKU.io fields (static + dynamic pricing tiers / supplier pricing tiers / attributes).
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.