List orders
GET /api/subscriptions/orders
GET
/api/subscriptions/orders
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” status
string
fulfillment_status
string
subscription_id
string
profile_id
string
entity_id
string
search
string
tracking_number
string
has_subscription
boolean
delivery_date_from
string
delivery_date_to
string
billing_date_from
string
billing_date_to
string
production_date_from
string
production_date_to
string
is_checkout_order
boolean
page
number
limit
number
sort_by
string
sort_order
string
Responses
Section titled “ Responses ”object
data
required
Array<object>
object
id
required
string
status
required
string
created_at
string
updated_at
string
account_id
required
string
profile_id
string
shopify_order_id
required
string
production_date
string
currency_code
required
string
fulfillment_status
required
string
shopify_order_number
string
external_order_id
string
external_order_number
string
external_source
string
order_type
required
string
is_checkout_order
required
boolean
tracking_number
string
tracking_company
string
tracking_url
string
subtotal
required
number
discount_amount
required
number
total
required
number
billing_date
string
delivery_date
string
order_created_at
string
profile
One of:
string
object
id
string
timezone
string
address1
string
address2
string
city
string
region
string
country
string
postal_code
string
created_at
string
updated_at
string
full_address
string
email
string
external_id
string
first_name
string
last_name
string
full_name
string
phone_number
string
shopify_customer_id
string
subscriptions
One of:
string
Array<object>
object
meta
required
object
total
Total number of items
number
per_page
Items per page
number
current_page
Current page number
number
last_page
Last page number
number
first_page
First page number
number
first_page_url
URL for first page
string
last_page_url
URL for last page
string
next_page_url
URL for next page
string
previous_page_url
URL for previous page
string