Documentation is still being updated. Some content maybe unfinished.
A valid request URL is required to generate request examples"<string>"Adds a fee to the cart.
curl --request POST \
--url {protocol}://{host}/wp-json/cocart/v1/fees \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"amount": "<string>",
"taxable": false,
"tax_class": "<string>"
}
'"<string>"Was this page helpful?