Skip to main content

Refresh Single Order

POST 

//:domain/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.

Authentication: Requires Bearer token.

Fields:

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

Request

Responses

OK

Response Headers
    Content-Type