List
Lists the caller’s orders from every shipping integration with filtering, sorting, and pagination. | () -> (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
filter_shipping_integration
Filter by shipping integration(s)
Allowed values:
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_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

