List
Lists the caller’s orders from every shipping integration with provider organizations expanded, filtering, sorting, pagination, and optional search. | () -> (ShippingIntegrationOrderListRes)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
sort_by
Field to sort by.
Allowed values:
sort_order
Sort order (asc or desc).
Allowed values:
page
page_size
search
Search provider order IDs and reference numbers.
filter_shipping_integration
Filter by shipping integration(s)
filter_provider_org_id
Filter by provider org ID(s)
filter_status
Filter by unified status(es)
Allowed values:
filter_integration_order_id
Filter by the provider's exact order ID
filter_reference_number
Filter by an exact reference number carried on the order
filter_ordered_at_timestamp_gte
Filter ordered_at_timestamp >= value
filter_ordered_at_timestamp_lte
Filter ordered_at_timestamp <= value
filter_completed_at_timestamp_gte
Filter completed_at_timestamp >= value
filter_completed_at_timestamp_lte
Filter completed_at_timestamp <= value
filter_last_mirrored_at_timestamp_gte
Filter last_mirrored_at_timestamp >= value
filter_last_mirrored_at_timestamp_lte
Filter last_mirrored_at_timestamp <= value
filter_first_mirrored_at_timestamp_gte
Filter first_mirrored_at_timestamp >= value
filter_first_mirrored_at_timestamp_lte
Filter first_mirrored_at_timestamp <= value
Response
Successful Response
items
total_count
Errors
422
Orders List V1request Unprocessable Entity Error

