List Financial Events By Order Id

Returns financial events for a specific order via GMP commission endpoint.

Best-effort implementation — returns commission charges only; refunds, fees, and adjustments are absent. IDOR ownership gate enforced.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

orderIdstringRequired

Walmart order number — must be numeric (1–50 digits).

Query parameters

MaxResultsPerPageintegerOptional

Ignored — GMP returns all commission entries in one page.

NextTokenstringOptional

Not supported — returns 400 Bad Request if supplied.

Response

Success

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error