moreRows is true, then you can request the next 20 elements by appending the query parameter &start=X on the request URL, where X is the first element to be retrieved. {
"success": true,
"valueObjectList": [
{
"entityCode": "1150",
"entityDescription": "Negozio Mobile shop (Michele)",
"entityType": "",
"entityCity": "",
"entityCountry": "",
"entityProvince": "",
"entityRegion": "",
"entityZipCode": "",
"parentEntityCode": 440,
"itemCode": "191MP2311",
"itemDescription": "GIACCA MY",
"dimensionType1": "TAGLIA",
"dimensionLevel1": "4",
"dimensionDescription1": "L",
"dimensionType2": "COLORE",
"dimensionLevel2": "2138",
"dimensionDescription2": "NERO/WHITE 03459",
"dimensionType3": null,
"dimensionLevel3": null,
"dimensionType4": null,
"dimensionLevel4": null,
"dimensionType5": null,
"dimensionLevel5": null,
"quantityStock": 3,
"quantityAvailable": 2,
"quantityReservated": 1
},
{
"entityCode": "1150",
"entityDescription": "Negozio Mobile shop (Michele)",
"entityType": "",
"entityCity": "",
"entityCountry": "",
"entityProvince": "",
"entityRegion": "",
"entityZipCode": "",
"parentEntityCode": 440,
"itemCode": "AB70791",
"itemDescription": "VESTITO ELISABETTA",
"dimensionType1": "TAGLIA",
"dimensionLevel1": "3",
"dimensionDescription1": "40",
"dimensionType2": "COLORE",
"dimensionLevel2": "441",
"dimensionDescription2": "Nero",
"dimensionType3": null,
"dimensionLevel3": null,
"dimensionType4": null,
"dimensionLevel4": null,
"dimensionType5": null,
"dimensionLevel5": null,
"quantityStock": 2,
"quantityAvailable": 2,
"quantityReservated": 1
},
{
"entityCode": "10",
"entityDescription": "Negozio 10",
"entityType": "SHOP",
"entityCity": "MILANO",
"entityCountry": "IT",
"entityProvince": "MI",
"entityRegion": "LOMBARDIA",
"entityZipCode": "20124",
"parentEntityCode": 440,
"itemCode": "011 N",
"itemDescription": "SCARPA DONNA REBECCA WHITE",
"dimensionType1": "TAGLIA",
"dimensionLevel1": "24",
"dimensionDescription1": "46½",
"dimensionType2": "COLORE",
"dimensionLevel2": "125",
"dimensionDescription2": "Black",
"dimensionType3": null,
"dimensionLevel3": null,
"dimensionType4": null,
"dimensionLevel4": null,
"dimensionType5": null,
"dimensionLevel5": null,
"quantityStock": 5,
"quantityAvailable": -1,
"quantityReservated": 1
}
],
"moreRows": false
}
| Field | Description | Type | Mandatory |
|---|---|---|---|
| fromDateTime | Datetime starting point (max 24h ago) | Date | ✓ |
| entityCode | Entity for which the stock is requested | Varchar(250) | |
| channel | Extracts the stock only for the specified channel (e.g. ECOMMERCE) | Varchar(250) |
| Field | Description | Type |
|---|---|---|
| entityCode | entity code intended as shop or warehouse | Varchar(250) |
| entityDescription | description of the entity intended as shop or warehouse | Varchar(250) |
| entityType | type of entity | Varchar(250) |
| entityCity | store or warehouse city | Varchar(250) |
| entityProvince | store or warehouse province (ISO2) | Varchar(250) |
| entityRegion | store or warehouse region | Varchar(250) |
| entityZipCode | store or warehouse zip code | Varchar(250) |
| itemCode | item code of the searched article | Varchar(250) |
| itemDescription | article description | Varchar(250) |
| dimensionType1 | Type 1 of the dimensional group that specialize the product (ex. size plan for the dimensional group related to sizes | Varchar(250) |
| dimensionLevel1 | code of 1st dimension (ex. 1) | Varchar(250) |
| dimensionDescription1 | description of 1st dimension (ex. UN) | Varchar(250) |
| dimensionType2 | Type 2 of the dimensional group that specialize the product (ex. color palette for the dimensional group related to colors) | Varchar(250) |
| dimensionLevel2 | code of 2nd dimension (ex. 00000) | Varchar(250) |
| dimensionDescription2 | description of 2nd dimension (ex. Neutral) | Varchar(250) |
| dimensionType3 | Type 3 of the dimensional group that specialize the product( ex. drop for the dimensional group related to the drop) | Varchar(250) |
| dimensionLevel3 | code of 3rd dimension | Varchar(250) |
| dimensionDescription3 | description of 3rd dimension | Varchar(250) |
| dimensionalType4 | Type 4 of the dimensional group that specialize the product | Varchar(250) |
| dimensionLevel4 | code of 4th dimension | Varchar(250) |
| dimensionDescription4 | description of 4th dimension | Varchar(250) |
| dimensionalType5 | Type 5 of the dimensional group that specialize the product | Varchar(250) |
| dimensionLevel5 | code of 5th dimension | Varchar(250) |
| dimensionDescription5 | description of 5th dimension | Varchar(250) |
| quantityStock | quantity in the warehouse/shop | Integer |
| quantityAvailable | quanty available (stock - committed) | Integer |
| quantityReservated | quantity reserved for the store | Integer |