Create or update product variant price
Update or create a product variant price
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
variantIdentifier
| string Examples:
|
Request body
requiredParameter | Details |
---|---|
key
| string Example: 1-100 |
price
| integer Example: 9999 |
oldPrice
| integer Example: 10999 |
recommendedRetailPrice
| integer Example: 9999 |
buyingPrice
| integer Example: 9999 |
tax
| number Example: 19 |
countryCode
| string Example: DE |
currencyCode
| string Example: EUR |
groupKey
| string Example: myPriceGroup |
promotionKey
| string Example: myPromotion |
unitPrice
| object unit stringExample: ml amount integerExample: 100 price integerExample: 999 |
validFrom
| string Example: 2021-09-23T11%3A30%3A58%2B00%3A00 |
validTo
| string Example: 2021-09-24T11%3A30%3A58%2B00%3A00 |
merchantReferenceKey | string |
Responses
200
Product variant price was successfully created or updated.
application/json
Success
key
string
Example:
1-100
pricerequired
integer
Example:
9999
oldPrice
integer
Example:
10999
recommendedRetailPrice
integer
Example:
9999
buyingPrice
integer
Example:
9999
taxrequired
number
Example:
19
countryCoderequired
string
Example:
DE
currencyCoderequired
string
Example:
EUR
groupKey
string
Example:
myPriceGroup
promotionKey
string
Example:
myPromotion
object
validFrom
string
Example:
2021-09-23T11%3A30%3A58%2B00%3A00
validTo
string
Example:
2021-09-24T11%3A30%3A58%2B00%3A00
merchantReferenceKey
string
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST
Request samples
Response samples
200Price:
Content type: application/json