docs
  1. Storefront Api
  2. Resources
  3. Promotions
  4. List Promotions

List Promotions

List promotions

Query Parameters

ParameterDetails
ids
Array of strings
Default:
[]
string
Example:
promo123
activeAt
string
Example:
2023-10-13T00:00:00Z
shopId
integer
Example:
10001
page
  • Minimum: 1
  • Maximum: 500000
integer
Default:
1
Example:
1
perPage
  • Minimum: 1
  • Maximum: 1000
integer
Default:
100
Example:
100

Header Parameters

ParameterDetails
X-Shop-Id
integer
Example:
10001

Responses

200
request successful
application/json
Success
required
Array of object
required
object
400
Required query parameter missing / invalid
application/json
Error
401
Authentication information is missing or invalid
application/json
Error
429
Triggered when a client exceeds the API request limit.
application/json
Error
GET/v1/promotions

Request samples

Response samples

200
Content type: application/json
Provide Feedback