LAP Registry

WooCommerce REST API Skill

woocommerce

Provider: WooCommerce Version: v3 Endpoints: 122 Updated: 2026-04-02

Raw .lap | Lean format | API JSON | Open in app

Endpoints

MethodPathDescription
POST/customers
GET/customersThis 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/batchThis API helps you delete a customer.
POST/productsBatch create, update, and delete customers
GET/productsThis 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}/duplicateThis API helps you delete a product.
POST/products/batchThis API helps you to duplicate a product.
POST/products/{productId}/variationsBatch create, update, and delete products
GET/products/{productId}/variationsThis 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/batchThis API helps you delete a product variation.
GET/products/attributesBatch create, update, and delete product variations
POST/products/attributesList 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/batchDelete a product attribute
GET/products/attributes/{attributeId}/termsBatch update product attributes
POST/products/attributes/{attributeId}/termsList 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

Install as Skill

Use this API as a Claude Code skill for instant agent access.

CLI Install

lapsh skill-install woocommerce

Downloads and installs to ~/.claude/skills/woocommerce/

Manual Install

Download: Skill Bundle (JSON)

Or view: SKILL.md

Recent Versions (1)