WooCommerce REST API Skill
woocommerce
woocommerce
| Method | Path | Description |
|---|---|---|
POST | /customers | |
GET | /customers | This API helps you to create a new customer. |
GET | /customers/{customerId} | This API helps you to view all the customers. |
PUT | /customers/{customerId} | This API lets you retrieve and view a specific customer by ID. |
DELETE | /customers/{customerId} | This API lets you make changes to a customer. |
POST | /customers/batch | This API helps you delete a customer. |
POST | /products | Batch create, update, and delete customers |
GET | /products | This API helps you to create a new product. |
GET | /products/{productId} | This API helps you to view all the products. |
PUT | /products/{productId} | This API lets you retrieve and view a specific product by ID. |
DELETE | /products/{productId} | This API lets you make changes to a product. |
POST | /products/{productId}/duplicate | This API helps you delete a product. |
POST | /products/batch | This API helps you to duplicate a product. |
POST | /products/{productId}/variations | Batch create, update, and delete products |
GET | /products/{productId}/variations | This API helps you to create a new product variation. |
GET | /products/{productId}/variations/{variationId} | This API helps you to view all the product variations. |
PUT | /products/{productId}/variations/{variationId} | This API lets you retrieve and view a specific product variation by ID. |
DELETE | /products/{productId}/variations/{variationId} | This API lets you make changes to a product variation. |
POST | /products/{productId}/variations/batch | This API helps you delete a product variation. |
GET | /products/attributes | Batch create, update, and delete product variations |
POST | /products/attributes | List all product attributes |
GET | /products/attributes/{attributeId} | Create a product attribute |
PUT | /products/attributes/{attributeId} | Retrieve a product attribute |
DELETE | /products/attributes/{attributeId} | Update a product attribute |
POST | /products/attributes/batch | Delete a product attribute |
GET | /products/attributes/{attributeId}/terms | Batch update product attributes |
POST | /products/attributes/{attributeId}/terms | List all terms for a product attribute |
GET | /products/attributes/{attributeId}/terms/{termId} | Create an attribute term |
PUT | /products/attributes/{attributeId}/terms/{termId} | Retrieve an attribute term |
DELETE | /products/attributes/{attributeId}/terms/{termId} | Update an attribute term |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install woocommerce
Downloads and installs to ~/.claude/skills/woocommerce/
v3 (2026-02-13)