List discount rebates
GET/openapi/2025-06/discount_rebates
Retrieves a list of rebate discounts available for a shop.
Request
Query Parameters
Cursor for pagination, use the cursor from the response to retrieve the next page
A limit on the number of objects to be returned. Ranges from 1 to 250. Default is 10
If true, returns detail URLs in the response
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
error code
error message
data object
rebates object[]
List of rebates
Allocation limit
Allocation limit amount
Allocation method
Customer selection criteria
Detail page URL
Discount type
End timestamp
Entitled filter IDs
List of entitled filters
Entitled product IDs
Global show text
Discount ID
Whether usable once per customer
Popup ID
Popup settings
Prerequisite condition
List of prerequisite customer IDs
Customer prerequisite range
Customer segment prerequisite IDs
prerequisite_quantity_range object[]
Quantity prerequisite range
Greater than or equal to value
The value
Percentage value
Value event type
Value condition
Target type
Target data
prerequisite_subtotal_range object[]
Subtotal prerequisite range
Greater than or equal to value
The value
Percentage value
Value event type
Value condition
Target type
Target data
Threshold quantity range
Threshold subtotal range
Number of products
Progress
Sort configuration
Start timestamp
Target price type
Target selection
Target type
Number of times used
Title
Usage limit. -1 means unlimited
The value
Value type
Product IDs of variants
discount_channel_list object[]
List of discount channels
Type of channel
Status of channel
List of location IDs
entitled_area_list object[]
List of entitled areas
Country code (e.g., CN)
List of province codes
Entitled collection IDs
Entitled variant IDs
Status
entitled_extra_list object[]
List of extra entitled items
ID
Sort configuration
Cursor for pagination
Whether there are more records
{
"code": "string",
"message": "string",
"data": {
"rebates": [
{
"allocation_limit": 0,
"allocation_limit_amount": 0,
"allocation_method": "string",
"customer_selection": "string",
"detail_url": "string",
"discount_type": "string",
"ends_at": "string",
"entitled_filter_ids": [
"string"
],
"entitled_filter_list": [
"string"
],
"entitled_product_ids": [
"string"
],
"global_show_text": "string",
"id": "string",
"once_per_customer": 0,
"popups_id": "string",
"popups_setting": "string",
"prerequisite": 0,
"prerequisite_customer_ids": [
"string"
],
"prerequisite_customer_range": "string",
"prerequisite_customer_segment_ids": [
"string"
],
"prerequisite_quantity_range": [
{
"greater_than_or_equal_to": "string",
"value": "string",
"value_percentage": "string",
"value_event_type": "string",
"value_condition": "string",
"target_type": "string",
"target_data": [
"string"
]
}
],
"prerequisite_subtotal_range": [
{
"greater_than_or_equal_to": "string",
"value": "string",
"value_percentage": "string",
"value_event_type": "string",
"value_condition": "string",
"target_type": "string",
"target_data": [
"string"
]
}
],
"prerequisite_threshold_quantity_range": "string",
"prerequisite_threshold_subtotal_range": "string",
"product_num": 0,
"progress": "string",
"sort": "string",
"starts_at": "string",
"target_price_type": "string",
"target_selection": "string",
"target_type": "string",
"times_used": 0,
"title": "string",
"usage_limit": 0,
"value": 0,
"value_type": "string",
"variant_product_ids": [
"string"
],
"discount_channel_list": [
{
"channel_type": "string",
"channel_status": 0,
"location_ids": [
"string"
]
}
],
"entitled_area_list": [
{
"country_code": "string",
"province_codes": [
"string"
]
}
],
"entitled_collection_ids": [
"string"
],
"entitled_variant_ids": [
"string"
],
"status": "string",
"entitled_extra_list": [
{
"id": "string",
"sort": 0
}
]
}
],
"cursor": "string",
"has_more": true
}
}