[
{"name": "Create Order", "type": "action", "description": "Create a new order in the WooCommerce system."},
{"name": "Update Order", "type": "action", "description": "Update details of an existing order."},
{"name": "Delete Order", "type": "action", "description": "Remove an existing order from the system."},
{"name": "Create Customer", "type": "action", "description": "Add a new customer to the WooCommerce store."},
{"name": "Update Customer", "type": "action", "description": "Modify details of an existing customer."},
{"name": "Delete Customer", "type": "action", "description": "Remove a customer from the WooCommerce system."},
{"name": "Create Product", "type": "action", "description": "Add a new product to the WooCommerce catalog."},
{"name": "Update Product", "type": "action", "description": "Update details of an existing product."},
{"name": "Delete Product", "type": "action", "description": "Remove a product from the WooCommerce catalog."},
{"name": "Create Coupon", "type": "action", "description": "Generate a new discount coupon for the store."},
{"name": "Update Coupon", "type": "action", "description": "Modify details of an existing coupon."},
{"name": "Delete Coupon", "type": "action", "description": "Remove a coupon from the store."},
{"name": "Create Order Note", "type": "action", "description": "Add a note to an existing order for reference."},
{"name": "Delete Order Note", "type": "action", "description": "Remove a note from an order."},
{"name": "Create Tax Classes", "type": "action", "description": "Add a new tax class to the WooCommerce site."},
{"name": "Delete Tax Classes", "type": "action", "description": "Remove a tax class from the WooCommerce site."},
{"name": "Create Tax Rate", "type": "action", "description": "Define a new tax rate for products."},
{"name": "Update Tax Rate", "type": "action", "description": "Modify an existing tax rate."},
{"name": "Delete Tax Rate", "type": "action", "description": "Remove a tax rate from the system."},
{"name": "Create Product Attribute", "type": "action", "description": "Add a new attribute for products."},
{"name": "Update Product Attribute", "type": "action", "description": "Update an existing product attribute."},
{"name": "Delete Product Attribute", "type": "action", "description": "Remove a product attribute from the system."},
{"name": "Create Product Attribute Term", "type": "action", "description": "Add a new term to an existing attribute."},
{"name": "Update Product Attribute Term", "type": "action", "description": "Modify an existing term in a product attribute."},
{"name": "Delete Product Attribute Term", "type": "action", "description": "Remove a term from a product attribute."},
{"name": "Create Product Category", "type": "action", "description": "Establish a new category for organizing products."},
{"name": "Update Product Category", "type": "action", "description": "Update details of an existing product category."},
{"name": "Delete Product Category", "type": "action", "description": "Remove a product category from the system."},
{"name": "Create Product Shipping Class", "type": "action", "description": "Add a new shipping class for products."},
{"name": "Update Product Shipping Class", "type": "action", "description": "Modify an existing product shipping class."},
{"name": "Delete Product Shipping Class", "type": "action", "description": "Remove a shipping class from the system."},
{"name": "Create Product Tag", "type": "action", "description": "Establish a new tag for organizing products."},
{"name": "Update Product Tag", "type": "action", "description": "Update an existing product tag."},
{"name": "Delete Product Tag", "type": "action", "description": "Remove a product tag from the system."},
{"name": "Create Product Review", "type": "action", "description": "Add a new review for a product."},
{"name": "Update Product Review", "type": "action", "description": "Modify an existing product review."},
{"name": "Delete Product Review", "type": "action", "description": "Remove a product review from the system."},
{"name": "Create Shipping Zone", "type": "action", "description": "Establish a new shipping zone for delivery."},
{"name": "Update Shipping Zone", "type": "action", "description": "Change the details of an existing shipping zone."},
{"name": "Delete Shipping Zone", "type": "action", "description": "Remove a shipping zone from the system."},
{"name": "Update Shipping Zone Location", "type": "action", "description": "Modify the locations associated with a shipping zone."},
{"name": "Update Payment Gateway", "type": "action", "description": "Update the settings of a payment gateway."},
{"name": "Create Product Variation", "type": "action", "description": "Add a new variation for a product."},
{"name": "Update Product Variation", "type": "action", "description": "Modify details of an existing product variation."},
{"name": "Delete Product Variation", "type": "action", "description": "Remove a product variation from the system."},
{"name": "Add Shipping Method to Shipping Zone", "type": "action", "description": "Include a shipping method to an existing shipping zone."},
{"name": "Find Customer", "type": "lookup", "description": "Locate a customer by searching with specified criteria."},
{"name": "Find Order", "type": "lookup", "description": "Locate an order using specific reference information."},
{"name": "Find Product", "type": "lookup", "description": "Search for a product using various filters."},
{"name": "Find Coupon", "type": "lookup", "description": "Retrieve a coupon based on provided attributes."},
{"name": "Find Order Note", "type": "lookup", "description": "Search for a specific note attached to an order."},
{"name": "Find Tax Rate", "type": "lookup", "description": "Locate a specific tax rate from the collection."},
{"name": "Find Product Attribute", "type": "lookup", "description": "Search for a specific product attribute."},
{"name": "Find Product Attribute Term", "type": "lookup", "description": "Locate a term under a specific product attribute."},
{"name": "Find Product Category", "type": "lookup", "description": "Retrieve a product category from the list."},
{"name": "Find Product Shipping Classes", "type": "lookup", "description": "Locate shipping classes assigned to products."},
{"name": "Find Product Tag", "type": "lookup", "description": "Search for a specific product tag."},
{"name": "Find Product Review", "type": "lookup", "description": "Locate a review associated with a product."},
{"name": "Find Shipping Zone", "type": "lookup", "description": "Retrieve a shipping zone based on defined criteria."},
{"name": "Find Shipping Method", "type": "lookup", "description": "Search for a specific shipping method."},
{"name": "Find System Status Tool", "type": "lookup", "description": "Locate the system status tool for diagnostics."},
{"name": "Find Payment Gateway", "type": "lookup", "description": "Retrieve details about payment gateways integrated."},
{"name": "Find Product Variation", "type": "lookup", "description": "Search for a specific variation of a product."},
{"name": "Find Order Refund", "type": "lookup", "description": "Locate details about a particular order refund."},
{"name": "Find Shipping Zone Method", "type": "lookup", "description": "Search for a shipping method associated with a shipping zone."}
]