Create a new product variant
Create a new shop product variant
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
productIdentifier
| string Examples:
|
Query Parameters
Parameter | Details |
---|---|
updateIfExists | boolean |
with | Array of strings string Enum: attributes customData prices relatedVariants stocks |
ignoreAttributeLocks | boolean |
Request body
requiredParameter | Details |
---|---|
id
| integer |
referenceKey
| string Example: M0001-black-M |
merchantReferenceKeys
| string |
ean
| string Example: 0000007619991 |
attributes | object Example: [ { "name": "size", "type": "simple", "value": "M", "isLocked": false } ] name stringtype stringEnum: simple simpleList localizedString localizedStringList advanced advancedList value shopCountrySpecific array |
prices | object price integerExample: 9999 oldPrice integer
Example: 10999 recommendedRetailPrice integer
Example: 9999 buyingPrice integer
Example: 9999 tax numberFormat: double Example: 19 countryCode stringExample: DE currencyCode stringExample: EUR groupKey string
Example: myPriceGroup promotionKey string
Pattern: ^[a-zA-Z0-9-_]+$ Example: myPromotion validFrom string
Format: date-time Example: 2021-09-23T11%3A30%3A58%2B00%3A00 validTo string
Format: date-time Example: 2021-09-24T11%3A30%3A58%2B00%3A00 merchantReferenceKey string |
stocks | object quantity integerExample: 27 warehouseReferenceKey string
Example: DefaultWarehouse changedAt stringFormat: date-time Example: 2020-07-23T11%3A30%3A58%2B00%3A00 sellableWithoutStock booleanExample: true merchantReferenceKey stringexpectedAvailabilityAt string
Format: date Example: 2020-07-23 |
customData
| object
|
isComposite
| boolean |
relatedVariants | object variantReferenceKey stringPattern: ^[a-zA-Z0-9-_\. ]*$ Example: M0001-black-M isMainVariant boolean |
Responses
200
Product variant was successfully updated.
This status code is returned when `updateIfExists=true` and a variant with the given reference key exists.
application/json
Success
id
integer
referenceKeyrequired
string
Example:
M0001-black-M
merchantReferenceKeysrequired
Array of string
ean
string
Example:
0000007619991
Array of object
Array of object
Array of object
null
isComposite
boolean
Array of object
201
Product variant was successfully created.
application/json
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST
Request samples
Response samples
200Complete Variant:
Content type: application/json
Minimal Variant:
Content type: application/json