Skip to main content

Get Raw Walmart Order

GET 

/api/walmart/:integrationInstance/orders/:order/raw

Fetch the order directly from the Walmart Marketplace API and return Walmart's raw purchase-order payload without any transformation. Useful for troubleshooting sync discrepancies — this is the live payload as Walmart returns it today, not the locally stored copy.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Returns 403 if the order does not belong to the integration instance, and 500 if Walmart cannot be reached or rejects the request.

Request

Responses

OK

Response Headers
    Content-Type