Back to catalog
πŸ›’

WooCommerce

API Key

WooCommerce REST APIS to create, read, update, and delete data on wordpress website in JSON format

πŸ›’ShoppingHTTPSCORS enabled

Product Details

Organic Green Tea Sampler

NameOrganic Green Tea Sampler
TypeSimple
StatusPublish
Price24.95
Regular Price29.95
Stock Quantity152
CategoriesTea, Beverages, Organic

Sample Response

response.json
1{
2 "name": "Organic Green Tea Sampler",
3 "type": "simple",
4 "status": "publish",
5 "price": "24.95",
6 "regular_price": "29.95",
7 "stock_quantity": 152,
8 "categories": "Tea, Beverages, Organic"
9}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://woocommerce.github.io/woocommerce-rest-api-docs/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs