POST call, passing a JSON body as specified below.| Field | Description | Type | Mandatory |
|---|---|---|---|
| barcodes | List of barcodes separated by a comma (',') | String | |
| itemCodes | List of item codes separated by a comma (',') | String | |
| languageId | Language for the article localized strings ( IT or EN, defaults to IT if omitted) | String | |
| season | Season code to filter | String | |
| year | Year for the seson filter (mandatory if season is set) | Number | |
| completeExtraction | If set to T, extracts ALL the articles (even the ones before the last request) | Char(1) |
barcodes and ƬtemCodes are not specified (and completeExtraction is not T), the web service will retrieve all the modified articles since the last request (in this case, the parameter system must be set in the body request, representing the system the recalls will be retrieved from).| Field | Description | Type | Mandatory |
|---|---|---|---|
| start | Pagination offset parameter. The WS will retrieve the elements starting from the one with the index specified here. For example, if 'start' is set to 23, the articles from the 23rd to the 43rd will be returned. | Number |
| Field | Description | Type | Mandatory |
|---|---|---|---|
| itemCode | Code of the product | Varchar(250) | ā |
| itemDescription | Description of the product | Varchar(250) | |
| composition | Composition of the different materials of the product | Varchar(250) | |
| customsCategory | Custom Category | Varchar(10) | |
| seasonCode | Code of the season of the product | Varchar(250) | |
| attributeTypeX | Type of the attribute of the product (there will be at max 10 different attributes for the product) | Varchar(250) | |
| attributeLevelX | Code of the attribute | Varchar(250) | |
| attributeLevelDescriptionX | Description of the attribute | Varchar(250) | |
| hierarchyTypeX | Type of the hierarchy level (there will be at max 10 levels of hierarchy for the product) | Varchar(250) | |
| hierarchyLevelX | Code of the hierarchy level | Varchar(250) | |
| hierarchyLevelDescriptionX | Description of the hierarchy level | Varchar(250) |
| Field | Description | Type | Mandatory |
|---|---|---|---|
| barcode | Barcode for the SKU | Varchar(250) | ā |
| dimensionX | Code of the dimension for the barcode (there will be at max 5 different dimensions) | Varchar(250) | |
| dimensionGenericNameX | Generic name of the dimension for the barcode (there will be at max 5 different dimensions) | Varchar(250) | |
| dimensionDescriptionX | Description of the dimension for the barcode (there will be at max 5 different dimensions) | Varchar(250) | |
| dimensionTypeX | Type of the dimension for the barcode (there will be at max 5 different dimensions) | Varchar(250) | |
| dimensionGroupX | Code of the group of the dimension for the barcode (there will be at max 5 different dimensions) | Varchar(250) | |
| dimensionGroupDescriptionX | Description of the group of the dimension for the barcode (there will be at max 5 different dimensions) | Varchar(250) |
| Field | Description | Type | Mandatory |
|---|---|---|---|
| priceList | Code of the price list (there will be a price list for each shop) | Varchar(250) | ā |
| priceListDescription | Description of the price list | Varchar(250) | ā |
| startDate | Date of validity start of the price list | Date | ā |
| entityCode (entities section) | Code of the shop for which the price list is active (this information is in an array) | Varchar(250) | ā |
| description (entities section) | Description of the shop fot which the price list is active (this information is in an array) | Varchar(250) | ā |
| startDate (prices section) | Date of start validity of the price (this information is in an array) | Date | ā |
| price (prices section) | Price (this information is in an array) | Decimal(20,6) | ā |
{
"success": true,
"valueObjectList": [
{
"itemCode": "U39_PERK17CU050",
"composition": null,
"customsCategory": null,
"itemDescription": "DENIM",
"seasonCode": "39",
"attributeLevel1": "CU050",
"attributeLevelDescription1": "CU050",
"hierarchyLevel1": "PER",
"hierarchyLevelDescription1": "PERCONFEZIONI S.R.L.",
"hierarchyType1": "FORN",
"attributeType1": "TESS",
"attributeLevel2": null,
"attributeLevelDescription2": null,
"hierarchyLevel2": "U",
"hierarchyLevelDescription2": "Uomo",
"hierarchyType2": "MONDO",
"attributeType2": null,
"attributeLevel3": null,
"attributeLevelDescription3": null,
"hierarchyLevel3": "39_",
"hierarchyLevelDescription3": "PANT.COTONE",
"hierarchyType3": "GRP",
"attributeType3": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"hierarchyLevel4": "Y",
"hierarchyLevelDescription4": "5Tasche",
"hierarchyType4": "SUBGRP",
"attributeType4": null,
"attributeLevel5": null,
"attributeLevelDescription5": null,
"hierarchyLevel5": "K17",
"hierarchyLevelDescription5": "K17",
"hierarchyType5": "MOD",
"attributeType5": null,
"attributeLevel6": null,
"attributeLevelDescription6": null,
"hierarchyLevel6": null,
"hierarchyLevelDescription6": null,
"hierarchyType6": null,
"attributeType6": null,
"attributeLevel7": null,
"attributeLevelDescription7": null,
"hierarchyLevel7": null,
"hierarchyLevelDescription7": null,
"hierarchyType7": null,
"attributeType7": null,
"attributeLevel8": null,
"attributeLevelDescription8": null,
"hierarchyLevel8": null,
"hierarchyLevelDescription8": null,
"hierarchyType8": null,
"attributeType8": null,
"attributeLevel9": null,
"attributeLevelDescription9": null,
"hierarchyLevel9": null,
"hierarchyLevelDescription9": null,
"hierarchyType9": null,
"attributeType9": null,
"attributeLevel10": null,
"attributeLevelDescription10": null,
"hierarchyLevel10": null,
"hierarchyLevelDescription10": null,
"hierarchyType10": null,
"attributeType10": null,
"barcodes": [
{
"barcode": "8000200060585",
"dimension1": "1",
"dimensionGenericName1": null,
"dimensionDescription1": "44",
"dimensionType1": "TAGLIA",
"dimensionGroup1": "117",
"dimensionGroupDescription1": "Da 44-66",
"dimension2": "644B ",
"dimensionGenericName2": null,
"dimensionDescription2": "Jeans",
"dimensionType2": "COLORE",
"dimensionGroup2": "19",
"dimensionGroupDescription2": "PERCONFEZIONI",
"dimension3": null,
"dimensionGenericName3": null,
"dimensionDescription3": null,
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimension4": null,
"dimensionGenericName4": null,
"dimensionDescription4": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"dimension5": null,
"dimensionGenericName5": null,
"dimensionDescription5": null,
"dimensionType5": null,
"dimensionGroup5": null,
"dimensionGroupDescription5": null
}
],
"priceLists": [
{
"priceList": "2.0",
"priceListDescription": "Listino filiale 2",
"startDate": "2017-12-31 00:00:00",
"entities": [
{
"entityCode": "2",
"description": "ANGELICO MAGAZZINO"
}
],
"prices": []
}
]
}
]
}