Create a new store-specific price

Create a new store-specific price for a product. The fields label, active_date and expiry_date must be unique across all store-specific prices for a product at a particular store.

Query Params
store_product
object
required

Specify the 'Store Product' this store-specific price belongs to. Specify by the Store Product's product_id and store_id fields.

string
required

The label for this store-specific price

string
required

The actual price as a decimal number

string
required

The datetime that this store-specific price applies from. ISO 8601 formatted.

string
Defaults to null

The datetime that this store-specific price is no longer applicable. If null price will never expire. ISO 8601 formatted.

boolean
Defaults to false

Whether the store-specific price is approved

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json