Skip to main content

File Reimbursement Case

POST 

/api/amazon/unified/reimbursement-cases/:reimbursementCase/file

Records the case ID Amazon gave you after you opened the claim in Seller Central, and moves the case to submitted (Waiting on Amazon). A note is added to the case.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request body fields:

  • amazon_case_id (required, string) — the Amazon case ID. Anything pasted is normalised to its digits first (e.g. Case ID: 1645 123 4567 becomes 16451234567); the result must be 8 to 15 digits.

Optimistic locking: if someone else already filed the case, the response is 409 Conflict with who filed it and the Amazon case ID on file. Re-sending the same case ID as the person who filed it is a no-op that returns the case. A case that can no longer be filed (paid, dismissed, expired…) returns 422, and so does an informational case (informational: true), which is a heads-up with nothing to file.

Request​

Responses​

OK

Response Headers
    Content-Type