Overview
- GET /wc/v3/products
- GET /wc/v3/coupons
- POST /wc/v3/coupons
- GET /wc/v3/coupons/{id}
- PUT /wc/v3/coupons/{id}
- DELETE /wc/v3/coupons/{id}
- PARAMETERS /wc/v3/coupons/{id}
- GET /wc/v3/webhooks/
- POST /wc/v3/webhooks/
GET /wc/v3/products
Summary: List all products
List all products
OpenAPI snippet URL
GET /wc/v3/coupons
Summary: List all coupons
This API helps you to list all the coupons that have been created.
OpenAPI snippet URL
POST /wc/v3/coupons
Summary: Create a coupon
This API helps you to create a new coupon.
OpenAPI snippet URL
GET /wc/v3/coupons/{id}
Summary: Retrieve a coupon
This API lets you retrieve and view a specific coupon by ID.
OpenAPI snippet URL
PUT /wc/v3/coupons/{id}
Summary: Update a coupon
This API lets you make changes to a coupon.
OpenAPI snippet URL
DELETE /wc/v3/coupons/{id}
Summary: Delete a coupon
This API helps you delete a coupon.
OpenAPI snippet URL
PARAMETERS /wc/v3/coupons/{id}
OpenAPI snippet URL
GET /wc/v3/webhooks/
Summary: List all webhooks
This API helps you to list all the forms that have been created.
OpenAPI snippet URL
POST /wc/v3/webhooks/
Summary: Create a webhook
Create a webhook
OpenAPI snippet URL