Percentage Discount Promotions

Number of APIs: 5

  1. List all percentage discount promotions GET https://{{subdomain}}.commercelayer.io/api/percentage_discount_promotions

  2. Retrieve a percentage discount promotion GET https://{{subdomain}}.commercelayer.io/api/percentage_discount_promotions/{{percentage_discount_promotion_id}}

  3. Create a percentage discount promotion POST https://{{subdomain}}.commercelayer.io/api/percentage_discount_promotions

  4. Update a percentage discount promotion PATCH https://{{subdomain}}.commercelayer.io/api/percentage_discount_promotions/{{percentage_discount_promotion_id}}

  5. Delete a percentage discount promotion DELETE https://{{subdomain}}.commercelayer.io/api/percentage_discount_promotions/{{percentage_discount_promotion_id}}