Menu
Category
The category model
Arguments
MerchantNameCode
The merchant name code.
Example : sandbox
IdCategory
The IdCategory of the category to return.
URL
Method : GET
Example :
https://{dev}.digipart.fr/api/category?IdCategory={IdCategory}&IdLang={IdLang}&FromProductNumber={0}&ToProductNumber={3}
Fields
IdProduct
The IdCategory of the category to return.
IdLang
The IdLang of the category.
FromProductNumber
To iterate a pagination from product number of the category.
ToProductNumber
To iterate the end of pagination from product number of the category.
Exemple of query
var axios = require("axios");
var config = {
method: "get",
url: "https://dev.digipart.fr/api/category?IdCategory=10&IdLang=1&FromProductNumber=0&ToProductNumber=3",
headers: {
Cookie: "PHPSESSID=97338fb49fe627c4188fcf5fc494f72a",
},
};
axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data));
})
.catch(function (error) {
console.log(error);
});
Exemple of response
[
{
"IdCategory": 10,
"CategoryTitle": "Robes",
"CategoryDescription": "
\r\n\r\n
\r\n",
"CategoryDescriptionShort": "",
"NumberOfProducts": 464,
"Products": [
{
"IdProduct": "4380",
"Reference": "REZIL817-KAKI",
"Color": "KAKI",
"ProductDescription": [
{
"Title": "Titre de produit",
"Description": "Description longue au format html du produit",
"IdLang": "1"
},
{
"Title": "Title of product",
"Description": "Long desxcription in html format of the product",
"IdLang": "2"
}
],
"Prices": [
{
"InPromotion": "false",
"RegularPrices": [
{
"TaxIncl": "139.00",
"TaxExcl": "115.83"
}
]
}
],
"Sizes": [
{
"Size": "2(42/44)",
"Quantity": "4"
},
{
"Size": "4(46/48)",
"Quantity": "1"
},
{
"Size": "6(50/52)",
"Quantity": "1"
},
{
"Size": "8(54/56)",
"Quantity": "1"
}
],
"VideoUrl": null,
"ImagesUrls": [
{
"imagePosition": 0,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57560.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57560.jpg",
"isGhost": false
},
{
"imagePosition": 1,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57561.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57561.jpg",
"isGhost": false
},
{
"imagePosition": 2,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57562.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57562.jpg",
"isGhost": false
},
{
"imagePosition": 3,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57563.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57563.jpg",
"isGhost": false
},
{
"imagePosition": 4,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57564.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57564.jpg",
"isGhost": false
},
{
"imagePosition": 5,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57990.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57990.jpg",
"isGhost": true
}
],
"ProductRelationship": [
{
"IdProduct": "4380",
"Reference": "REZIL817-KAKI",
"Color": "KAKI",
"ProductDescription": [
{
"Title": "Tunique courte plissée à bretelles en uni très jolie",
"Description": "Détails produit :
\r\n\r\n \r\n\t- Tunique plissée en voile uni.
\r\n\t- Tunique doublée.
\r\n\t- Bretelle large réglable avec étrier.
\r\n\t- Manche pagode 3/4 plissée.
\r\n
\r\n",
"IdLang": "1"
},
{
"Title": "Short pleated tunic with straps in plain color",
"Description": "Product details:
- Pleated tunic in plain veil.
- Lined tunic.
- Wide adjustable strap with stirrup.
- 3/4 pleated pagoda sleeve.
",
"IdLang": "2"
}
],
"Prices": [
{
"InPromotion": "false",
"RegularPrices": [
{
"TaxIncl": "139.00",
"TaxExcl": "115.83"
}
]
}
],
"Sizes": [
{
"Size": "2(42/44)",
"Quantity": "4"
},
{
"Size": "4(46/48)",
"Quantity": "1"
},
{
"Size": "6(50/52)",
"Quantity": "1"
},
{
"Size": "8(54/56)",
"Quantity": "1"
}
],
"VideoUrl": null,
"ImagesUrls": [
{
"imagePosition": 0,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57560.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57560.jpg",
"isGhost": false
},
{
"imagePosition": 1,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57561.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57561.jpg",
"isGhost": false
},
{
"imagePosition": 2,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57562.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57562.jpg",
"isGhost": false
},
{
"imagePosition": 3,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57563.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57563.jpg",
"isGhost": false
},
{
"imagePosition": 4,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57564.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57564.jpg",
"isGhost": false
},
{
"imagePosition": 5,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4380-REZIL817-KAKI-57990.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4380-REZIL817-KAKI-57990.jpg",
"isGhost": true
}
]
},
{
"IdProduct": "4642",
"Reference": "REZIL817-ECRU",
"Color": "ECRU",
"ProductDescription": [
{
"Title": "Tunique plissée à bretelles en uni",
"Description": "Détails produit :
\r\n\r\n\r\n\t- Tunique plissée en voile uni.
\r\n\t- Tunique doublée.
\r\n\t- Bretelle large réglable avec étrier.
\r\n\t- Manche pagode 3/4 plissée.
\r\n
\r\n",
"IdLang": "1"
},
{
"Title": "Pleated tunic with straps in plain",
"Description": "Product details:
- Pleated tunic in plain veil.
- Lined tunic.
- Wide adjustable strap with stirrup.
- 3/4 pleated pagoda sleeve.
",
"IdLang": "2"
}
],
"Prices": [
{
"InPromotion": "false",
"RegularPrices": [
{
"TaxIncl": "139.00",
"TaxExcl": "115.83"
}
]
}
],
"Sizes": [
{
"Size": "2(42/44)",
"Quantity": "2"
},
{
"Size": "4(46/48)",
"Quantity": "6"
},
{
"Size": "6(50/52)",
"Quantity": "6"
},
{
"Size": "8(54/56)",
"Quantity": "3"
}
],
"VideoUrl": null,
"ImagesUrls": [
{
"imagePosition": 0,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4642-REZIL817-ECRU-62210.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4642-REZIL817-ECRU-62210.jpg",
"isGhost": false
},
{
"imagePosition": 1,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4642-REZIL817-ECRU-61603.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4642-REZIL817-ECRU-61603.jpg",
"isGhost": false
},
{
"imagePosition": 2,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4642-REZIL817-ECRU-61600.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4642-REZIL817-ECRU-61600.jpg",
"isGhost": false
},
{
"imagePosition": 3,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4642-REZIL817-ECRU-61602.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4642-REZIL817-ECRU-61602.jpg",
"isGhost": false
},
{
"imagePosition": 4,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4642-REZIL817-ECRU-61604.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4642-REZIL817-ECRU-61604.jpg",
"isGhost": false
},
{
"imagePosition": 5,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4642-REZIL817-ECRU-61783.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4642-REZIL817-ECRU-61783.jpg",
"isGhost": true
}
]
},
{
"IdProduct": "4716",
"Reference": "REZIL817-MARINE",
"Color": "MARINE",
"ProductDescription": [
{
"Title": "Tunique plissée à bretelles en uni",
"Description": "Détails produit :
\r\n\r\n\r\n\t- Tunique plissée en voile uni.
\r\n\t- Tunique doublée.
\r\n\t- Bretelle large réglable avec étrier.
\r\n\t- Manche pagode 3/4 plissée.
\r\n
\r\n",
"IdLang": "1"
},
{
"Title": "Short pleated dress with straps in plain color",
"Description": "Product details:
\r\n\r\n\r\n\t- Short pleated dress in plain voile.
\r\n\t- Lined dress.
\r\n\t- Wide adjustable strap with stirrup.
\r\n\t- 3/4 pleated pagoda sleeve.
\r\n
\r\n",
"IdLang": "2"
}
],
"Prices": [
{
"InPromotion": "false",
"RegularPrices": [
{
"TaxIncl": "139.00",
"TaxExcl": "115.83"
}
]
}
],
"Sizes": [
{
"Size": "2(42/44)",
"Quantity": "10"
},
{
"Size": "4(46/48)",
"Quantity": "12"
},
{
"Size": "6(50/52)",
"Quantity": "14"
},
{
"Size": "8(54/56)",
"Quantity": "9"
}
],
"VideoUrl": null,
"ImagesUrls": [
{
"imagePosition": 0,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4716-REZIL817-MARINE-61619.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4716-REZIL817-MARINE-61619.jpg",
"isGhost": false
},
{
"imagePosition": 1,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4716-REZIL817-MARINE-61622.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4716-REZIL817-MARINE-61622.jpg",
"isGhost": false
},
{
"imagePosition": 2,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4716-REZIL817-MARINE-61618.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4716-REZIL817-MARINE-61618.jpg",
"isGhost": false
},
{
"imagePosition": 3,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4716-REZIL817-MARINE-61621.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4716-REZIL817-MARINE-61621.jpg",
"isGhost": false
},
{
"imagePosition": 4,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4716-REZIL817-MARINE-61623.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4716-REZIL817-MARINE-61623.jpg",
"isGhost": false
},
{
"imagePosition": 5,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4716-REZIL817-MARINE-61789.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4716-REZIL817-MARINE-61789.jpg",
"isGhost": true
}
]
}
]
},
{
"IdProduct": "4481",
"Reference": "ENNA1016-ECRU102",
"Color": "ECRU102",
"ProductDescription": [
{
"Title": "Robe en broderie anglaise ",
"Description": "Détails produit :
\r\n\r\n\r\n\t- Robe en broderie anglaise.
\r\n\t- Encolure en V bordée d'une patte avec un galon ajouré.
\r\n\t- Manche courte avec galon.
\r\n\t- Bas de forme liquette.
\r\n\t- Robe doublée.
\r\n
\r\n",
"IdLang": "1"
},
{
"Title": "English embroidery dress",
"Description": "Product details:
\r\n\r\n\r\n\t- English embroidery dress.
\r\n\t- V-neck lined with a placket with an openwork braid.
\r\n\t- Short sleeve with braid.
\r\n\t- Bottom of liquette form.
\r\n\t- lined dress.
\r\n
\r\n",
"IdLang": "2"
}
],
"Prices": [
{
"InPromotion": "false",
"RegularPrices": [
{
"TaxIncl": "179.00",
"TaxExcl": "149.17"
}
]
}
],
"Sizes": [
{
"Size": "2(42/44)",
"Quantity": "4"
},
{
"Size": "4(46/48)",
"Quantity": "2"
},
{
"Size": "6(50/52)",
"Quantity": "1"
},
{
"Size": "8(54/56)",
"Quantity": "1"
}
],
"VideoUrl": "https://player.vimeo.com/video/726714111",
"ImagesUrls": [
{
"imagePosition": 0,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58850.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58850.jpg",
"isGhost": false
},
{
"imagePosition": 1,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58851.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58851.jpg",
"isGhost": false
},
{
"imagePosition": 2,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58852.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58852.jpg",
"isGhost": false
},
{
"imagePosition": 3,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58853.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58853.jpg",
"isGhost": false
},
{
"imagePosition": 4,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58854.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58854.jpg",
"isGhost": false
}
],
"ProductRelationship": [
{
"IdProduct": "4481",
"Reference": "ENNA1016-ECRU102",
"Color": "ECRU102",
"ProductDescription": [
{
"Title": "Robe en broderie anglaise ",
"Description": "Détails produit :
\r\n\r\n\r\n\t- Robe en broderie anglaise.
\r\n\t- Encolure en V bordée d'une patte avec un galon ajouré.
\r\n\t- Manche courte avec galon.
\r\n\t- Bas de forme liquette.
\r\n\t- Robe doublée.
\r\n
\r\n",
"IdLang": "1"
},
{
"Title": "English embroidery dress",
"Description": "Product details:
\r\n\r\n\r\n\t- English embroidery dress.
\r\n\t- V-neck lined with a placket with an openwork braid.
\r\n\t- Short sleeve with braid.
\r\n\t- Bottom of liquette form.
\r\n\t- lined dress.
\r\n
\r\n",
"IdLang": "2"
}
],
"Prices": [
{
"InPromotion": "false",
"RegularPrices": [
{
"TaxIncl": "179.00",
"TaxExcl": "149.17"
}
]
}
],
"Sizes": [
{
"Size": "2(42/44)",
"Quantity": "4"
},
{
"Size": "4(46/48)",
"Quantity": "2"
},
{
"Size": "6(50/52)",
"Quantity": "1"
},
{
"Size": "8(54/56)",
"Quantity": "1"
}
],
"VideoUrl": "https://player.vimeo.com/video/726714111",
"ImagesUrls": [
{
"imagePosition": 0,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58850.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58850.jpg",
"isGhost": false
},
{
"imagePosition": 1,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58851.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58851.jpg",
"isGhost": false
},
{
"imagePosition": 2,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58852.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58852.jpg",
"isGhost": false
},
{
"imagePosition": 3,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58853.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58853.jpg",
"isGhost": false
},
{
"imagePosition": 4,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58854.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58854.jpg",
"isGhost": false
}
]
}
]
},
{
"IdProduct": "4482",
"Reference": "ENNA1016-NOIR1000",
"Color": "NOIR1000",
"ProductDescription": [
{
"Title": "Robe en broderie anglaise ",
"Description": "Détails produit :
\r\n\r\n\r\n\t- Robe en broderie anglaise.
\r\n\t- Encolure en V bordée d'une patte avec un galon ajouré.
\r\n\t- Manche courte avec galon.
\r\n\t- Bas de forme liquette.
\r\n\t- Robe doublée.
\r\n
\r\n",
"IdLang": "1"
},
{
"Title": "English embroidery dress",
"Description": "Product details:
- English embroidery dress.
- V-neck edged with a placket with an openwork braid.
- Short sleeve with braid.
- Bottom of liquette form.
- Lined dress.
",
"IdLang": "2"
}
],
"Prices": [
{
"InPromotion": "false",
"RegularPrices": [
{
"TaxIncl": "179.00",
"TaxExcl": "149.17"
}
]
}
],
"Sizes": [
{
"Size": "2(42/44)",
"Quantity": "2"
},
{
"Size": "4(46/48)",
"Quantity": "2"
},
{
"Size": "6(50/52)",
"Quantity": "1"
},
{
"Size": "8(54/56)",
"Quantity": "0"
}
],
"VideoUrl": null,
"ImagesUrls": [
{
"imagePosition": 0,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4482-ENNA1016-NOIR1000-58855.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4482-ENNA1016-NOIR1000-58855.jpg",
"isGhost": false
},
{
"imagePosition": 1,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4482-ENNA1016-NOIR1000-58856.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4482-ENNA1016-NOIR1000-58856.jpg",
"isGhost": false
},
{
"imagePosition": 2,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4482-ENNA1016-NOIR1000-58857.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4482-ENNA1016-NOIR1000-58857.jpg",
"isGhost": false
},
{
"imagePosition": 3,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4482-ENNA1016-NOIR1000-58858.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4482-ENNA1016-NOIR1000-58858.jpg",
"isGhost": false
},
{
"imagePosition": 4,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4482-ENNA1016-NOIR1000-58859.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4482-ENNA1016-NOIR1000-58859.jpg",
"isGhost": false
},
{
"imagePosition": 5,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4482-ENNA1016-NOIR1000-58860.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4482-ENNA1016-NOIR1000-58860.jpg",
"isGhost": false
}
],
"ProductRelationship": [
{
"IdProduct": "4481",
"Reference": "ENNA1016-ECRU102",
"Color": "ECRU102",
"ProductDescription": [
{
"Title": "Robe en broderie anglaise ",
"Description": "Détails produit :
\r\n\r\n\r\n\t- Robe en broderie anglaise.
\r\n\t- Encolure en V bordée d'une patte avec un galon ajouré.
\r\n\t- Manche courte avec galon.
\r\n\t- Bas de forme liquette.
\r\n\t- Robe doublée.
\r\n
\r\n",
"IdLang": "1"
},
{
"Title": "English embroidery dress",
"Description": "Product details:
\r\n\r\n\r\n\t- English embroidery dress.
\r\n\t- V-neck lined with a placket with an openwork braid.
\r\n\t- Short sleeve with braid.
\r\n\t- Bottom of liquette form.
\r\n\t- lined dress.
\r\n
\r\n",
"IdLang": "2"
}
],
"Prices": [
{
"InPromotion": "false",
"RegularPrices": [
{
"TaxIncl": "179.00",
"TaxExcl": "149.17"
}
]
}
],
"Sizes": [
{
"Size": "2(42/44)",
"Quantity": "4"
},
{
"Size": "4(46/48)",
"Quantity": "2"
},
{
"Size": "6(50/52)",
"Quantity": "1"
},
{
"Size": "8(54/56)",
"Quantity": "1"
}
],
"VideoUrl": "https://player.vimeo.com/video/726714111",
"ImagesUrls": [
{
"imagePosition": 0,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58850.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58850.jpg",
"isGhost": false
},
{
"imagePosition": 1,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58851.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58851.jpg",
"isGhost": false
},
{
"imagePosition": 2,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58852.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58852.jpg",
"isGhost": false
},
{
"imagePosition": 3,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58853.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58853.jpg",
"isGhost": false
},
{
"imagePosition": 4,
"productImageUrl": "https://cdn.digipart.fr/upload/images/retouched/4481-ENNA1016-ECRU102-58854.jpg",
"productImageThumbnailUrl": "https://cdn.digipart.fr/upload/images/retouched/thumb/thumbnail-4481-ENNA1016-ECRU102-58854.jpg",
"isGhost": false
}
]
}
]
}
]
}
]
Sandbox test code