get
/merchant/projects/{project_id}/store/promotion/{promotion_id}
Gets the promotion applied to particular items.
Promotions provide a discount (%) on items. The discount will be applied to all prices of the specified items.
Authorization
basic
Request Parameters
2 Path Parameters
Responses
Item promotion was successfully received.
1 Example
Schema
id
integer
Promotion ID. Unique promotion identifier within the project.
date_start
string
Date when you promotion will be started.
1 validation
date_end
string
Date when you promotion will be finished. Can be null.
1 validation
is_enabled
boolean
1 validation
name
object
Name of promotion. Should contain key/value pairs, where key is locale with format “^[a-z]{2}-[A-Z]{2}$”, value is string.
1 validation
discount
object
items
array[object]
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
Path Params
project_id
promotion_id
$$.env
2 variables not set
username
password