List Settlement Type Mapping Instances by Financial Code
GET/api/amazon/unified/settlement-type-mappings/instances
Returns the resolved settlement type mapping for a single financial code, per Amazon integration instance. Settlement type mappings map Amazon settlement fee/transaction types to nominal codes (and settlement mapping groups) used when generating accounting transactions; overrides are per-instance exceptions to the global mapping.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
One row is returned per instance with the EFFECTIVE values - the per-instance override when one exists, otherwise the global default:
integration_instance-{id, name}of the Amazon integration instance.nominalCode- resolved nominal code{id, code, name}or null when unmapped.mappingGroup- resolved settlement mapping group{id, name, document_type}(document_type isinvoiceorbill) or null.is_override- true when the row comes from a per-instance override rather than the global mapping.override_id- the override record ID (use it withDELETE .../overrides/:id), or null.
Query parameters:
financial_code(required, string).integration_instance_ids[](optional, array of integers) - limit to specific instances.
Request
Responses
- 200
- 401
- 403
- 422
- 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.
Unprocessable Entity
Response Headers
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.