Update composite products
Update an existing composite product
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
productIdentifier
| string Examples:
|
Query Parameters
Parameter | Details |
---|---|
with | Array of strings string Enum: attributes images variants variants.attributes variants.prices variants.stocks variants.customData variants.relatedVariants productSortings customData sellableTimeframes |
ignoreAttributeLocks | boolean |
ignoreCategoryLocks | boolean |
ignoreMasterIfExist | boolean |
Request body
requiredParameter | Details |
---|---|
id
| integer |
problems | string Example: system: product has no image |
referenceKey | string Example: M0001-black |
name
| object Example: { "de_DE": "Blaues Hemd", "en_GB": "Blue Shirt" } |
master
| object referenceKey stringExample: M0001 attributes array |
state | string Enum: live draft problem new inApproval blocked Default: live Example: live |
attributes | object Example: [ { "name": "color", "type": "localizedStringList", "value": [ { "de_DE": "blau", "en_GB": "blue" }, { "de_DE": "schwarz", "en_GB": "black" } ], "isLocked": true } ] name stringtype stringEnum: simple simpleList localizedString localizedStringList advanced advancedList value shopCountrySpecific array |
variants | object referenceKey stringPattern: ^[a-zA-Z0-9-_\. ]*$ Example: M0001-black-M ean string
Example: 0000007619991 attributes arrayExample: [ { "name": "size", "type": "simple", "value": "M", "isLocked": false } ] prices arraystocks arraycustomData
relatedVariants arrayreferenceKey string
Pattern: ^[a-zA-Z0-9-_\. ]*$ Example: M0001-black-M ean string
Example: 0000007619991 attributes arrayExample: [ { "name": "size", "type": "simple", "value": "M", "isLocked": false } ] prices arraystocks arraycustomData
relatedVariants
|
images | object referenceKey stringPattern: ^[a-zA-Z0-9-_\. ]*$ Example: my_original_name.jpg name stringExample: image.jpg position integerExample: 3 assetUrl stringExample: images/my_image.jpg attributes arrayExample: [ { "name": "view", "type": "simple", "value": "front", "isLocked": true } ] |
productSortings | object productId integer
Example: 1 productReferenceKey string
Example: M0001-red shopKey stringExample: ms countryCode string
Example: DE sortKey stringExample: default-ms sortValue integerExample: 1 |
customData
| object
|
sellableTimeframes | object productId integerExample: 12345 shopKey stringExample: ay countryCode string
Example: de sellableFrom string
Format: date-time Example: 2025-01-01T00:00:00Z sellableTo string
Format: date-time Example: 2025-12-31T23:59:59Z |
isComposite
| boolean |
merchantReferenceKeys | string |
Responses
200
Product was successfully updated.
application/json
Success
id
integer
problems
Array of string
referenceKeyrequired
string
Example:
M0001-black
required
object
Example:
{ "de_DE": "Blaues Hemd", "en_GB": "Blue Shirt" }
required
object
staterequired
string
Example:
live
Array of object
Example:
[ { "name": "color", "type": "localizedStringList", "value": [ { "de_DE": "blau", "en_GB": "blue" }, { "de_DE": "schwarz", "en_GB": "black" } ], "isLocked": true } ]
Array of object
Array of object
Array of object
null
Array of object
isCompositerequired
boolean
merchantReferenceKeys
Array of string
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
409
Conflict error
application/json
Error
503
Service unavailable error
application/json
Error
PUT
Request samples
Response samples
200Complete Product:
Content type: application/json
Minimal Draft Product:
Content type: application/json