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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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