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
orderId
Walmart order number — must be numeric (1–50 digits).
Query parameters
MaxResultsPerPage
Ignored — GMP returns all commission entries in one page.
NextToken
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