POST call, passing a JSON body as specified below.| Field | Description | Type | Mandatory |
|---|---|---|---|
| languageId | Language for the article localized strings ( IT or EN, defaults to user languare or IT if omitted) | String | |
| completeExtraction | If set to T, extracts ALL the articles (even the ones before the last request) | Char(1) |
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. (only if completeExtraction is T)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) | |
| 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) | |
| 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) | |
| dimensionTypeX | Type of the dimension of the product (there will be at max 5 different dimension for the product) | Varchar(250) | |
| dimensionLevelX | Code of the dimension | Varchar(250) | |
| dimensionLevelDescriptionX | Description of the dimension | Varchar(250) | |
| shopDescription | Description of the product for shop | Varchar(250) | |
| year | Year of the product | Decimal(4,0) | |
| brand | Brand of the product | Varchar(250) | |
| brandDescription | Description of the brand | Varchar(250) | |
| madeIn | Made in of the product | Varchar(250) | |
| madeInDescription | Description of the made in | Varchar(250) | |
| season | Season of the product | Char(1) | |
| seasonCode | Code of the season of the product | Varchar(250) | |
| seasonDescription | Description of the season | Varchar(250) | |
| composition | Composition of the different materials of the product | Varchar(250) | |
| customsCategory | Custom Category | Varchar(10) | |
| vatCode | Code of the vat of the product | Varchar(250) | |
| minimumPack | It indicates the minimun pack for the product | Decimal(7,2) | |
| measureUnit | It indicates the measure unit for the product | Varchar(5) | |
| itemHeigth | Dimension of the product | Decimal(7,2) | |
| itemWidth | Dimension of the product | Decimal(7,2) | |
| itemDepth | Dimension of the product | Decimal(7,2) | |
| packHeigth | Dimension of the pack | Decimal(7,2) | |
| packWidth | Dimension of the pack | Decimal(7,2) | |
| packDepth | Dimension of the pack | Decimal(7,2) | |
| setItem | It indicates if the product is a set | Char(1) | |
| setQuantity | It indicates the quantity of product in set | Decimal(7,2) |
{
"success": true,
"valueObjectList": [
{
"itemCode": "000",
"itemDescription": "SCARPA UOMO",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "2",
"hierarchyLevelDescription1": "Uomo",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "103",
"hierarchyLevelDescription2": "Scarpe Uomo",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "112",
"hierarchyLevelDescription3": "Stringate",
"attributeType1": "MARCHIO",
"attributeLevel1": "1340",
"attributeLevelDescription1": "Del Carlo",
"attributeType2": "MATERIALE",
"attributeLevel2": "191",
"attributeLevelDescription2": "Pelle",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "SCARPA UOMO DEL",
"year": 2017,
"brand": "ADAS",
"brandDescription": "ADASTOP",
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "17",
"seasonDescription": "PE17",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "1",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": 70,
"packDepth": 30,
"setItem": "F",
"setQuantity": null
}]
}
curl --location --request POST '/api?cmd=getItemsExport_v3&appId=KEEPIT&applicationId=KEEPIT&start=9' \
--header 'username: {{USERNAME}}' \
--header 'password: {{PASSWORD}}' \
--header 'companyId: {{COMPANY_ID}}' \
--header 'siteId: {{SITE_ID}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"completeExtraction": "T",
"languageId": "IT",
"system": "GESTIONALE_ESTERNO"
}'{
"success": true,
"valueObjectList": [
{
"itemCode": "000",
"itemDescription": "SCARPA UOMO",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "2",
"hierarchyLevelDescription1": "Uomo",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "103",
"hierarchyLevelDescription2": "Scarpe Uomo",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "112",
"hierarchyLevelDescription3": "Stringate",
"attributeType1": "MARCHIO",
"attributeLevel1": "1340",
"attributeLevelDescription1": "Del Carlo",
"attributeType2": "MATERIALE",
"attributeLevel2": "191",
"attributeLevelDescription2": "Pelle",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "SCARPA UOMO DEL",
"year": 2017,
"brand": "ADAS",
"brandDescription": "ADASTOP",
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "17",
"seasonDescription": "PE17",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "1",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": 70,
"packDepth": 30,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "0001-AAA-BBB-CCC-DDD-345-123-EEE-333-DDF_111_AAA",
"itemDescription": "PROVA ARTICOLO",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "104",
"hierarchyLevelDescription2": "Accessori Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "140",
"hierarchyLevelDescription3": "Accessori",
"attributeType1": null,
"attributeLevel1": null,
"attributeLevelDescription1": null,
"attributeType2": null,
"attributeLevel2": null,
"attributeLevelDescription2": null,
"attributeType3": null,
"attributeLevel3": null,
"attributeLevelDescription3": null,
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "1",
"dimensionGroupDescription1": "01",
"dimensionType2": "COLORE",
"dimensionGroup2": "1",
"dimensionGroupDescription2": "UFFICIALE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "PROVA ARTICOLO GIOIE",
"year": 2020,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "23",
"seasonDescription": "PE20",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": null,
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "0001003",
"itemDescription": "0001003",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "2",
"hierarchyLevelDescription1": "Uomo",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "366",
"hierarchyLevelDescription2": "Abbigliamento Uomo",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "166",
"hierarchyLevelDescription3": "Camicie",
"attributeType1": null,
"attributeLevel1": null,
"attributeLevelDescription1": null,
"attributeType2": null,
"attributeLevel2": null,
"attributeLevelDescription2": null,
"attributeType3": null,
"attributeLevel3": null,
"attributeLevelDescription3": null,
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": null,
"dimensionGroup1": null,
"dimensionGroupDescription1": null,
"dimensionType2": null,
"dimensionGroup2": null,
"dimensionGroupDescription2": null,
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "0001003",
"year": 2019,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "21",
"seasonDescription": "PE19",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": null,
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "0001004",
"itemDescription": "0001004",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "2",
"hierarchyLevelDescription1": "Uomo",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "366",
"hierarchyLevelDescription2": "Abbigliamento Uomo",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "166",
"hierarchyLevelDescription3": "Camicie",
"attributeType1": null,
"attributeLevel1": null,
"attributeLevelDescription1": null,
"attributeType2": null,
"attributeLevel2": null,
"attributeLevelDescription2": null,
"attributeType3": null,
"attributeLevel3": null,
"attributeLevelDescription3": null,
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": null,
"dimensionGroup1": null,
"dimensionGroupDescription1": null,
"dimensionType2": null,
"dimensionGroup2": null,
"dimensionGroupDescription2": null,
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "0001004",
"year": 2019,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "3",
"seasonCode": "CONT",
"seasonDescription": "PE09",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": null,
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "00070003",
"itemDescription": "SANDALO DONNA",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "75",
"hierarchyLevelDescription2": "Scarpe Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "88",
"hierarchyLevelDescription3": "Sandali alti",
"attributeType1": "MARCHIO",
"attributeLevel1": "447",
"attributeLevelDescription1": "SCHUTZ",
"attributeType2": "MATERIALE",
"attributeLevel2": "25",
"attributeLevelDescription2": "Camoscio",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "SANDALO DONNA S",
"year": 2016,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "15",
"seasonDescription": "PE16",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "001002",
"itemDescription": "MAGLIETTA FANTASIA",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "153",
"hierarchyLevelDescription2": "Abbigliamento Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "157",
"hierarchyLevelDescription3": "T-Shirts",
"attributeType1": null,
"attributeLevel1": null,
"attributeLevelDescription1": null,
"attributeType2": null,
"attributeLevel2": null,
"attributeLevelDescription2": null,
"attributeType3": null,
"attributeLevel3": null,
"attributeLevelDescription3": null,
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "1",
"dimensionGroupDescription1": "01",
"dimensionType2": "COLORE",
"dimensionGroup2": "1",
"dimensionGroupDescription2": "UFFICIALE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "MAGLIETTA FANTASIA",
"year": 2019,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "21",
"seasonDescription": "PE19",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": null,
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "001003",
"itemDescription": "MAGLIA FANTASIA",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "153",
"hierarchyLevelDescription2": "Abbigliamento Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "157",
"hierarchyLevelDescription3": "T-Shirts",
"attributeType1": null,
"attributeLevel1": null,
"attributeLevelDescription1": null,
"attributeType2": null,
"attributeLevel2": null,
"attributeLevelDescription2": null,
"attributeType3": null,
"attributeLevel3": null,
"attributeLevelDescription3": null,
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "1",
"dimensionGroupDescription1": "01",
"dimensionType2": "COLORE",
"dimensionGroup2": "1",
"dimensionGroupDescription2": "UFFICIALE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "MAGLIA FANTASIA",
"year": 2019,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "21",
"seasonDescription": "PE19",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": null,
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "0011",
"itemDescription": "TEST",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "104",
"hierarchyLevelDescription2": "Accessori Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "138",
"hierarchyLevelDescription3": "Borse",
"attributeType1": null,
"attributeLevel1": null,
"attributeLevelDescription1": null,
"attributeType2": null,
"attributeLevel2": null,
"attributeLevelDescription2": null,
"attributeType3": null,
"attributeLevel3": null,
"attributeLevelDescription3": null,
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": null,
"dimensionGroup1": null,
"dimensionGroupDescription1": null,
"dimensionType2": null,
"dimensionGroup2": null,
"dimensionGroupDescription2": null,
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "TEST",
"year": 2019,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "2",
"seasonCode": "22",
"seasonDescription": "AI19",
"composition": "",
"customsCategory": null,
"vatCode": "2",
"minimumPack": null,
"measureUnit": null,
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "00110",
"itemDescription": "00110",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "104",
"hierarchyLevelDescription2": "Accessori Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "138",
"hierarchyLevelDescription3": "Borse",
"attributeType1": null,
"attributeLevel1": null,
"attributeLevelDescription1": null,
"attributeType2": null,
"attributeLevel2": null,
"attributeLevelDescription2": null,
"attributeType3": null,
"attributeLevel3": null,
"attributeLevelDescription3": null,
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "1",
"dimensionGroupDescription1": "01",
"dimensionType2": "COLORE",
"dimensionGroup2": "1",
"dimensionGroupDescription2": "UFFICIALE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "00110",
"year": 2019,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "2",
"seasonCode": "22",
"seasonDescription": "AI19",
"composition": "",
"customsCategory": null,
"vatCode": "2",
"minimumPack": null,
"measureUnit": null,
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "00230008A",
"itemDescription": "SANDALO DONNA",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "75",
"hierarchyLevelDescription2": "Scarpe Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "88",
"hierarchyLevelDescription3": "Sandali alti",
"attributeType1": "MARCHIO",
"attributeLevel1": "447",
"attributeLevelDescription1": "SCHUTZ",
"attributeType2": "MATERIALE",
"attributeLevel2": "191",
"attributeLevelDescription2": "Pelle",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "SANDALO DONNA S",
"year": 2016,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "15",
"seasonDescription": "PE16",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "0024",
"itemDescription": "POLACCO UOMO",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "2",
"hierarchyLevelDescription1": "Uomo",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "103",
"hierarchyLevelDescription2": "Scarpe Uomo",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "113",
"hierarchyLevelDescription3": "Polacchi",
"attributeType1": "MARCHIO",
"attributeLevel1": "476",
"attributeLevelDescription1": "BLUNDSTONE",
"attributeType2": "MATERIALE",
"attributeLevel2": "191",
"attributeLevelDescription2": "Pelle",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "POLACCO UOMO BL",
"year": 2016,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "2",
"seasonCode": "16",
"seasonDescription": "AI16",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "0025 A",
"itemDescription": "SCARPA DONNA",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "75",
"hierarchyLevelDescription2": "Scarpe Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "116",
"hierarchyLevelDescription3": "Scarpe basse",
"attributeType1": "MARCHIO",
"attributeLevel1": "1168",
"attributeLevelDescription1": "Albano",
"attributeType2": "MATERIALE",
"attributeLevel2": "25",
"attributeLevelDescription2": "Camoscio",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "SCARPA DONNA ALBANO",
"year": 2015,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "13",
"seasonDescription": "PE16",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "004 H",
"itemDescription": "SCARPA UOMO",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "2",
"hierarchyLevelDescription1": "Uomo",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "103",
"hierarchyLevelDescription2": "Scarpe Uomo",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "112",
"hierarchyLevelDescription3": "Stringate",
"attributeType1": "MARCHIO",
"attributeLevel1": "1340",
"attributeLevelDescription1": "Del Carlo",
"attributeType2": "MATERIALE",
"attributeLevel2": "191",
"attributeLevelDescription2": "Pelle",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "SCARPA UOMO DEL",
"year": 2017,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "17",
"seasonDescription": "PE17",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "004 N",
"itemDescription": "SCARPA DONNA",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "75",
"hierarchyLevelDescription2": "Scarpe Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "_",
"hierarchyLevelDescription3": "Da definire",
"attributeType1": "MARCHIO",
"attributeLevel1": "0",
"attributeLevelDescription1": "NON CONOSCIUTO",
"attributeType2": "MATERIALE",
"attributeLevel2": "354",
"attributeLevelDescription2": "_",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "SCARPA DONNA REBECCA",
"year": 2019,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "21",
"seasonDescription": "PE19",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "005-42",
"itemDescription": "POLACCO UOMO WEXFORD",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "2",
"hierarchyLevelDescription1": "Uomo",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "103",
"hierarchyLevelDescription2": "Scarpe Uomo",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "113",
"hierarchyLevelDescription3": "Polacchi",
"attributeType1": "MARCHIO",
"attributeLevel1": "324",
"attributeLevelDescription1": "WEXFORD",
"attributeType2": "MATERIALE",
"attributeLevel2": "191",
"attributeLevelDescription2": "Pelle",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "POLACCO UOMO WE",
"year": 2015,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "2",
"seasonCode": "14",
"seasonDescription": "PE16",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "0050 D",
"itemDescription": "SNEAKER DONNA",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "75",
"hierarchyLevelDescription2": "Scarpe Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "119",
"hierarchyLevelDescription3": "Sneakers",
"attributeType1": "MARCHIO",
"attributeLevel1": "1066",
"attributeLevelDescription1": "Feiyue",
"attributeType2": "MATERIALE",
"attributeLevel2": "27",
"attributeLevelDescription2": "Canvas",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "SNEAKER DONNA F",
"year": 2013,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "9",
"seasonDescription": "PE13",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "006-040202",
"itemDescription": "ZEPPA DONNA",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "75",
"hierarchyLevelDescription2": "Scarpe Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "151",
"hierarchyLevelDescription3": "Zeppe",
"attributeType1": "MARCHIO",
"attributeLevel1": "1321",
"attributeLevelDescription1": "Dansko",
"attributeType2": "MATERIALE",
"attributeLevel2": "191",
"attributeLevelDescription2": "Pelle",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "ZEPPA DONNA DAN",
"year": 2018,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "19",
"seasonDescription": "PE18",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "006-750202",
"itemDescription": "ZEPPA DONNA",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "75",
"hierarchyLevelDescription2": "Scarpe Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "151",
"hierarchyLevelDescription3": "Zeppe",
"attributeType1": "MARCHIO",
"attributeLevel1": "1321",
"attributeLevelDescription1": "Dansko",
"attributeType2": "MATERIALE",
"attributeLevel2": "191",
"attributeLevelDescription2": "Pelle",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "ZEPPA DONNA DAN",
"year": 2018,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "19",
"seasonDescription": "PE18",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "007 CINT",
"itemDescription": "CINTURA DAD",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "104",
"hierarchyLevelDescription2": "Accessori Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "_",
"hierarchyLevelDescription3": "Da definire",
"attributeType1": "MARCHIO",
"attributeLevel1": "0",
"attributeLevelDescription1": "NON CONOSCIUTO",
"attributeType2": "MATERIALE",
"attributeLevel2": "354",
"attributeLevelDescription2": "_",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "77",
"dimensionGroupDescription1": "UNICA",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "CINTURA DAD",
"year": 2018,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "2",
"seasonCode": "20",
"seasonDescription": "AI18",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
},
{
"itemCode": "00797",
"itemDescription": "SCARPA DONNA",
"hierarchyType1": "SESSO",
"hierarchyLevel1": "1",
"hierarchyLevelDescription1": "Donna",
"hierarchyType2": "REPARTO",
"hierarchyLevel2": "75",
"hierarchyLevelDescription2": "Scarpe Donna",
"hierarchyType3": "CATEGORIA",
"hierarchyLevel3": "116",
"hierarchyLevelDescription3": "Scarpe basse",
"attributeType1": "MARCHIO",
"attributeLevel1": "315",
"attributeLevelDescription1": "TOMMY HILFIGER",
"attributeType2": "MATERIALE",
"attributeLevel2": "84",
"attributeLevelDescription2": "Eco pelle",
"attributeType3": "TACCO",
"attributeLevel3": "38",
"attributeLevelDescription3": "**",
"attributeType4": null,
"attributeLevel4": null,
"attributeLevelDescription4": null,
"dimensionType1": "TAGLIA",
"dimensionGroup1": "61",
"dimensionGroupDescription1": "SCIT",
"dimensionType2": "COLORE",
"dimensionGroup2": "999",
"dimensionGroupDescription2": "DA NON USARE",
"dimensionType3": null,
"dimensionGroup3": null,
"dimensionGroupDescription3": null,
"dimensionType4": null,
"dimensionGroup4": null,
"dimensionGroupDescription4": null,
"shopDescription": "SCARPA DONNA TO",
"year": 2017,
"brand": null,
"brandDescription": null,
"madeIn": null,
"madeInDescription": null,
"season": "1",
"seasonCode": "17",
"seasonDescription": "PE17",
"composition": "",
"customsCategory": null,
"vatCode": "3",
"minimumPack": null,
"measureUnit": "PZ",
"itemHeigth": null,
"itemWidth": null,
"itemDepth": null,
"packHeigth": null,
"packWidth": null,
"packDepth": null,
"setItem": "F",
"setQuantity": null
}
],
"moreRows": true,
"resultSetLength": 11887
}