Articles
Get all articles
Fetch all articles with optional filters, limited to 100 results
GET
/
articles
Copy
curl --request GET \
--url https://api-ezyconnect.ezytail.com/articles \
--header 'Authorization: Bearer <token>'
Copy
[
{
"activityCode": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateLastUpdated": "2023-11-07T05:31:56Z",
"activityName": "<string>",
"articleReference": "<string>",
"longArticleDescription": "<string>",
"shortArticleDescription": "<string>",
"doReferenceCode": "<string>",
"nomenclatureManaged": true,
"articleType": 123,
"netWeightPerUVC": 123,
"grossWeightPerUVC": 123,
"lengthPerUVC": 123,
"widthPerUVC": 123,
"heightPerUVC": 123,
"quantityPerPCB": 123,
"quantityPerSPCB": 123,
"grossWeightPerPCB": 123,
"lengthPerPCB": 123,
"widthPerPCB": 123,
"heightPerPCB": 123,
"grossWeightPerSPCB": 123,
"lengthPerSPCB": 123,
"widthPerSPCB": 123,
"heightPerSPCB": 123,
"articleCategory": "<string>",
"articleRotationClass": "<string>",
"receptionMethod": "<string>",
"storageMethod": "<string>",
"preferredStorageZone": "<string>",
"preferredStorageAisle": "<string>",
"storageClass": "<string>",
"preparationMethod": "<string>",
"articlePackaging": "<string>",
"supplierArticleReference": "<string>",
"supplierArticleDescription": "<string>",
"supplierCode": "<string>",
"supplierArticleReference2": "<string>",
"supplierArticleReference3": "<string>",
"supplierArticleReference4": "<string>",
"supplierArticleReference5": "<string>",
"brandCode": "<string>",
"articleAnalysisCode": "<string>",
"articlePrice1": 123,
"articlePrice2": 123,
"articlePrice3": 123,
"articlePrice4": 123,
"articleFamily": "<string>",
"articleSubFamily": "<string>",
"articleBrand": "<string>",
"articleSize": "<string>",
"articleColor": "<string>",
"articleTypology": "<string>",
"modelReference": "<string>",
"modelDescription": "<string>",
"saleExpirationDate": true,
"receptionDeadlineInDays": 123,
"shippingDeadlineInDays": 123,
"serializedArticle": true,
"lotTrackedArticle": true,
"miniArticlesManaged": true,
"quantityDeclarationManaged": true,
"fragileArticle": true,
"customField1": "2023-11-07T05:31:56Z",
"customField2": "2023-11-07T05:31:56Z",
"customField3": "<string>",
"customField4": "<string>",
"customField5": "<string>",
"customField6": "<string>",
"customField7": "<string>",
"customField8": "<string>",
"customField9": "<string>",
"customField10": "<string>",
"customField11": "<string>",
"customField12": 123,
"customField13": 123,
"customField14": 123,
"customField15": 123,
"customField16": 123,
"customField17": "2023-11-07T05:31:56Z",
"customField18": "2023-11-07T05:31:56Z",
"uvcQuantityPerCartonOrPalette": 123,
"weightPerCartonOrPalette": 123,
"lengthPerCartonOrPalette": 123,
"widthPerCartonOrPalette": 123,
"heightPerCartonOrPalette": 123,
"customsCode": "<string>",
"countryOfOriginCode": "<string>",
"topHazardousMaterial": true,
"topAlcoholArticle": true,
"topConsignedArticle": true,
"disableProduit": true,
"barcodes": [
{
"code": "<string>",
"isPrimary": true,
"barcodeUnit": "<string>",
"barcodeQuantity": 123,
"logisticalVariantCode": "<string>",
"disabled": true,
"id": "<string>"
}
],
"alcool": {
"articleReference": "<string>",
"regieCodes": "<string>",
"degree": 123,
"capacity": 123,
"itemType": "<string>",
"categoryOfTaxation": "<string>",
"customsBrandName": "<string>",
"customsClassification": "<string>",
"id": "<string>"
},
"logisticalVariants": [
{
"id": "<string>",
"articleReference": "<string>",
"dateCreation": "2023-11-07T05:31:56Z",
"dateLasteUpdate": "2023-11-07T05:31:56Z",
"numeroObjet": 123,
"logisticalVariantCode": "<string>",
"lvTypeCode": "<string>",
"baseLv": true,
"packagingLv": true,
"managementLv": true,
"subpackagingLvCode": "<string>",
"quantityInSubpackagingLv": 123,
"quantityInBaseLv": "<string>",
"netWeight": 123,
"grossWeight": 123,
"height": 123,
"width": 123,
"depth": 123,
"volume": 123,
"standardPrice": 123,
"checkAtReceipt": true,
"repackingAtReceipt": true,
"hdTypeCode": "<string>",
"locationSizeCode": "<string>",
"storageGroupCode": "<string>",
"bulkStorageGroupCode": "<string>",
"subpackagingLvNbConstitutingLayer": 123,
"heightLayer": 123,
"preparationGroupCode": "<string>",
"kit": true,
"newLv": true,
"rfxDateLastUpdate": "2023-11-07T05:31:56Z",
"rfxDateCreation": "2023-11-07T05:31:56Z",
"codeUserCreation": "<string>",
"codeUserLastUpdate": "<string>",
"lastEvent": "<string>",
"disableVl": true,
"specif1": "2023-11-07T05:31:56Z",
"specif2": "2023-11-07T05:31:56Z",
"specif3": "2023-11-07T05:31:56Z",
"specif4": "2023-11-07T05:31:56Z",
"specif5": "<string>",
"specif6": "<string>",
"specif7": "<string>",
"specif8": "<string>",
"specif9": 123,
"specif10": 123,
"specif11": 123,
"specif12": 123,
"barcodes": [
{
"code": "<string>",
"isPrimary": true,
"barcodeUnit": "<string>",
"barcodeQuantity": 123,
"logisticalVariantCode": "<string>",
"disabled": true,
"id": "<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/articles \
--header 'Authorization: Bearer <token>'
Copy
[
{
"activityCode": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateLastUpdated": "2023-11-07T05:31:56Z",
"activityName": "<string>",
"articleReference": "<string>",
"longArticleDescription": "<string>",
"shortArticleDescription": "<string>",
"doReferenceCode": "<string>",
"nomenclatureManaged": true,
"articleType": 123,
"netWeightPerUVC": 123,
"grossWeightPerUVC": 123,
"lengthPerUVC": 123,
"widthPerUVC": 123,
"heightPerUVC": 123,
"quantityPerPCB": 123,
"quantityPerSPCB": 123,
"grossWeightPerPCB": 123,
"lengthPerPCB": 123,
"widthPerPCB": 123,
"heightPerPCB": 123,
"grossWeightPerSPCB": 123,
"lengthPerSPCB": 123,
"widthPerSPCB": 123,
"heightPerSPCB": 123,
"articleCategory": "<string>",
"articleRotationClass": "<string>",
"receptionMethod": "<string>",
"storageMethod": "<string>",
"preferredStorageZone": "<string>",
"preferredStorageAisle": "<string>",
"storageClass": "<string>",
"preparationMethod": "<string>",
"articlePackaging": "<string>",
"supplierArticleReference": "<string>",
"supplierArticleDescription": "<string>",
"supplierCode": "<string>",
"supplierArticleReference2": "<string>",
"supplierArticleReference3": "<string>",
"supplierArticleReference4": "<string>",
"supplierArticleReference5": "<string>",
"brandCode": "<string>",
"articleAnalysisCode": "<string>",
"articlePrice1": 123,
"articlePrice2": 123,
"articlePrice3": 123,
"articlePrice4": 123,
"articleFamily": "<string>",
"articleSubFamily": "<string>",
"articleBrand": "<string>",
"articleSize": "<string>",
"articleColor": "<string>",
"articleTypology": "<string>",
"modelReference": "<string>",
"modelDescription": "<string>",
"saleExpirationDate": true,
"receptionDeadlineInDays": 123,
"shippingDeadlineInDays": 123,
"serializedArticle": true,
"lotTrackedArticle": true,
"miniArticlesManaged": true,
"quantityDeclarationManaged": true,
"fragileArticle": true,
"customField1": "2023-11-07T05:31:56Z",
"customField2": "2023-11-07T05:31:56Z",
"customField3": "<string>",
"customField4": "<string>",
"customField5": "<string>",
"customField6": "<string>",
"customField7": "<string>",
"customField8": "<string>",
"customField9": "<string>",
"customField10": "<string>",
"customField11": "<string>",
"customField12": 123,
"customField13": 123,
"customField14": 123,
"customField15": 123,
"customField16": 123,
"customField17": "2023-11-07T05:31:56Z",
"customField18": "2023-11-07T05:31:56Z",
"uvcQuantityPerCartonOrPalette": 123,
"weightPerCartonOrPalette": 123,
"lengthPerCartonOrPalette": 123,
"widthPerCartonOrPalette": 123,
"heightPerCartonOrPalette": 123,
"customsCode": "<string>",
"countryOfOriginCode": "<string>",
"topHazardousMaterial": true,
"topAlcoholArticle": true,
"topConsignedArticle": true,
"disableProduit": true,
"barcodes": [
{
"code": "<string>",
"isPrimary": true,
"barcodeUnit": "<string>",
"barcodeQuantity": 123,
"logisticalVariantCode": "<string>",
"disabled": true,
"id": "<string>"
}
],
"alcool": {
"articleReference": "<string>",
"regieCodes": "<string>",
"degree": 123,
"capacity": 123,
"itemType": "<string>",
"categoryOfTaxation": "<string>",
"customsBrandName": "<string>",
"customsClassification": "<string>",
"id": "<string>"
},
"logisticalVariants": [
{
"id": "<string>",
"articleReference": "<string>",
"dateCreation": "2023-11-07T05:31:56Z",
"dateLasteUpdate": "2023-11-07T05:31:56Z",
"numeroObjet": 123,
"logisticalVariantCode": "<string>",
"lvTypeCode": "<string>",
"baseLv": true,
"packagingLv": true,
"managementLv": true,
"subpackagingLvCode": "<string>",
"quantityInSubpackagingLv": 123,
"quantityInBaseLv": "<string>",
"netWeight": 123,
"grossWeight": 123,
"height": 123,
"width": 123,
"depth": 123,
"volume": 123,
"standardPrice": 123,
"checkAtReceipt": true,
"repackingAtReceipt": true,
"hdTypeCode": "<string>",
"locationSizeCode": "<string>",
"storageGroupCode": "<string>",
"bulkStorageGroupCode": "<string>",
"subpackagingLvNbConstitutingLayer": 123,
"heightLayer": 123,
"preparationGroupCode": "<string>",
"kit": true,
"newLv": true,
"rfxDateLastUpdate": "2023-11-07T05:31:56Z",
"rfxDateCreation": "2023-11-07T05:31:56Z",
"codeUserCreation": "<string>",
"codeUserLastUpdate": "<string>",
"lastEvent": "<string>",
"disableVl": true,
"specif1": "2023-11-07T05:31:56Z",
"specif2": "2023-11-07T05:31:56Z",
"specif3": "2023-11-07T05:31:56Z",
"specif4": "2023-11-07T05:31:56Z",
"specif5": "<string>",
"specif6": "<string>",
"specif7": "<string>",
"specif8": "<string>",
"specif9": 123,
"specif10": 123,
"specif11": 123,
"specif12": 123,
"barcodes": [
{
"code": "<string>",
"isPrimary": true,
"barcodeUnit": "<string>",
"barcodeQuantity": 123,
"logisticalVariantCode": "<string>",
"disabled": true,
"id": "<string>"
}
]
}
],
"id": "<string>"
}
]
Assistant
Responses are generated using AI and may contain mistakes.