api-key: ********************
curl --location --request GET 'https://api.logictrade.cloud/rest/v1/products/variants?pageNumber=&pageSize=&includePrices=&productId=&modifiedAfter=' \
--header 'api-key: <api-key>'
{
"pagination": {
"totalResults": 0,
"pageNumber": 0,
"pageSize": 0,
"totalPages": 0
},
"results": [
{
"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"
}
]
}
]
}
]
}