Skip to main content
GET
/
commerce
/
catalog
/
admin
/
products
/
{productCode}
/
Extras
/
{attributeFQN}
/
Values
/
{value}
/
localizedDeltaPrice
Error
A valid request URL is required to generate request examples
[
  {
    "currencyCode": "<string>",
    "deltaPrice": 123
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

productCode
string
required
attributeFQN
string
required
value
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

currencyCode
string | null

Which currency to use.

deltaPrice
number<double>

Amount of money saved when discounts are applied.