GET:product_variants/price_history.json
Commerce APIGET:product_variants/price_history.json

GET:product_variants/price_history.json

Description

Get product variant price history.

Permission bit: "product_variants.read"

Topic: Product Variants

Query Parameters

currency: String

Query price history in specific currency

Example: ?currency=USD


customer_group_id: String

Query price history of a customer group

Example: ?customer_group_id=str


from: String, required


sales_channel_id: String

Query price history for a particular sales channel

Example: ?sales_channel_id=str


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY


to: String, required


variant_id: String, required

Unique variant identifier. See also: Unique Identifiers

Example: ?variant_id=va_EQzGqWoY

Response Body

Array of ProductVariantPriceHistory

Response Body Type

Loading module