List Special Offers
GET {{baseUrl}}/specialoffers?per_page=65&page=1
You can list all special offers related to your store directly from this endpoint.
OAuth Scopes
specialoffers.read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
per_page | number | Products limit per page | |
page | number | The Pagination page number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":[{"id":956236464,"name":"aaaa","message":"اشتري قطعة واحصل على قطعة واحدة خصم 10% من المنتجات التالية","expiry_date":"2020-08-23","offer_type":"buy_x_get_y","status":"active","buy":{"type":"product","quantity":1,"products":[{"id":171124609,"type":"product","promotion":{"title":"Promotion","sub_title":"Subpromotion"},"status":"sale","is_available":true,"sku":"956","name":"t s italy 19.5","price":{"amount":149,"currency":"SAR"},"sale_price":{"amount":0,"currency":"SAR"},"currency":"SAR","url":"https://shtara.com/profile","thumbnail":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","has_special_price":false,"regular_price":{"amount":149,"currency":"SAR"},"favorite":null}]},"get":{"type":"product","discount_type":"percentage","quantity":1,"products":[]}},{"id":180625841,"name":"cccc","message":"اشتري قطعة واحصل على قطعتين مجاناً من المنتجات التالية","expiry_date":"2020-08-23","offer_type":"buy_x_get_y","status":"active","buy":{"type":"category","quantity":1,"categories":[]},"get":{"type":"product","discount_type":"free-product","products":[],"discount_amount":"0.00"}}],"pagination":{"count":2,"total":2,"perPage":30,"currentPage":1,"totalPages":1,"links":[]}}