Price and shipping for one catalog product
GET /catalog/products/{product_id}/pricing
GET
/catalog/products/{product_id}/pricing
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” product_id
required
Catalog product id (products.id)
string
Example
34Query Parameters
Section titled “Query Parameters ” delivery_country
required
ISO 3166-1 alpha-2 delivery country code (e.g. FR). Filters catalog by available_countries; cart line items must use a country allowed for the catalog product.
string
Example
FR currency
required
ISO 4217 alpha-3 currency code for the price row to return
string
Example
EUR acquisition_mode
required
LEASING vs one-time purchase (BUY). For catalog pricing, LEASING selects monthly lease; BUY selects purchase price.
string
Example
LEASING keyboard_layout
Required when the catalog product has a keyboard or is a keyboard product; same enum as cart keyboard_layout and device characteristics.
string
Example
FRENCH_AZERTYResponses
Section titled “ Responses ”Shipping bounds and a single price amount for the requested currency and acquisition_mode (LEASING vs BUY)
object
data
required
object
min_shipping
required
number
max_shipping
required
number
amount
required
number
Validation or business rule error
Resource not found
object
error
required
string
Internal server error
object
error
required
string