Skip to main content
WooCommerce
WooCommerce
72 actions · 1 auth method
PreviewEcommerceOrdersCustomersProductsShippingReportsWebhooks

Authentication

API Keys

Authenticate using WooCommerce REST API keys (Consumer Key and Consumer Secret) generated from your WooCommerce store se…Guides: Connector Profile, Link Account
Actions
72 actions
Action
Description
List Orders
Retrieve a paginated list of orders from the WooCommerce store.
Create Order
Create a new order in the WooCommerce store.
Retrieve Order
Retrieve a single order by ID.
Update Order
Update an existing order by ID.
Delete Order
Delete an order by ID.
List Order Notes
Retrieve all notes for a specific order.
Create Order Note
Add a note to an existing order.
Retrieve Order Note
Retrieve a single order note by ID.
Delete Order Note
Delete a specific order note.
List Order Refunds
Retrieve all refunds for a specific order.
Create Order Refund
Create a refund for an existing order.
Retrieve Order Refund
Retrieve a specific refund from an order.
List Customers
Retrieve a paginated list of customers.
Create Customer
Create a new customer account.
Retrieve Customer
Retrieve a single customer by ID.
Update Customer
Update an existing customer by ID.
Delete Customer
Delete a customer by ID.
List Products
Retrieve a paginated list of products.
Create Product
Create a new product in the store.
Retrieve Product
Retrieve a single product by ID.
Update Product
Update an existing product by ID.
Delete Product
Delete a product by ID.
List Product Categories
Retrieve a list of product categories.
Create Product Category
Create a new product category.
Retrieve Product Category
Retrieve a single product category by ID.
Update Product Category
Update an existing product category.
Delete Product Category
Delete a product category by ID.
List Product Tags
Retrieve a list of product tags.
Create Product Tag
Create a new product tag.
Retrieve Product Tag
Retrieve a single product tag by ID.
Update Product Tag
Update an existing product tag.
Delete Product Tag
Delete a product tag by ID.
List Product Attributes
Retrieve all global product attributes.
Create Product Attribute
Create a new global product attribute.
Retrieve Product Attribute
Retrieve a single product attribute by ID.
Update Product Attribute
Update an existing product attribute.
Delete Product Attribute
Delete a product attribute by ID.
List Product Reviews
Retrieve a list of product reviews.
Create Product Review
Create a new product review.
Retrieve Product Review
Retrieve a single product review by ID.
Update Product Review
Update an existing product review.
Delete Product Review
Delete a product review by ID.
List Product Attribute Terms
Retrieve all terms for a specific product attribute.
Create Product Attribute Term
Create a new term for a product attribute.
Retrieve Product Attribute Term
Retrieve a single attribute term by ID.
Update Product Attribute Term
Update an existing attribute term by ID.
Delete Product Attribute Term
Delete an attribute term by ID.
List Product Variations
Retrieve all variations for a specific product.
Create Product Variation
Create a new variation for a variable product.
Retrieve Product Variation
Retrieve a single product variation by ID.
Update Product Variation
Update an existing product variation by ID.
Delete Product Variation
Delete a product variation by ID.
List Coupons
Retrieve a paginated list of coupons.
Create Coupon
Create a new coupon.
Retrieve Coupon
Retrieve a single coupon by ID.
Update Coupon
Update an existing coupon by ID.
Delete Coupon
Delete a coupon by ID.
List Tax Rates
Retrieve a paginated list of all tax rates.
Create Tax Rate
Create a new tax rate.
Retrieve Tax Rate
Retrieve a single tax rate by ID.
Update Tax Rate
Update an existing tax rate by ID.
Delete Tax Rate
Delete a tax rate by ID.
List Tax Classes
Retrieve all tax classes.
List Shipping Zones
Retrieve all shipping zones.
List Payment Gateways
Retrieve all available payment gateways.
Retrieve System Status
Retrieve WooCommerce system status information.
Retrieve Sales Report
Retrieve a sales report for a given period.
List Webhooks
Retrieve a paginated list of webhooks.
Create Webhook
Create a new webhook.
Retrieve Webhook
Retrieve a single webhook by ID.
Update Webhook
Update an existing webhook by ID.
Delete Webhook
Delete a webhook by ID.

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/woocommerce/filled/png

Connector Profile

WooCommerce - API Keys
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/woocommerce/filled/png

Link Account

WooCommerce - API Keys
4

Use Actions

Invoke actions using one of the methods below: