Skip to main content
GET
/
commerce
/
catalog
/
admin
/
products
/
{productCode}
/
variations
/
{variationKey}
/
localizedPrice
Error
A valid request URL is required to generate request examples
[
  {
    "currencyCode": "<string>",
    "listPrice": 123,
    "salePrice": 123,
    "msrp": 123,
    "creditValue": 123
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

productCode
string
required
variationKey
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

currencyCode
string | null

Which currency is in use.

listPrice
number<double> | null

Variation price for fixed pricing

salePrice
number<double> | null

Variation sale price whne fixed pricing

msrp
number<double> | null

Manufacturer Suggested Retail Price.

creditValue
number<double> | null

Credit amt of the product