Appearance
Get Single Order Information API
this order API is used to get a single order information from the system, include fulfillments information.
Endpoint
GET /order/{orderId}
Headers
| Key | Value |
|---|---|
| Authorization | Bearer change_to_your_access_token |
| X-S2-Organization | 95d73baf-76ba-4bea-86ac-1534c5e5d4aa |
Response Body
| Field | Type | Description |
|---|---|---|
| orderId | string | Unique identifier for the order. |
| address | object | Shipping address for the order. See Address Object for details. |
| warehouseId | string | Identifier for the warehouse where the order will be fulfilled from. |
| shippingMethod | string | The shipping method to be used for the order. |
| items | array | List of items in the order. Each item includes productId and quantity. |
| fulfillments | array | Details about the shipments including items's trackingNumber and purchase Labels. See Fulfillments Object for details. |
| attachments | array | Any attachments related to the order. See Attachments Object for details. |
| additionalReferenceIds | array | Additional reference IDs related to the order. |
Address Object
The address object includes the following fields:
| Field | Type | Description |
|---|---|---|
| name | string | The full name of the recipient. |
| company | string | The company name, if applicable. |
| address1 | string | The primary street address. |
| address2 | string | Additional address information, such as apartment or suite number. |
| city | string | The city of the shipping address. |
| state | string | The state or province of the shipping address. |
| postalCode | string | The postal or ZIP code of the shipping address. |
| countryId | string | The country code in ISO 3166-1 alpha-2 format (e.g., "US"). |
| phone | string | The contact phone number for the recipient. |
| string | The contact email address for the recipient. |
Attachments Object
The attachments array contains objects with the following fields:
| Field | Type | Description |
|---|---|---|
| fileName | string | The name of the attached file. |
| path | string | The file path or URL where the attachment can be accessed. |
Fulfillments Object
The fulfillments array contains fulfillment objects with the following fields:
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the fulfillment. |
| status | string | Current status of the fulfillment (e.g., "CREATED", "SHIPPED"). |
| address | object | Shipping address for the fulfillment. See Address Object for details. |
| channelFulfillmentId | string | Identifier for the fulfillment in the sales channel, if applicable. |
| meta | object | Additional metadata for the fulfillment. |
| warehouse | object | Information about the warehouse. See Warehouse Object for details. |
| warehousePickId | string | Identifier for the warehouse pick, if applicable. |
| shippingMethod | string | The shipping method to be used for the fulfillment. |
| items | array | List of items included in the fulfillment. See Fulfillment Item Object for details. |
| createdAt | string | Timestamp when the fulfillment was created. |
| updatedAt | string | Timestamp when the fulfillment was last updated. |
| attachments | array | Any attachments related to the fulfillment. See Attachments Object for details. |
| shipments | array | Details about the shipments associated with the fulfillment. See Shipments Object for details. |
| orderOrganization | object | Information about the order's organization. See Organization Object for details. |
| shipByDate | string | The date by which the order should be shipped, if applicable. |
| deliverByDate | string | The date by which the order should be delivered, if applicable. |
| customerNote | string | Notes or instructions from the customer. |
| referenceIds | array | Reference IDs related to the fulfillment. |
| orderId | string | Identifier of the order associated with the fulfillment. |
| orderDate | string | The date when the order was placed. |
| orderAccountId | string | Identifier of the account associated with the order. |
| orderChannelOrderId | string | Identifier of the order in the sales channel. |
Warehouse Object
The warehouse object includes the following fields:
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the warehouse. |
| organization | object | Information about the warehouse's organization. See Organization Object for details. |
| name | string | Name of the warehouse. |
| address | object | Address of the warehouse. See Address Object for details. |
| dropshipper | boolean | Indicates if the warehouse is a dropshipper. |
| fulfillmentCenter | boolean | Indicates if the warehouse is a fulfillment center. |
| rmaCenter | boolean | Indicates if the warehouse is a Return Merchandise Authorization center. |
| unitSystem | string | Unit system used by the warehouse (e.g., "METRIC", "IMPERIAL"). |
| createdAt | string | Timestamp when the warehouse was created. |
| updatedAt | string | Timestamp when the warehouse was last updated. |
Fulfillment Item Object
Each item in the items array includes the following fields:
| Field | Type | Description |
|---|---|---|
| product | object | Details of the product included in the fulfillment. See Product Object for details. |
| channelFulfillmentItemId | string | Identifier for the item in the sales channel, if applicable. |
| quantity | integer | Quantity of the product being fulfilled. |
| meta | object | Additional metadata for the fulfillment item. |
Organization Object
The organization object includes the following fields:
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the organization. |
| name | string | Name of the organization. |
| createdAt | string | Timestamp when the organization was created. |
| updatedAt | string | Timestamp when the organization was last updated. |
Shipments Object
The shipments array contains shipment objects with the following fields:
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the shipment. |
| fulfillmentId | string | Identifier for the fulfillment associated with the shipment. |
| manifestId | string | Identifier for the manifest, if applicable. |
| channelShipmentId | string | Identifier for the shipment in the sales channel, if applicable. |
| status | string | Current status of the shipment (e.g., "CREATED", "SHIPPED"). |
| meta | object | Additional metadata for the shipment. |
| shippingCarrier | object | Information about the shipping carrier. See Shipping Carrier Object for details. |
| trackingNumber | string | Tracking number provided by the carrier. |
| trackingUrl | string | URL for tracking the shipment online. |
| items | array | List of items included in the shipment. See Shipment Item Object for details. |
| labels | array | List of shipping labels associated with the shipment. See Label Object for details. |
| packages | array | List of packages included in the shipment. |
| createdAt | string | Timestamp when the shipment was created. |
| updatedAt | string | Timestamp when the shipment was last updated. |
Shipping Carrier Object
The shippingCarrier object includes the following fields:
| Field | Type | Description |
|---|---|---|
| id | string | Identifier for the shipping carrier (e.g., "OTHER"). |
| name | string | Name of the shipping carrier (e.g., "Other"). |
| createdAt | string | Timestamp when the carrier information was created. |
| updatedAt | string | Timestamp when the carrier information was updated. |
Shipment Item Object
Each item in the items array includes the following fields:
| Field | Type | Description |
|---|---|---|
| channelShipmentItemId | string | Identifier for the item in the sales channel, if applicable. |
| product | object | Details of the product being shipped. See Product Object for details. |
| quantity | integer | Quantity of the product being shipped. |
| meta | object | Additional metadata for the shipment item. |
Product Object
The product object within each shipment item includes fields such as id, sku, name, brand, gtin, packageDimensions, shippingWeightKg, condition, etc.
Label Object
Each label in the labels array includes the following fields:
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the label. |
| type | string | Type of the label (e.g., "PREPAID"). |
| carrier | string | Name of the carrier associated with the label. |
| trackingNumber | string | Tracking number provided by the carrier. |
| trackingUrl | string | URL for tracking the shipment online. |
| amount | number | Amount charged for the label. |
| amountCurrency | string | Currency of the amount (e.g., "USD"). |
| filePath | string | File path or URL to access the label document. |
| purchasedLabel | object | Details of the purchased label, See Purchased Label Object for details. |
| createdAt | string | Timestamp when the label was created. |
| updatedAt | string | Timestamp when the label was last updated. |
Purchased Label Object
The purchasedLabel object includes the following fields:
| Field | Type | Description |
|---|---|---|
| status | string | Status of the purchased label (e.g., "PURCHASED"). |
| confirmation | string | Confirmation type for the shipment (e.g., "NO_SIGNATURE"). |
| labelSize | string | Size of the label (e.g., "UNSPECIFIED"). |
| labelUrl | string | URL to access the label image or PDF. |
| carrier | object | Information about the carrier. See Carrier Object for details. |
| commercialInvoiceUrls | array | List of URLs to commercial invoices, if applicable. |
| international | boolean | Indicates if the shipment is international. |
| trackingNumber | string | Tracking number provided by the carrier. |
| cancelledAt | string | Timestamp when the label was cancelled, if applicable. |
| cancelledBy | string | Identifier of the user or system that cancelled the label, if applicable. |
| packageLengthMm | integer | Length of the package in millimeters. |
| packageWidthMm | integer | Width of the package in millimeters. |
| packageHeightMm | integer | Height of the package in millimeters. |
| packageWeightG | integer | Weight of the package in grams. |
| rateAmount | number | Shipping rate amount charged. |
| rateCurrency | string | Currency of the rate amount (e.g., "CAD"). |
| createdAt | string | Timestamp when the purchased label was created. |
| updatedAt | string | Timestamp when the purchased label was last updated. |
Carrier Object
The carrier object within the purchasedLabel includes the following fields:
| Field | Type | Description |
|---|---|---|
| id | string | Identifier for the shipping carrier (e.g., "FEDEX"). |
| name | string | Name of the shipping carrier (e.g., "FedEx"). |
| createdAt | string | Timestamp when the carrier information was created. |
| updatedAt | string | Timestamp when the carrier information was updated. |
Response Example
json
{
"id": "2fe75f59-9141-4aa7-a00d-90defe87006f",
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"account": {
"id": "1ac48942-405a-4841-a7d8-708f50dbe1ad",
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"name": "test organization",
"type": "MARKETPLACE_GENERIC",
"autoAssignOrdersToWarehouse": null,
"createdAt": "2024-04-11T02:52:03.791286Z",
"updatedAt": "2024-04-11T02:52:03.791286Z"
},
"accountSubChannel": null,
"channelOrderId": "896-7715607-1523760",
"channelOrderIdAlt": null,
"channelOrderIdAlt2": "432745a6-f1be-4e6d-89c5-857617e13820",
"channelShippingMethod": "Priority",
"shippingAddress": {
"name": "Devin Cole and Sons",
"company": "Haley-Franecki",
"address1": "123 Main St",
"address2": "",
"city": "San Francisco",
"state": "CA",
"postalCode": "94103",
"countryId": "US",
"phone": "(818) 615-8448",
"email": "test@sellersoft.com"
},
"shippingOverrideAddress": null,
"billingAddress": {
"name": "Rey Cruickshank",
"company": "Berge-Mosciski",
"address1": "123 Main St",
"address2": "",
"city": "San Francisco",
"state": "CA",
"postalCode": "94103",
"countryId": "US",
"phone": "(312) 617-5979 x6456",
"email": "test@sellersoft.com"
},
"meta": {},
"channelOrderDate": "2024-04-22T08:01:47.609Z",
"status": "UNFULFILLED",
"assignStatus": "ASSIGNED",
"archived": false,
"currencyId": "EUR",
"items": [
{
"channelOrderItemId": "b4fbfa4c-f08e-4a25-80cc-efcdac19ab61",
"product": {
"id": "f4053402-e79b-45c2-8621-377d28060811",
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"sku": "TEST-BLACK",
"brand": {
"id": "5643b7ee-7df1-48c6-b690-1e29ffa8ab33",
"name": "",
"nameNormalized": "",
"createdAt": "2024-03-05T22:17:28.679732Z"
},
"gtin": "8711600010",
"name": "SKU Black",
"remarks": "",
"imageMain": "",
"packageLengthMm": 1470.0,
"packageWidthMm": 310.0,
"packageHeightMm": 790.0,
"shippingWeightKg": 34.0,
"caseUnit": "EACH",
"casePack": 0,
"caseLengthMm": 0.0,
"caseWidthMm": 0.0,
"caseHeightMm": 0.0,
"caseWeightKg": 0.0,
"condition": "NEW",
"serialNumberRequired": false,
"expiryDateRequired": false,
"unknown": false,
"createdAt": "2024-03-05T22:20:44.087204Z",
"updatedAt": "2024-03-05T22:20:44.087204Z",
"otherIds": []
},
"quantity": 5,
"unitPrice": 89.27,
"meta": {}
},
{
"channelOrderItemId": "7b321899-f5de-405f-8be8-2bc6f3d8aea2",
"product": {
"id": "bab7c35b-2ecb-4b40-be82-8dc1e0a86171",
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"sku": "SKU-GREY",
"brand": {
"id": "5643b7ee-7df1-48c6-b690-1e29ffa8ab33",
"name": "",
"nameNormalized": "",
"createdAt": "2024-03-05T22:17:28.679732Z"
},
"gtin": "",
"name": "SKU GREY",
"remarks": "",
"imageMain": "",
"packageLengthMm": 1500.0,
"packageWidthMm": 260.0,
"packageHeightMm": 810.0,
"shippingWeightKg": 35.0,
"caseUnit": "CARTON",
"casePack": 1,
"caseLengthMm": 0.0,
"caseWidthMm": 0.0,
"caseHeightMm": 0.0,
"caseWeightKg": 0.0,
"condition": "NEW",
"serialNumberRequired": false,
"expiryDateRequired": false,
"unknown": false,
"createdAt": "2024-03-05T22:20:44.132006Z",
"updatedAt": "2024-04-01T14:31:19.885955Z",
"otherIds": []
},
"quantity": 3,
"unitPrice": 17.71,
"meta": {}
},
{
"channelOrderItemId": "4d435f34-dad6-4e53-b2c6-12713b18eaab",
"product": {
"id": "f4053402-e79b-45c2-8621-377d28060811",
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"sku": "TEST-BLACK",
"brand": {
"id": "5643b7ee-7df1-48c6-b690-1e29ffa8ab33",
"name": "",
"nameNormalized": "",
"createdAt": "2024-03-05T22:17:28.679732Z"
},
"gtin": "8711600010",
"name": "SKU Black",
"remarks": "",
"imageMain": "",
"packageLengthMm": 1470.0,
"packageWidthMm": 310.0,
"packageHeightMm": 790.0,
"shippingWeightKg": 34.0,
"caseUnit": "EACH",
"casePack": 0,
"caseLengthMm": 0.0,
"caseWidthMm": 0.0,
"caseHeightMm": 0.0,
"caseWeightKg": 0.0,
"condition": "NEW",
"serialNumberRequired": false,
"expiryDateRequired": false,
"unknown": false,
"createdAt": "2024-03-05T22:20:44.087204Z",
"updatedAt": "2024-03-05T22:20:44.087204Z",
"otherIds": []
},
"quantity": 8,
"unitPrice": 72.68,
"meta": {}
},
{
"channelOrderItemId": "c88ee801-6ee1-4169-af38-e8c4400f26a9",
"product": {
"id": "bab7c35b-2ecb-4b40-be82-8dc1e0a86171",
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"sku": "SKU-GREY",
"brand": {
"id": "5643b7ee-7df1-48c6-b690-1e29ffa8ab33",
"name": "",
"nameNormalized": "",
"createdAt": "2024-03-05T22:17:28.679732Z"
},
"gtin": "",
"name": "SKU GREY",
"remarks": "",
"imageMain": "",
"packageLengthMm": 1500.0,
"packageWidthMm": 260.0,
"packageHeightMm": 810.0,
"shippingWeightKg": 35.0,
"caseUnit": "CARTON",
"casePack": 1,
"caseLengthMm": 0.0,
"caseWidthMm": 0.0,
"caseHeightMm": 0.0,
"caseWeightKg": 0.0,
"condition": "NEW",
"serialNumberRequired": false,
"expiryDateRequired": false,
"unknown": false,
"createdAt": "2024-03-05T22:20:44.132006Z",
"updatedAt": "2024-04-01T14:31:19.885955Z",
"otherIds": []
},
"quantity": 3,
"unitPrice": 87.52,
"meta": {}
},
{
"channelOrderItemId": "14e1290f-001a-47ee-9994-c91312665dd4",
"product": {
"id": "440352eb-241a-4cac-834f-e0980ffcacc0",
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"sku": "MX03-N-BLUE",
"brand": {
"id": "5643b7ee-7df1-48c6-b690-1e29ffa8ab33",
"name": "",
"nameNormalized": "",
"createdAt": "2024-03-05T22:17:28.679732Z"
},
"gtin": "",
"name": "SKU Blue",
"remarks": "",
"imageMain": "",
"packageLengthMm": 1500.0,
"packageWidthMm": 260.0,
"packageHeightMm": 810.0,
"shippingWeightKg": 34.0,
"caseUnit": "CARTON",
"casePack": 1,
"caseLengthMm": 0.0,
"caseWidthMm": 0.0,
"caseHeightMm": 0.0,
"caseWeightKg": 0.0,
"condition": "NEW",
"serialNumberRequired": false,
"expiryDateRequired": false,
"unknown": false,
"createdAt": "2024-03-05T22:20:44.106742Z",
"updatedAt": "2024-04-01T14:31:19.875675Z",
"otherIds": []
},
"quantity": 7,
"unitPrice": 64.98,
"meta": {}
}
],
"attachments": [],
"fulfillments": [
{
"id": "4930dcbe-56f8-4807-991f-13cdbd3acff8",
"status": "CREATED",
"address": {
"name": "Devin Cole and Sons",
"company": "Haley-Franecki",
"address1": "123 Main St",
"address2": "",
"city": "San Francisco",
"state": "CA",
"postalCode": "94103",
"countryId": "US",
"phone": "(818) 615-8448",
"email": "test@sellersoft.com"
},
"channelFulfillmentId": null,
"meta": {},
"warehouse": {
"id": "9cae310d-c440-4d78-bdc0-bf306ec33432",
"organization": {
"id": "e8b021f4-9ab3-4fc2-af71-f35930759e90",
"name": "Generation Delivery Inc.",
"createdAt": "2024-04-01T14:09:14.732646Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"name": "test warehouse",
"address": {
"name": "GDI",
"company": "",
"address1": "test warehouse Rd Unit 3",
"address2": "",
"city": "Oakville",
"state": "ON",
"postalCode": "L6L 2X8",
"countryId": "CA",
"phone": "",
"email": ""
},
"dropshipper": true,
"fulfillmentCenter": true,
"rmaCenter": true,
"unitSystem": "METRIC",
"createdAt": "2024-04-01T14:18:10.903581Z",
"updatedAt": "2024-04-01T14:18:10.903581Z"
},
"warehousePickId": "c5939cc6-373b-4a16-8ea4-b0ce86ba9801",
"shippingMethod": "Priority",
"items": [
{
"product": {
"id": "440352eb-241a-4cac-834f-e0980ffcacc0",
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"sku": "MX03-N-BLUE",
"brand": {
"id": "5643b7ee-7df1-48c6-b690-1e29ffa8ab33",
"name": "",
"nameNormalized": "",
"createdAt": "2024-03-05T22:17:28.679732Z"
},
"gtin": "",
"name": "SKU Blue",
"remarks": "",
"imageMain": "",
"packageLengthMm": 1500.0,
"packageWidthMm": 260.0,
"packageHeightMm": 810.0,
"shippingWeightKg": 34.0,
"caseUnit": "CARTON",
"casePack": 1,
"caseLengthMm": 0.0,
"caseWidthMm": 0.0,
"caseHeightMm": 0.0,
"caseWeightKg": 0.0,
"condition": "NEW",
"serialNumberRequired": false,
"expiryDateRequired": false,
"unknown": false,
"createdAt": "2024-03-05T22:20:44.106742Z",
"updatedAt": "2024-04-01T14:31:19.875675Z",
"otherIds": []
},
"channelFulfillmentItemId": null,
"quantity": 7,
"meta": {}
},
{
"product": {
"id": "bab7c35b-2ecb-4b40-be82-8dc1e0a86171",
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"sku": "SKU-GREY",
"brand": {
"id": "5643b7ee-7df1-48c6-b690-1e29ffa8ab33",
"name": "",
"nameNormalized": "",
"createdAt": "2024-03-05T22:17:28.679732Z"
},
"gtin": "",
"name": "SKU GREY",
"remarks": "",
"imageMain": "",
"packageLengthMm": 1500.0,
"packageWidthMm": 260.0,
"packageHeightMm": 810.0,
"shippingWeightKg": 35.0,
"caseUnit": "CARTON",
"casePack": 1,
"caseLengthMm": 0.0,
"caseWidthMm": 0.0,
"caseHeightMm": 0.0,
"caseWeightKg": 0.0,
"condition": "NEW",
"serialNumberRequired": false,
"expiryDateRequired": false,
"unknown": false,
"createdAt": "2024-03-05T22:20:44.132006Z",
"updatedAt": "2024-04-01T14:31:19.885955Z",
"otherIds": []
},
"channelFulfillmentItemId": null,
"quantity": 6,
"meta": {}
},
{
"product": {
"id": "f4053402-e79b-45c2-8621-377d28060811",
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"sku": "TEST-BLACK",
"brand": {
"id": "5643b7ee-7df1-48c6-b690-1e29ffa8ab33",
"name": "",
"nameNormalized": "",
"createdAt": "2024-03-05T22:17:28.679732Z"
},
"gtin": "8711600010",
"name": "SKU Black",
"remarks": "",
"imageMain": "",
"packageLengthMm": 1470.0,
"packageWidthMm": 310.0,
"packageHeightMm": 790.0,
"shippingWeightKg": 34.0,
"caseUnit": "EACH",
"casePack": 0,
"caseLengthMm": 0.0,
"caseWidthMm": 0.0,
"caseHeightMm": 0.0,
"caseWeightKg": 0.0,
"condition": "NEW",
"serialNumberRequired": false,
"expiryDateRequired": false,
"unknown": false,
"createdAt": "2024-03-05T22:20:44.087204Z",
"updatedAt": "2024-03-05T22:20:44.087204Z",
"otherIds": []
},
"channelFulfillmentItemId": null,
"quantity": 13,
"meta": {}
}
],
"createdAt": "2024-06-03T03:40:41.743844Z",
"updatedAt": "2024-06-03T03:40:41.743844Z",
"attachments": [],
"shipments": [],
"orderOrganization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"shipByDate": null,
"deliverByDate": null,
"customerNote": "24c91e80-eb65-4766-aa69-0a344250bcb4",
"referenceIds": ["432745a6-f1be-4e6d-89c5-857617e13820", "896-7715607-1523760"],
"orderId": "2fe75f59-9141-4aa7-a00d-90defe87006f",
"orderDate": "2024-04-22T08:01:47.609Z",
"orderAccountId": "1ac48942-405a-4841-a7d8-708f50dbe1ad",
"orderChannelOrderId": "896-7715607-1523760"
}
],
"createdAt": "2024-04-25T06:21:49.488547Z",
"updatedAt": "2024-06-03T03:40:41.743844Z",
"shipByDate": null,
"deliverByDate": null,
"customerNote": "24c91e80-eb65-4766-aa69-0a344250bcb4"
}