Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Documentation is still being updated. Some content maybe unfinished.
cURL
curl --request GET \ --url {protocol}://{host}/wp-json/cocart/v1/shipping-methods
{ "key": "<string>", "method_id": "<string>", "instance_id": 123, "label": "<string>", "cost": 123, "html": "<string>", "taxes": {}, "chosen_method": true }
Gets available shipping methods for the cart.
A valid request URL is required to generate request examples
Recurring cart key for subscription shipping methods.
List of available shipping methods.
Was this page helpful?