Docs

List Orders (v2)

Obtains a list of orders that match the specified criteria. All of the available filters are optional.

GET

Query

Arguments
string

Filter by order number, performs a "starts with" search.

string

Filter by order status. If left empty, orders of all statuses are returned. Values: - awaiting_payment - awaiting_shipment - pending_fulfillment - shipped - on_hold - cancelled - rejected_fulfillment

string

Returns orders that match the specified name.

string

Returns orders that contain items that match the specified keyword.Fields searched are Sku, Description, and Options.

string

Filters orders to a single, identified store. Call ShipStations `List Stores` action to obtain a list of `storeIds`

string

Returns orders that were modified after the specified date.

string

Returns orders that were modified before the specified date

string

Returns orders that were created in ShipStation after the specified date.

string

Returns orders that were created in ShipStation before the specified date.

string

Returns orders greater than the specified date.

string

Returns orders less than or equal to the specified date.

string

Returns orders that were paid after the specified date.

string

Returns orders that were paid before the specified date.

string

The default two-letter ISO Origin Country code for the Product.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.