docs
  1. Admin Api
  2. Resources
  3. Product Variant Prices
  4. Create Or Update Product Variant Price

Create or update product variant price

Update or create a product variant price

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
variantIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[a-zA-Z0-9-_%\+\. ]*$

Request body

required
ParameterDetails
key
  • readonly
string
Example:
1-100
price
  • required
integer
Example:
9999
oldPrice
  • nullable
integer
Example:
10999
recommendedRetailPrice
  • nullable
integer
Example:
9999
buyingPrice
  • nullable
integer
Example:
9999
tax
  • required
number
Example:
19
countryCode
  • required
string
Example:
DE
currencyCode
  • required
string
Example:
EUR
groupKey
  • nullable
string
Example:
myPriceGroup
promotionKey
  • nullable
string
Example:
myPromotion
unitPrice
  • required
object
unit
string
Example:
ml
amount
integer
Example:
100
price
integer
Example:
999
validFrom
  • nullable
string
Example:
2021-09-23T11%3A30%3A58%2B00%3A00
validTo
  • nullable
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/variants/{variantIdentifier}/prices

Request samples

Response samples

200
Price:
Content type: application/json
Provide Feedback