api-key: ********************
{
"number": "007"
}
curl --location --request PUT 'https://api.logictrade.cloud/rest/v1/products/variants/' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"number": "007"
}'
{
"id": 0,
"number": "string",
"description": "string",
"invalid": true,
"barcode": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"webshop": true,
"webshopStartDate": "2019-08-24T14:15:22Z",
"webshopEndDate": "2019-08-24T14:15:22Z",
"configuration": {
"id": 0,
"items": [
{
"option": "string",
"optionBarcode": "string",
"optionCode": "string",
"value": "string",
"valueBarcode": "string",
"valueCode": "string"
}
]
},
"attributes": [
{
"id": 0,
"group": {
"code": "string",
"name": "string"
},
"type": "string",
"name": "string",
"suffix": "string",
"code": "string",
"sequence": 0,
"values": [
{
"id": 0,
"code": "string",
"value": "string"
}
]
}
]
}