add_product()
Adds a product to a WooCommerce order.
Adds a product to a WooCommerce order.
Calculates the totals by looking at the contents of the WooCommerce order.
Returns the attributes for a given product.
Gets all available variations for a particular product.
Gets and returns the product ID for a given WooCommerce product.
Returns the WooCommerce product type. eg, simple, variable, etc.
Gets the WC_Payment_Gateways class in WooCommerce.
Saves or updates WooCommerce orders, products and other objects.
Sets the payment method for a WooCommerce order.
Updates WooCommerce order meta by key or ID, if provided.
Updates the status of a WooCommerce order.
Creates a new WooCommerce order programmatically.
Gets the ID of a product using the SKU.
Returns a WooCommerce product object using either the product object or product ID.