List Promotions
List promotions
Query Parameters
Parameter | Details |
---|---|
ids | Array of strings Default: [] string Example: promo123 |
activeAt | string Example: 2023-10-13T00:00:00Z |
shopId | integer Example: 10001 |
page
| integer Default: 1 Example: 1 |
perPage
| integer Default: 100 Example: 100 |
Header Parameters
Parameter | Details |
---|---|
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
Request samples
Response samples
200Content type: application/json