WooCommerce Store API
The WooCommerce Store API provides unauthenticated public REST endpoints for building customer-facing cart, checkout, and product functionality. Unlike the authenticated REST API, it is designed for frontend integrations and does not expose sensitive store data or other customers' information. The API is accessible under the /wp-json/wc/store/v1/ namespace and covers products, product categories, attributes, tags, brands, reviews, cart operations, checkout, and current customer orders. It uses c
Overview
WooCommerce Store API is a Postman Collection published by WooCommerce on the APIs.io network.
The WooCommerce Store API provides unauthenticated public REST endpoints for building customer-facing cart, checkout, and product functionality. Unlike the authenticated REST API, it is designed for frontend integrations and does not expose sensitive store data or other customers’ information. The API is accessible under the /wp-json/wc/store/v1/ namespace and covers products, product categories, attributes, tags, brands, reviews, cart operations, checkout, and current customer orders. It uses c
The collection contains 28 requests organised into 24 folders.
Tagged areas include eCommerce, Open Source, Orders, Products, and WordPress.