v1
latestOpenAPI 3.0.02026-07-2455104.8 MBProduct
Create product V2
Creates a new product.
post/api/v2/products
Request body
Example request
{
"project": {
"id": "1337"
},
"tags": [
{
"color": "ff0000"
}
],
"measurements": {
"width": {
"value": 20,
"unit": "cm"
},
"height": {
"value": 10,
"unit": "cm"
},
"length": {
"value": 30,
"unit": "cm"
},
"weight": {
"value": 2,
"unit": "kg"
},
"netWeight": {
"value": 1.5,
"unit": "kg"
}
},
"merchandiseGroup": {
"id": "1337"
},
"standardSupplier": {
"id": "12345"
},
"calculatedPurchasePrice": {
"price": {
"amount": "13.37",
"currency": "EUR"
}
},
"calculatoryPurchasePriceSettings": {
"addPurchasePriceToCalculationTriggers": [
"onPurchaseOrderCompletion"
],
"calculatoryPurchasePriceRecalculationTriggers": [
"onPurchaseOrderCompletion"
],
"calculatoryPurchasePriceRecalculationMethod": "latestPurchaseOrdersWeightedAverage"
},
"salesChannel": {
"description": "A high-quality product.",
"meta": {
"title": "Sample Product Title",
"description": "This product is designed for everyday use.",
"keywords": "product, products"
},
"isStockNumberSyncActive": true,
"isSoldOut": true,
"isRemainingQuantity": true,
"isVisible": true,
"suggestedRetailPrice": "25.99",
"suggestedStockQuantity": "100",
"deliveryTime": "1 week",
"createNewProductDuringImport": true
},
"freeFields": [
{
"id": "17",
"value": "Sample Product"
}
],
"variantOf": {
"id": "parent-product-98765"
},
"variants": [
{
"name": "OptionalName(overrides autogenerated)",
"options": [
{
"name": "Cotton",
"option": {
"name": "Material"
}
},
{
"name": "M",
"option": {
"name": "Size"
}
},
{
"name": "NoLogo",
"option": {
"name": "Logo"
}
}
]
}
],
"categories": [
{
"id": "1"
},
{
"id": "2"
}
]
}Response
Resource successfully created response