Skip to main content
POST
/
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

Body

application/json

How much a product option costs above the cost of the base product, if at all.

currencyCode
string | null

Which currency to use.

deltaPrice
number<double>

Amount of money saved when discounts are applied.

Response

Success

How much a product option costs above the cost of the base product, if at all.

currencyCode
string | null

Which currency to use.

deltaPrice
number<double>

Amount of money saved when discounts are applied.