List all fixed amount promotions
How to fetch a collection of fixed amount promotions via API
To fetch a collection of fixed amount promotions, send a GET request to the /api/fixed_amount_promotions endpoint.
Request
GET https://yourdomain.commercelayer.io/api/fixed_amount_promotions
Example
The following request fetches a collection of fixed amount promotions:
curl -g -X GET \
'https://yourdomain.commercelayer.io/api/fixed_amount_promotions/' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer your-access-token'Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of fixed amount promotions can be sorted by the following fields:
Attributes
nametypecurrency_codeexclusiveprioritystarts_atexpires_attotal_usage_limittotal_usage_countiddisabled_atcreated_atupdated_atreferencereference_origin
Relationships
marketsku_list
Filterable fields
The list of fixed amount promotions can be filtered by the following fields:
Attributes
nametypecurrency_codeexclusiveprioritystarts_atexpires_attotal_usage_limittotal_usage_countiddisabled_atcreated_atupdated_atreferencereference_originmetadata
Relationships
marketpromotion_rulesorder_amount_promotion_rulesku_list_promotion_rulecoupon_codes_promotion_rulecustom_promotion_rulesku_listcouponsattachmentseventstags
Last updated

