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/fees
[ { "name": "<string>", "amount": 123, "taxable": true, "tax_class": "<string>", "total": 123, "tax": 123 } ]
Retrieve a list of all fees applied to the cart.
A valid request URL is required to generate request examples
List of cart fees.
Was this page helpful?