get https://{youraccountname}.api-us1.com/api/3/ecomOrders
List all existing e-commerce order resources.
{
"ecomOrders": [
{
"externalid": "3246315234",
"source": "1",
"email": "[email protected]",
"currency": "USD",
"connectionid": "1",
"customerid": "1",
"orderUrl": "https://example.com/orders/3246315233",
"shippingMethod": "UPS Ground",
"totalPrice": 9111,
"shippingAmount": 200,
"taxAmount": 500,
"discountAmount": 100,
"externalCreatedDate": "2016-09-13T16:41:39-05:00",
"totalProducts": 2,
"createdDate": "2019-09-05T12:16:18-05:00",
"updatedDate": "2019-09-05T12:16:18-05:00",
"state": 1,
"connection": "1",
"orderProducts": [
"1",
"2"
],
"customer": "1",
"orderDate": "2016-09-13T16:41:39-05:00",
"tstamp": "2019-09-05T12:16:18-05:00",
"links": {
"connection": "https://exampleaccount.api-us1.com/api/3/ecomOrders/1/connection",
"customer": "https://exampleaccount.api-us1.com/api/3/ecomOrders/1/customer",
"orderProducts": "https://exampleaccount.api-us1.com/api/3/ecomOrders/1/orderProducts",
"orderDiscounts": "https://exampleaccount.api-us1.com/api/3/ecomOrders/1/orderDiscounts",
"orderActivities": "https://exampleaccount.api-us1.com/api/3/ecomOrders/1/orderActivities"
},
"id": "1"
},
{
"externalid": "47856739866",
"source": "1",
"email": "[email protected]",
"currency": "USD",
"connectionid": "1",
"customerid": "2",
"orderUrl": "https://example.com/orders/47856739866",
"shippingMethod": "UPS Ground",
"totalPrice": 3450,
"shippingAmount": 100,
"taxAmount": 0,
"discountAmount": 0,
"externalCreatedDate": "2019-09-06T2:10:00-05:00",
"totalProducts": 2,
"createdDate": "2019-09-06T2:10:00-05:00",
"updatedDate": "2019-09-06T2:10:00-05:00",
"state": 1,
"connection": "1",
"orderProducts": [
"3"
],
"customer": "2",
"orderDate": "2019-09-06T2:10:00-05:00",
"tstamp": "2019-09-06T2:10:00-05:00",
"links": {
"connection": "https://exampleaccount.api-us1.com/api/3/ecomOrders/2/connection",
"customer": "https://exampleaccount.api-us1.com/api/3/ecomOrders/2/customer",
"orderProducts": "https://exampleaccount.api-us1.com/api/3/ecomOrders/2/orderProducts",
"orderDiscounts": "https://exampleaccount.api-us1.com/api/3/ecomOrders/2/orderDiscounts",
"orderActivities": "https://exampleaccount.api-us1.com/api/3/ecomOrders/2/orderActivities"
},
"id": "2"
},
],
"meta": {
"total": "2"
}
}