api-key: ********************
{
"name": "Barstoel de Schavuit",
"barcode": "9900000002237",
"unit": "st",
"salesGroup": {
"code": "8010"
},
"vat": {
"code": "2"
},
"images": [
{
"url": "https://api.logictrade.cloud/images/lt-desk.png"
}
],
"volume": 1100,
"packages": 1,
"startDate": "2024-04-01",
"webshopStartDate": "2024-05-01",
"webshop": false,
"salesPrice": 259.95,
"supplier": {
"supplier": {
"companyName": "De Barstoel B.V.",
"email": "info@debarstoel.nl",
"address": {
"street": "Weth. Buitenhuisstraat",
"houseNumber": "2b",
"zipCode": "7951 SM",
"city": "Staphorst",
"country": "NL"
}
},
"code": "DBS0001",
"purchasePrice": 124.00
},
"groups": [
{
"id": 12
}
],
"attributes": [
{
"code": "Color",
"values": [
{
"code": "Red"
}
]
}
]
}
curl --location --request POST 'https://api.logictrade.cloud/rest/v1/products' \
--header 'Content-Type: application/json' \
--header 'api-key;' \
--data-raw '{
"name": "Barstoel de Schavuit",
"barcode": "9900000002237",
"unit": "st",
"salesGroup": {
"code": "8010"
},
"vat": {
"code": "2"
},
"images": [
{
"url": "https://api.logictrade.cloud/images/lt-desk.png"
}
],
"volume": 1100,
"packages": 1,
"startDate": "2024-04-01",
"webshopStartDate": "2024-05-01",
"webshop": false,
"salesPrice": 259.95,
"supplier": {
"supplier": {
"companyName": "De Barstoel B.V.",
"email": "info@debarstoel.nl",
"address": {
"street": "Weth. Buitenhuisstraat",
"houseNumber": "2b",
"zipCode": "7951 SM",
"city": "Staphorst",
"country": "NL"
}
},
"code": "DBS0001",
"purchasePrice": 124.00
},
"groups": [
{
"id": 12
}
],
"attributes": [
{
"code": "Color",
"values": [
{
"code": "Red"
}
]
}
]
}'
{
"id": 1
}