List Orders ​
Endpoint ​
GET /unified/ecommerce/orders
Integrations supported
- Bigcommerce
- Shopify
- Wix
- WooCommerce
- Zoho Inventory
Partial response integrations
For partial response integrations, you will need to fetch the individual resource using the "get" endpoint to get the full response object.
- Zoho Inventory
Query parameters ​
Refer Specifying query parameters in Truto APIs
The ID of the integrated account to use for the request.
62f44730-dd91-461e-bd6a-aedd9e0ad79d
The format of the response.
unified
will return the response with unified mappings applied.raw
will return the raw response from the remote API.normalized
will apply the unified mappings and return the data in a normalized format.
Defaults to unified
.
unified
raw
normalized
unified
By default the result
attribute is an array of objects. This parameter allows you to specify a field in each result
objects to use as key, which transforms the result
array into an object with the array items keyed by the field. This is useful for when you want to use the result as a lookup table.
id
Ignores the limit
query parameter.
Excludes the remote_data
attribute from the response.
Array of fields to exclude from the response.
truto_exclude_fields[]=id&truto_exclude_fields[]=name
Query parameters to pass to the underlying API without any transformations. Refer this guide to see how to structure the query parameters.
remote_query[foo]=bar
The date and time when order was created
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
The date and time when order was updated
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
The ID of the customer to filter the orders by.
Supported in
- Bigcommerce
- WooCommerce
The field to sort the resource by. Should be in format { fieldName: direction }
. The direction can be asc
or desc
.
Supported in
- Bigcommerce
- Wix
- WooCommerce
The date and time when order was created
asc
desc
Supported in
- Bigcommerce
- Wix
- WooCommerce
The date and time when order was updated
asc
desc
Supported in
- Bigcommerce
- Wix
The unique identifier for an order
asc
desc
Supported in
- WooCommerce
Filter orders by their status.
active
any
archived
cancelled
completed
pending
Supported in
- Shopify
- WooCommerce
The fullfillment status for an order. If no clear mapping exists, then raw value is returned.
cancelled
delivered
partial
pending
Supported in
- Shopify
Response Body ​
List of Orders
The unique identifier for an order
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
- Zoho Inventory
The order number for an order
Supported in
- Shopify
- Wix
- WooCommerce
- Zoho Inventory
The currency associated for amount of an order
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
- Zoho Inventory
The exchange rate for an order's transaction when the currency is different from the store's default currency.
Supported in
- Bigcommerce
The discounts for an order
Supported in
- Shopify
- Wix
The code used to apply the discount
The fixed amount of the discount
The percentage of discount
The sub-total amount for an order
Supported in
- Bigcommerce
- Shopify
- Wix
The shipping cost for an order
Supported in
- Bigcommerce
- Shopify
- Wix
The total discount for an order
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
The total tax for an order
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
The total amount for an order
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
- Zoho Inventory
The status for an order. If no clear mapping exists, then raw value is returned.
active
completed
cancelled
archived
pending
Supported in
- Bigcommerce
- WooCommerce
- Zoho Inventory
The payment status for an order. If no clear mapping exists, then raw value is returned.
pending
authorized
paid
partial
refunded
voided
cancelled
unknown
Supported in
- Bigcommerce
- Shopify
- Wix
- Zoho Inventory
The fullfillment status for an order. If no clear mapping exists, then raw value is returned.
pending
partial
delivered
cancelled
Supported in
- Shopify
- Wix
- Zoho Inventory
The payment method used for this order
Supported in
- Bigcommerce
- WooCommerce
The customer this order is linked to
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
- Zoho Inventory
The unique identifier for customer
The first name of customer
The last name of customer
The full name of customer
The company name of customer
The emails of customer
The email of the customer
The type of email
The status of email
The phone numbers of customer
The number of phone
The type of phone
The billing address for an order
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
The first line of billing address
The second line of billing address
The company name of customer
The city of the billing address
The state/province of the billng address
The postal code of the billing address
The country of the billing address
The shipping address for an order
Supported in
- Shopify
- Wix
- WooCommerce
The first line of shipping address
The second line of shipping address
The company name of customer
The city of the shipping address
The state/province of the shipping address
The postal code of the shipping address
The country of the shipping address
The tracking details for an order
Supported in
- Wix
The name of carrier handling the shipment
The tracking number of shipment
The url of tracking page
The date and time of last parcel update
The line items for an order
Supported in
- Shopify
- Wix
- WooCommerce
The name of the line item
The quantity of the line item
The total amount of the line item
The id of the line item
The product id of the line item
The variant id of the line item
The sku of the line item
The description of the line item
The options for line item
The unique identifier for options
The name for options
The value for options
The unit price of the line item
The tax rate of the line item
The tax amount of the line item
The discounts for line item
The used for discounts
The fixed amount for discounts
The percentage of discounts
The note for an order
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
The date and time when order was created
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
- Zoho Inventory
The date and time when order was updated
Supported in
- Bigcommerce
- Shopify
- Wix
- WooCommerce
- Zoho Inventory
Raw data returned from the remote API call.
The cursor to use for the next page of results. Pass this value as next_cursor
in the query parameter in the next request to get the next page of results.