Skip to main content

Update SKU Orders from Walmart

POST 

/api/walmart/:integrationInstance/orders/update-sku-orders

Update existing SKU.io sales orders from the latest Walmart order data. Useful for syncing status changes (e.g. cancellations, acknowledgements).

Authentication: Requires Bearer token.

Fields:

  • ids (array, optional): Array of Walmart order IDs to update SKU orders from.
  • update_all_orders (boolean, default false): Update all Walmart orders' SKU counterparts.
  • use_jobs (boolean, optional): Process updates via queue jobs instead of synchronously.
  • filters (optional, object): DataTable filters to use instead of explicit ids.

Request

Responses

Successful response