Skip to main content

Start Tracked Walmart Order Refresh

POST 

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

Pull orders from the Walmart Marketplace API into SKU.io. This queues an asynchronous background job and returns immediately. Poll progress using the returned tracked_job_log_id.

Authorization

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

Request body (all fields optional):

  • mode — which orders to pull: latest (default; orders modified since the most recent local order), from_start_date (orders modified since the integration's configured start date), date_range (orders modified since date_from), or all.
  • date_from — start of the modification window (date). Used with mode date_range.
  • date_to — end of the window (date). Accepted for validation but the pull is open-ended from date_from.

Request

Responses

OK

Response Headers
    Content-Type