Check the new Promotions onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Promotions and is organized by focusing on the developer’s journey.
The Promotions & Taxes API allows you to manage and retrieve all promotions, coupons and tax rules from your VTEX store.
POST
Create multiple coupons
POST
Create coupon
GET
Get coupon by coupon code
GET
Get archived coupon by coupon code
POST
Archive coupon by coupon code
POST
Update coupon
GET
Get all coupons
POST
Coupon Massive Generation
GET
Get coupon usage
POST
Unarchive coupon by coupon code
GET
Get All Promotions
GET
Get All Taxes
GET
Get Promotion or Tax By ID
POST
Create or Update Promotion or Tax
POST
Create Multiple SKU Promotion
PUT
Update Multiple SKU Promotion
POST
Archive Promotion or Tax
POST
Unarchive Promotion or Tax
GET
List archived Promotions
GET
List archived Taxes
GET
Get campaign audience configuration
POST
Create campaign audience
Use this page to mock Promotions & Taxes API in your testing and development.
Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of Promotions & Taxes API, which will allow you to keep building and testing even if the actual API you isn't currently available.