List Pre-Start-Date Walmart Orders
GET/api/walmart/:integrationInstance/pre-start-date-orders
Query the Walmart Marketplace API live for orders created before the account's inventory start date, within a chosen creation-date window. Returns lightweight order summaries with an eligibility assessment for import: cancelled orders are marked ineligible, and orders that already exist in SKU.io are flagged already_imported.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Up to 2,000 matching orders are returned per query (Walmart pagination is followed for at most 10 pages). The inventory start date must be configured; both window bounds must fall before it (422 otherwise). Returns 500 if Walmart cannot be reached.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Unprocessable Entity
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.