v1
latestOpenAPI 3.0.02026-07-2455104.8 MBProduct
Update multiple products V1
Updates multiple products
patch/api/v1/products
Request body
Example request
[
{
"id": "17",
"name": "Eco-Friendly Water Bottle",
"number": "SKU12345-ABC",
"project": {
"id": "1337"
},
"description": "This is a high-quality, durable backpack designed for outdoor adventures, featuring multiple compartments and waterproof fabric.",
"internalComment": "Ensure to review this product's compliance before the next shipment.",
"shortDescription": "Compact wireless mouse with ergonomic design.",
"customsTariffNumber": "1234.56.78",
"ean": "1234567890123",
"minimumOrderQuantity": 1,
"minimumStorageQuantity": 10,
"serialNumbersMode": "user",
"disabledReason": "Product is currently out of stock.",
"ageRating": "18",
"countryOfOrigin": "DE",
"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 Corp",
"number": "AC12345",
"link": "https://www.testcorp.com"
},
"salesTax": "standard",
"shopPriceDisplay": "19.99",
"category": {
"id": "1337"
},
"standardSupplier": {
"id": "12345"
},
"defaultStorageLocation": {
"id": "1337"
},
"isShippingCostsProduct": true,
"discount": {
"isDiscountProduct": false,
"discountPercentage": 15.5
},
"stockTaking": {
"hasStockTakingValue": true,
"stockTakingValue": 100.75
},
"calculatedPurchasePrice": {
"hasCalculatedPurchasePrice": false,
"price": {
"amount": "100.00",
"currency": "EUR"
}
},
"regionOfOrigin": "05",
"isMatrixProduct": true,
"freeFields": [
{
"id": "17",
"value": "Sample Product"
}
],
"tags": [
{
"id": "12345",
"key": "productKey123",
"name": "Sample Product",
"color": "ff0000"
}
],
"variantOf": {
"id": "parent-product-98765"
}
}
]Response
Operation completed successfully, no response body