Documents
-
Shipping Method API
WooCommerce has a shipping method API which plugins can use to add their own rates. This article will take you through the steps to creating a new shipping method and interacting with the API. Create a plugin First off, create a regular WordPress/WooCommerce plugin – see You’ll define your shipping method class in this plugin […]
-
WooCommerce REST API
Requirements WordPress permalinks must be set to something that is easily human readable at: Settings > Permalinks. Day and name is a great default, but anything aside from Plain should work Generate API keys The WooCommerce REST API works on a key system to control access. These keys are linked to WordPress users on your […]