Skip to main content

Refresh Single Order

POST 

/api/walmart/:integrationInstance/orders/refresh-order

Refresh a single Walmart order by its unique identifier (customerOrderId). Fetches the latest data from Walmart API and returns the updated order resource.

Not yet available to API tokens

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

Authentication: Requires Bearer token.

Fields:

  • uniqueId (required, string): The Walmart customerOrderId (e.g., '5000000001234')

Request

Responses

OK

Response Headers
    Content-Type