Retrieve an order

Retrieve an existing e-commerce order resource.

{ "ecomOrder": { "customerid": "1", "connectionid": "1", "state": "1", "source": "1", "externalid": "1233456789", "externalcheckoutid": null, "orderNumber": "123456789", "email": "alice@example.com", "totalPrice": "1000", "discountAmount": "100", "shippingAmount": "120", "taxAmount": "120", "totalProducts": "1", "currency": "usd", "shippingMethod": "ground shipping", "orderUrl": "https://examplestore.com/orders/123456789", "externalCreatedDate": "2019-06-29T14:44:49-05:00", "externalUpdatedDate": "2019-06-29T14:44:49-05:00", "abandonedDate": null, "createdDate": "2019-06-29T14:44:51-05:00", "updatedDate": "2019-06-29T14:44:51-05:00", "orderDate": "2019-06-29T14:44:49-05:00", "tstamp": "2019-06-29T14:44:51-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", "connection": "1", "customer": "1" } }
Path Params
int32
required

The id of the order to retrieve.

Response

Language
Credentials
URL
Choose an example:
application/json