Order Amount Promotion Rules

Number of APIs: 5

  1. Create an order amount promotion rule POST https://{{subdomain}}.commercelayer.io/api/order_amount_promotion_rules

  2. List all order amount promotion rules GET https://{{subdomain}}.commercelayer.io/api/order_amount_promotion_rules

  3. Retrieve an order amount promotion rule GET https://{{subdomain}}.commercelayer.io/api/order_amount_promotion_rules/{{order_amount_promotion_rule_id}}

  4. Update an order amount promotion rule PATCH https://{{subdomain}}.commercelayer.io/api/order_amount_promotion_rules/{{order_amount_promotion_rule_id}}

  5. Delete an order amount promotion rule DELETE https://{{subdomain}}.commercelayer.io/api/order_amount_promotion_rules/{{order_amount_promotion_rule_id}}