Get a draft
GET
/api/rest/v1/products-uuid/{uuid}/draft
Product [uuid]
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/products-uuid//draft'
Response Response Example
200 - Example 1
{
"associations": {
"PACK": {
"groups": [],
"product_models": [],
"products": [
"d055527c-0698-4967-8f16-8a5f23f4e5cf"
]
}
},
"categories": [
"summer_collection"
],
"completenesses": [
{
"data": 10,
"locale": "en_US",
"scope": "ecommerce"
},
{
"data": 20,
"locale": "fr_FR",
"scope": "ecommerce"
},
{
"data": 30,
"locale": "en_US",
"scope": "tablet"
},
{
"data": 40,
"locale": "fr_FR",
"scope": "tablet"
}
],
"created": "2023-08-15T05:53:50.716Z",
"enabled": true,
"family": "tshirt",
"groups": [],
"parent": null,
"quality_scores": [
{
"data": "A",
"locale": "en_US",
"scope": "ecommerce"
},
{
"data": "B",
"locale": "fr_FR",
"scope": "ecommerce"
},
{
"data": "D",
"locale": "en_US",
"scope": "tablet"
},
{
"data": "E",
"locale": "fr_FR",
"scope": "tablet"
}
],
"quantified_associations": {
"PRODUCT_SET": {
"product_models": [
{
"identifier": "model-biker-jacket-leather",
"quantity": 2
}
],
"products": [
{
"quantity": 2,
"uuid": "fc24e6c3-933c-4a93-8a81-e5c703d134d5"
},
{
"quantity": 1,
"uuid": "a9b69002-a0b1-4ead-85c2-f8dbf59c6cfc"
}
]
}
},
"updated": "2023-08-15T05:53:50.716Z",
"uuid": "25566245-55c3-42ce-86d9-8610ac459fa8",
"values": {
"collection": [
{
"data": [
"winter_2016"
],
"linked_data": {
"winter_2016": {
"attribute": "collection",
"code": "winter_2016",
"labels": {
"en_US": "Winter 2016",
"fr_FR": "Hiver 2016"
}
}
},
"locale": null,
"scope": null
}
],
"color": [
{
"data": "black",
"linked_data": {
"attribute": "color",
"code": "black",
"labels": {
"en_US": "Black",
"fr_FR": "Noir"
}
},
"locale": null,
"scope": null
}
],
"description": [
{
"data": "Summer top",
"locale": "en_US",
"scope": "ecommerce"
},
{
"data": "Top",
"locale": "en_US",
"scope": "tablet"
},
{
"data": "Débardeur pour l'été",
"locale": "fr_FR",
"scope": "ecommerce"
},
{
"data": "Débardeur",
"locale": "fr_FR",
"scope": "tablet"
}
],
"name": [
{
"data": "Top",
"locale": "en_US",
"scope": null
},
{
"data": "Débardeur",
"locale": "fr_FR",
"scope": null
}
],
"price": [
{
"data": [
{
"amount": "15.5",
"currency": "EUR"
},
{
"amount": "15",
"currency": "USD"
}
],
"locale": null,
"scope": null
}
],
"size": [
{
"data": "m",
"linked_data": {
"attribute": "size",
"code": "m",
"labels": {
"en_US": "M",
"fr_FR": "M"
}
},
"locale": null,
"scope": null
}
],
"sku": [
{
"data": "top",
"locale": null,
"scope": null
}
]
}
}
Request
Path Params
uuid
string
required
Responses
Modified at 2023-08-15 05:53:55