Reorder Settlement Mapping Groups
PUT/api/amazon/unified/settlement-mapping-groups/reorder
Reorders the global Amazon settlement mapping groups. Mapping groups control how settlement lines are grouped into generated accounting documents (each group produces one invoice or bill per settlement), and their order determines display/processing order.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Body fields:
ids(required, array of integers, min 1) - settlement mapping group IDs in the desired order. Each ID must exist; the new sort order is assigned from the array position.
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.