Orders
Get all orders
Fetch all orders with optional filters, limited to 100 results
GET
/
orders
Copy
curl --request GET \
--url https://api-ezyconnect.ezytail.com/orders \
--header 'Authorization: Bearer <token>'
Copy
[
{
"activityCode": "<string>",
"dateCreation": "2023-11-07T05:31:56Z",
"dateLastUpdate": "2023-11-07T05:31:56Z",
"activityName": "<string>",
"subActivityCode": "<string>",
"orderUniqueID": "<string>",
"operationType": "<string>",
"clientTransmittedFlowName": "<string>",
"ezyConnectIntegrationDate": "2023-11-07T05:31:56Z",
"customerOrderID": "<string>",
"idcdefi": "<string>",
"prepOrderGroupID": "<string>",
"commandChannelDescription": "<string>",
"commandType": "<string>",
"customerOrderPlacementDate": "2023-11-07T05:31:56Z",
"expectedPrepDate": "2023-11-07T05:31:56Z",
"ownerStockCode": "<string>",
"doManagedCustomerNumber": "<string>",
"deliveryAddressTitle": "<string>",
"deliveryAddressLastname": "<string>",
"deliveryAddressFirstname": "<string>",
"deliveryAddressCompany": "<string>",
"deliveryAddressAddress1": "<string>",
"deliveryAddressAddress2": "<string>",
"deliveryAddressAddress3": "<string>",
"deliveryAddressPostalCode": "<string>",
"deliveryAddressCity": "<string>",
"deliveryAddressCountry": "<string>",
"deliveryAddressPhone": "<string>",
"deliveryAddressFax": "<string>",
"deliveryAddressEmail": "<string>",
"deliveryAddressNameOption": "<string>",
"deliveryComment": "<string>",
"billingAddressTitle": "<string>",
"billingAddressLastname": "<string>",
"billingAddressFirstname": "<string>",
"billingAddressCompany": "<string>",
"billingAddressAddress1": "<string>",
"billingAddressAddress2": "<string>",
"billingAddressAddress3": "<string>",
"billingAddressPostalCode": "<string>",
"billingAddressCity": "<string>",
"billingAddressCountry": "<string>",
"billingAddressPhone": "<string>",
"billingAddressFax": "<string>",
"billingAddressMail": "<string>",
"customerInvoiceNumber": "<string>",
"invoiceIssuanceDate": "2023-11-07T05:31:56Z",
"paymentMode": "<string>",
"paymentCurrency": "<string>",
"currencyRateToEuro": 123,
"discountAmount": 123,
"discountRate": 123,
"totalInvoiceHT": 123,
"totalInvoiceTTC": 123,
"shippingCost": 123,
"shippingVATCode": 123,
"invoiceNotes1": "<string>",
"invoiceNotes2": "<string>",
"invoiceNotes3": "<string>",
"intracommunityVATNumber": "<string>",
"transportCode": "<string>",
"transportServiceCode": "<string>",
"deliveryPickupPointID": "<string>",
"pickupPointCountryCode": "<string>",
"carrierImposed": true,
"transportInstruction": "<string>",
"counterReimbursementRequested": true,
"counterReimbursementAmount": 123,
"totalAdValoremAmount": 123,
"saturdayDeliveryRequired": true,
"recipientNotification": true,
"saturdayDeliveryDate": "2023-11-07T05:31:56Z",
"transportRecipientName": "<string>",
"transportRecipientContact": "<string>",
"transportAppointmentWithCustomer": "<string>",
"transportSenderName": "<string>",
"orderProcessingPriority": 123,
"requiresParcelShelter": true,
"requiresGiftPackaging": true,
"shippingLabelMessage": "<string>",
"specificGiftMessage": "<string>",
"preparationInstructions": "<string>",
"documentLanguage": "<string>",
"orderBreakCriterion": "<string>",
"customField1": "<string>",
"customField2": "<string>",
"customField3": "<string>",
"customField4": "<string>",
"customField5": "<string>",
"customField6": "<string>",
"customField7": "<string>",
"customField8": "<string>",
"customField9": "<string>",
"customField10": "<string>",
"customField11": "<string>",
"customField12": "2023-11-07T05:31:56Z",
"customField13": "2023-11-07T05:31:56Z",
"customField14": "2023-11-07T05:31:56Z",
"customField15": "2023-11-07T05:31:56Z",
"incotrm": "<string>",
"internalId": 123,
"orderEntries": [
{
"id": 123,
"dateCreation": "2023-11-07T05:31:56Z",
"dateLastUpdate": "2023-11-07T05:31:56Z",
"orderLineID": "<string>",
"lineItemUniqueID": 123,
"idlignelog": 123,
"articleReference": "<string>",
"ownerStockCode": "<string>",
"quantityToPrepare": 123,
"remainingQuantityToDeliver": 123,
"unitPriceHT": 123,
"unitPriceTTC": 123,
"articleVATRate": 123,
"articleVATAmount": 123,
"attachedLotNumber": "<string>",
"articleNatureCN23": "<string>",
"articleCRBTAmount": 123,
"articleCN23CustomsCode": "<string>",
"articleOriginCountry": "<string>",
"articleInsuredAmount": "<string>",
"articlePreparationComment": "<string>",
"articleComment": "<string>",
"articleBLDesignation": "<string>",
"articleHasSerialNumber": true,
"articleHasDLUO": true,
"articleHasLotNumber": true,
"articleRequiresIngredientLabel": true,
"lineBreakCriterion": "<string>",
"customField1": 123,
"customField2": 123,
"customField3": "2023-11-07T05:31:56Z",
"customField4": "2023-11-07T05:31:56Z",
"customField5": "<string>",
"customField6": "<string>",
"customField7": "<string>",
"customField8": "<string>",
"customField9": "<string>",
"customField10": "<string>",
"customField11": "<string>",
"customField12": "<string>"
}
],
"orderSubOrders": [
{
"id": 123,
"dateCreation": "2023-11-07T05:31:56Z",
"dateLastUpdate": "2023-11-07T05:31:56Z",
"clientOrderID": "<string>",
"clientOrderPlacementDate": "2023-11-07T05:31:56Z",
"subOrderHeader": "<string>",
"subOrderClientMessage": "<string>",
"subOrderBreakCriterion": "<string>",
"customField1": "2023-11-07T05:31:56Z",
"customField2": "2023-11-07T05:31:56Z",
"customField3": 123,
"customField4": 123,
"customField5": "<string>",
"customField6": "<string>",
"customField7": "<string>",
"customField8": "<string>",
"customField9": "<string>",
"customField10": "<string>",
"customField11": "<string>",
"customField12": "<string>",
"orderEntries": [
{
"id": 123,
"dateCreation": "2023-11-07T05:31:56Z",
"dateLastUpdate": "2023-11-07T05:31:56Z",
"orderLineID": "<string>",
"lineItemUniqueID": 123,
"idlignelog": 123,
"articleReference": "<string>",
"ownerStockCode": "<string>",
"quantityToPrepare": 123,
"remainingQuantityToDeliver": 123,
"unitPriceHT": 123,
"unitPriceTTC": 123,
"articleVATRate": 123,
"articleVATAmount": 123,
"attachedLotNumber": "<string>",
"articleNatureCN23": "<string>",
"articleCRBTAmount": 123,
"articleCN23CustomsCode": "<string>",
"articleOriginCountry": "<string>",
"articleInsuredAmount": "<string>",
"articlePreparationComment": "<string>",
"articleComment": "<string>",
"articleBLDesignation": "<string>",
"articleHasSerialNumber": true,
"articleHasDLUO": true,
"articleHasLotNumber": true,
"articleRequiresIngredientLabel": true,
"lineBreakCriterion": "<string>",
"customField1": 123,
"customField2": 123,
"customField3": "2023-11-07T05:31:56Z",
"customField4": "2023-11-07T05:31:56Z",
"customField5": "<string>",
"customField6": "<string>",
"customField7": "<string>",
"customField8": "<string>",
"customField9": "<string>",
"customField10": "<string>",
"customField11": "<string>",
"customField12": "<string>"
}
]
}
],
"id": "<string>"
}
]
Authorizations
JWT Authorization header using the Bearer scheme. \r\n\r\n Enter 'Bearer' [space] and then your token in the text input below. \r\n\r\nExample: 'Bearer 12345abcdef'
Response
200
text/plain
OK
The response is of type object[]
.
Copy
curl --request GET \
--url https://api-ezyconnect.ezytail.com/orders \
--header 'Authorization: Bearer <token>'
Copy
[
{
"activityCode": "<string>",
"dateCreation": "2023-11-07T05:31:56Z",
"dateLastUpdate": "2023-11-07T05:31:56Z",
"activityName": "<string>",
"subActivityCode": "<string>",
"orderUniqueID": "<string>",
"operationType": "<string>",
"clientTransmittedFlowName": "<string>",
"ezyConnectIntegrationDate": "2023-11-07T05:31:56Z",
"customerOrderID": "<string>",
"idcdefi": "<string>",
"prepOrderGroupID": "<string>",
"commandChannelDescription": "<string>",
"commandType": "<string>",
"customerOrderPlacementDate": "2023-11-07T05:31:56Z",
"expectedPrepDate": "2023-11-07T05:31:56Z",
"ownerStockCode": "<string>",
"doManagedCustomerNumber": "<string>",
"deliveryAddressTitle": "<string>",
"deliveryAddressLastname": "<string>",
"deliveryAddressFirstname": "<string>",
"deliveryAddressCompany": "<string>",
"deliveryAddressAddress1": "<string>",
"deliveryAddressAddress2": "<string>",
"deliveryAddressAddress3": "<string>",
"deliveryAddressPostalCode": "<string>",
"deliveryAddressCity": "<string>",
"deliveryAddressCountry": "<string>",
"deliveryAddressPhone": "<string>",
"deliveryAddressFax": "<string>",
"deliveryAddressEmail": "<string>",
"deliveryAddressNameOption": "<string>",
"deliveryComment": "<string>",
"billingAddressTitle": "<string>",
"billingAddressLastname": "<string>",
"billingAddressFirstname": "<string>",
"billingAddressCompany": "<string>",
"billingAddressAddress1": "<string>",
"billingAddressAddress2": "<string>",
"billingAddressAddress3": "<string>",
"billingAddressPostalCode": "<string>",
"billingAddressCity": "<string>",
"billingAddressCountry": "<string>",
"billingAddressPhone": "<string>",
"billingAddressFax": "<string>",
"billingAddressMail": "<string>",
"customerInvoiceNumber": "<string>",
"invoiceIssuanceDate": "2023-11-07T05:31:56Z",
"paymentMode": "<string>",
"paymentCurrency": "<string>",
"currencyRateToEuro": 123,
"discountAmount": 123,
"discountRate": 123,
"totalInvoiceHT": 123,
"totalInvoiceTTC": 123,
"shippingCost": 123,
"shippingVATCode": 123,
"invoiceNotes1": "<string>",
"invoiceNotes2": "<string>",
"invoiceNotes3": "<string>",
"intracommunityVATNumber": "<string>",
"transportCode": "<string>",
"transportServiceCode": "<string>",
"deliveryPickupPointID": "<string>",
"pickupPointCountryCode": "<string>",
"carrierImposed": true,
"transportInstruction": "<string>",
"counterReimbursementRequested": true,
"counterReimbursementAmount": 123,
"totalAdValoremAmount": 123,
"saturdayDeliveryRequired": true,
"recipientNotification": true,
"saturdayDeliveryDate": "2023-11-07T05:31:56Z",
"transportRecipientName": "<string>",
"transportRecipientContact": "<string>",
"transportAppointmentWithCustomer": "<string>",
"transportSenderName": "<string>",
"orderProcessingPriority": 123,
"requiresParcelShelter": true,
"requiresGiftPackaging": true,
"shippingLabelMessage": "<string>",
"specificGiftMessage": "<string>",
"preparationInstructions": "<string>",
"documentLanguage": "<string>",
"orderBreakCriterion": "<string>",
"customField1": "<string>",
"customField2": "<string>",
"customField3": "<string>",
"customField4": "<string>",
"customField5": "<string>",
"customField6": "<string>",
"customField7": "<string>",
"customField8": "<string>",
"customField9": "<string>",
"customField10": "<string>",
"customField11": "<string>",
"customField12": "2023-11-07T05:31:56Z",
"customField13": "2023-11-07T05:31:56Z",
"customField14": "2023-11-07T05:31:56Z",
"customField15": "2023-11-07T05:31:56Z",
"incotrm": "<string>",
"internalId": 123,
"orderEntries": [
{
"id": 123,
"dateCreation": "2023-11-07T05:31:56Z",
"dateLastUpdate": "2023-11-07T05:31:56Z",
"orderLineID": "<string>",
"lineItemUniqueID": 123,
"idlignelog": 123,
"articleReference": "<string>",
"ownerStockCode": "<string>",
"quantityToPrepare": 123,
"remainingQuantityToDeliver": 123,
"unitPriceHT": 123,
"unitPriceTTC": 123,
"articleVATRate": 123,
"articleVATAmount": 123,
"attachedLotNumber": "<string>",
"articleNatureCN23": "<string>",
"articleCRBTAmount": 123,
"articleCN23CustomsCode": "<string>",
"articleOriginCountry": "<string>",
"articleInsuredAmount": "<string>",
"articlePreparationComment": "<string>",
"articleComment": "<string>",
"articleBLDesignation": "<string>",
"articleHasSerialNumber": true,
"articleHasDLUO": true,
"articleHasLotNumber": true,
"articleRequiresIngredientLabel": true,
"lineBreakCriterion": "<string>",
"customField1": 123,
"customField2": 123,
"customField3": "2023-11-07T05:31:56Z",
"customField4": "2023-11-07T05:31:56Z",
"customField5": "<string>",
"customField6": "<string>",
"customField7": "<string>",
"customField8": "<string>",
"customField9": "<string>",
"customField10": "<string>",
"customField11": "<string>",
"customField12": "<string>"
}
],
"orderSubOrders": [
{
"id": 123,
"dateCreation": "2023-11-07T05:31:56Z",
"dateLastUpdate": "2023-11-07T05:31:56Z",
"clientOrderID": "<string>",
"clientOrderPlacementDate": "2023-11-07T05:31:56Z",
"subOrderHeader": "<string>",
"subOrderClientMessage": "<string>",
"subOrderBreakCriterion": "<string>",
"customField1": "2023-11-07T05:31:56Z",
"customField2": "2023-11-07T05:31:56Z",
"customField3": 123,
"customField4": 123,
"customField5": "<string>",
"customField6": "<string>",
"customField7": "<string>",
"customField8": "<string>",
"customField9": "<string>",
"customField10": "<string>",
"customField11": "<string>",
"customField12": "<string>",
"orderEntries": [
{
"id": 123,
"dateCreation": "2023-11-07T05:31:56Z",
"dateLastUpdate": "2023-11-07T05:31:56Z",
"orderLineID": "<string>",
"lineItemUniqueID": 123,
"idlignelog": 123,
"articleReference": "<string>",
"ownerStockCode": "<string>",
"quantityToPrepare": 123,
"remainingQuantityToDeliver": 123,
"unitPriceHT": 123,
"unitPriceTTC": 123,
"articleVATRate": 123,
"articleVATAmount": 123,
"attachedLotNumber": "<string>",
"articleNatureCN23": "<string>",
"articleCRBTAmount": 123,
"articleCN23CustomsCode": "<string>",
"articleOriginCountry": "<string>",
"articleInsuredAmount": "<string>",
"articlePreparationComment": "<string>",
"articleComment": "<string>",
"articleBLDesignation": "<string>",
"articleHasSerialNumber": true,
"articleHasDLUO": true,
"articleHasLotNumber": true,
"articleRequiresIngredientLabel": true,
"lineBreakCriterion": "<string>",
"customField1": 123,
"customField2": 123,
"customField3": "2023-11-07T05:31:56Z",
"customField4": "2023-11-07T05:31:56Z",
"customField5": "<string>",
"customField6": "<string>",
"customField7": "<string>",
"customField8": "<string>",
"customField9": "<string>",
"customField10": "<string>",
"customField11": "<string>",
"customField12": "<string>"
}
]
}
],
"id": "<string>"
}
]
Assistant
Responses are generated using AI and may contain mistakes.