Skip to main content

Search Pre-Start-Date Orders

GET 

/api/shopify/:integrationInstance/pre-start-date-orders/search

Searches the Shopify Admin API live for specific orders created before the inventory start date, by order number, Shopify order ID, or customer email. Returns the same shape and eligibility flags as List Pre-Start-Date Orders.

Authorization

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

Authentication: Requires Bearer token.

Query parameters:

  • search_by (string, required): order_number, order_id, or email.
  • search_term (string, required, max 255).

Returns 422 if the inventory start date has not been set.

Request

Responses

OK

Response Headers
    Content-Type