v1
latestOpenAPI 3.0.02026-07-2455104.8 MBProduct
Update multiple products V2
Update multiple products at once.
patch/api/v2/products
Request body
Example request
[
{
"id": "17",
"name": "Shipping Discount Small",
"number": "SKU123456",
"project": {
"id": "1337"
},
"description": "This is a detailed description of the product.",
"internalComment": "Handle with care; sensitive material.",
"shortDescription": "A compact and efficient shipping solution.",
"customsTariffNumber": "1234.56.78",
"ean": "1234567890123",
"minimumOrderQuantity": 10,
"minimumStorageQuantity": 5,
"serialNumbersMode": "user",
"disabledReason": "Product is out of stock.",
"ageRating": "18",
"countryOfOrigin": "DE",
"unit": "Pack",
"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"
}
},
"manufacturer": {
"name": "Test Innovations",
"number": "AC12345",
"link": "https://www.samplesite.com"
},
"salesTax": "reduced",
"merchandiseGroup": {
"id": "1337"
},
"categories": [
{
"id": "1"
},
{
"id": "2"
}
],
"standardSupplier": {
"id": "12345"
},
"isShippingCostsProduct": true,
"discount": {
"isDiscountProduct": false,
"discountPercentage": 15.5
},
"stockTaking": {
"hasStockTakingValue": true,
"stockTakingValue": 100.75
},
"calculatedPurchasePrice": {
"hasCalculatedPurchasePrice": false,
"price": {
"amount": "100.00",
"currency": "EUR"
}
},
"calculatoryPurchasePriceSettings": {
"addPurchasePriceToCalculationTriggers": [
"onPurchaseOrderCompletion"
],
"calculatoryPurchasePriceRecalculationTriggers": [
"onPurchaseOrderCompletion"
],
"calculatoryPurchasePriceRecalculationMethod": "latestPurchaseOrdersWeightedAverage"
},
"regionOfOrigin": "04",
"salesChannel": {
"description": "This is a product description.",
"meta": {
"title": "Product Title",
"description": "Detailed product description.",
"keywords": "keyword1, keyword2, keyword3"
},
"isStockNumberSyncActive": true,
"isSoldOut": false,
"isRemainingQuantity": true,
"suggestedRetailPrice": "99.99",
"isVisible": true,
"suggestedStockQuantity": "100",
"deliveryTime": "1 week",
"createNewProductDuringImport": true
},
"freeFields": [
{
"id": "17",
"value": "Sample Product"
}
],
"tags": [
{
"id": "12345",
"key": "prod-001",
"name": "Sample Product",
"color": "ff0000"
}
],
"variantOf": {
"id": "parent-product-98765"
}
}
]Response
Operation completed successfully, no response body