- Welcome 👋
- Get Started
- Create Your First App
- Authorization
- Webhooks
- Conditional Webhooks
- Security Considerations
- Multi-Language Support
- Responses
- Pagination
- Rate Limiting
- Versioning
- Change Log
- Support
- APIs
- Orders
- Order Status
- Order Histories
- Order Tags
- Order Invoice
- Order Reservations
- Order Items
- Products
- Product Options
- Product Quantity
- Product Variants
- Product Tags
- Product Images
- Product Option Values
- Abandoned Carts
- Customer Groups
- Customers
- Digitals Product
- Categories
- Exports
- Shipments
- Shipping Companies
- Shipping Zones
- Shipping Rules
- Countries
- Product Option Templates
- Taxes
- Coupons
- Affiliates
- Order Assignment
- Special Offers
- Transactions
- Payments
- Settlements
- Settings
- Merchant
- Brands
- Branches
- Currencies
- SEO
- Cities
- DNS Records
- Languages
- Employees
- Advertisements
- Webhooks
- Custom URLs
- Loyalty Points
- Reviews
- Webhooks - Store Events
List Coupons
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Coupons
Last modified:2025-04-20 13:25:29
Scopes
marketing.read
- Marketing Read OnlyRequest
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.Example:
Authorization: Bearer ********************
Query Params
keyword
stringÂ
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/coupons?keyword'
Responses
🟢200Success
application/json
Body
status
numberÂ
optional
success
booleanÂ
optional
data
array[object (Coupon) {47}]Â
optional
code
stringÂ
required
Example:
AAVVC
type
enum<string>Â
required
Allowed values:
percentagePercentagefixedFixedfp
Example:
percentage
status
enum<string>Â
required
Allowed values:
activeinactivedeleted
Example:
active
is_apply_with_offer
boolean  | nullÂ
optional
true
, the coupon will be applied with the created offer that has an apply with coupon option activated in the offers; otherwise, it will not be applied.amount
objectÂ
required
minimum_amount
objectÂ
required
maximum_amount
objectÂ
required
show_maximum_amount
booleanÂ
required
Default:
false
expiry_date
stringÂ
required
YYYY-MM-DD
or YYYY-MM-DD HH:MM:SS
Example:
2022-12-31 12:59:59
start_date
stringÂ
required
YYYY-MM-DD
or YYYY-MM-DD HH:MM:SS
Example:
2022-12-28 12:59:59
free_shipping
booleanÂ
required
Default:
true
usage_limit
numberÂ
required
Example:
89
usage_limit_per_user
numberÂ
required
Example:
88
include_product_ids
array[string]
required
exclude_product_ids
array[string]
required
is_sale_products_exclude
booleanÂ
required
Default:
true
include_category_ids
array[string]
required
exclude_category_ids
array[string]
required
include_customer_group_ids
array[string]
required
exclude_customer_group_ids
array[string]
required
exclude_brands_ids
array[string]
required
exclude_shipping_ids
array[string]
required
include_customer_ids
array[string]
required
include_payment_methods
array[string]
required
Allowed values:
allapple_paybankcodcredit_cardknetmadapaypalspotii_paystc_paytabby_installmenttamara_installment
applied_in
enum<string>Â
required
all
or web
or app
Allowed values:
allwebapp
Example:
all
is_group
booleanÂ
required
Default:
true
group_name
string  | nullÂ
required
requiredif
is_group
= true
; otherwise returns null
valueExample:
Grouping1
group_coupons_count
number  | nullÂ
required
requiredif
is_group
= true
; otherwise returns null
valueExample:
90
group_coupon_suffix
string  | nullÂ
required
requiredif
is_group
= true
; otherwise returns null
valueExample:
xyz
group_coupons
array [object {1}]Â
required
requiredif
is_group
= true
; otherwise returns null
valuebeneficiary_domain
string  | nullÂ
required
Example:
domain.test
statistics
objectÂ
required
Example:
domain.test
created_at
objectÂ
required
updated_at
objectÂ
required
marketing_active
booleanÂ
required
Default:
true
marketing_name
stringÂ