/shipping_integrations

List

Lists the caller's orders from every shipping integration with provider organizations expanded, filtering, sorting, pagination, and optional search. | () -> (ShippingIntegrationOrderListRes)

get/shipping_integrations/orders/list/v1

Query parameters

sort_by'ordered_at_timestamp' | 'completed_at_timestamp' | 'last_mirrored_at_timestamp' | 'first_mirrored_at_timestamp' | 'status'

Field to sort by.

sort_order'asc' | 'desc'

Sort order for query results

Sort order (asc or desc).

pageinteger
page_sizeinteger
searchstring nullable

Search provider order IDs and reference numbers.

Search provider order IDs and reference numbers.

filter_shipping_integrationOrgShippingIntegrationEnum1[] nullable

Filter by shipping integration(s)

Filter by shipping integration(s)

filter_provider_org_idstring[] nullable

Filter by provider org ID(s)

Filter by provider org ID(s)

filter_statusShippingIntegrationOrderStatusEnum1[] nullable

Filter by unified status(es)

Filter by unified status(es)

filter_integration_order_idstring nullable

Filter by the provider's exact order ID

Filter by the provider's exact order ID

filter_reference_numberstring nullable

Filter by an exact reference number carried on the order

Filter by an exact reference number carried on the order

filter_ordered_at_timestamp_gtestring date-time nullable

Filter ordered_at_timestamp >= value

Filter ordered_at_timestamp >= value

filter_ordered_at_timestamp_ltestring date-time nullable

Filter ordered_at_timestamp <= value

Filter ordered_at_timestamp <= value

filter_completed_at_timestamp_gtestring date-time nullable

Filter completed_at_timestamp >= value

Filter completed_at_timestamp >= value

filter_completed_at_timestamp_ltestring date-time nullable

Filter completed_at_timestamp <= value

Filter completed_at_timestamp <= value

filter_last_mirrored_at_timestamp_gtestring date-time nullable

Filter last_mirrored_at_timestamp >= value

Filter last_mirrored_at_timestamp >= value

filter_last_mirrored_at_timestamp_ltestring date-time nullable

Filter last_mirrored_at_timestamp <= value

Filter last_mirrored_at_timestamp <= value

filter_first_mirrored_at_timestamp_gtestring date-time nullable

Filter first_mirrored_at_timestamp >= value

Filter first_mirrored_at_timestamp >= value

filter_first_mirrored_at_timestamp_ltestring date-time nullable

Filter first_mirrored_at_timestamp <= value

Filter first_mirrored_at_timestamp <= value

Response

Successful Response

total_countinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.