This documentation is a Work in Progress. There maybe content unfinished. Feedback is welcome.
[
{
"name": "<string>",
"amount": 123,
"taxable": true,
"tax_class": "<string>",
"total": 123,
"tax": 123
}
]
Gets all fees applied to the cart.
curl --request GET \
--url {protocol}://{host}/wp-json/cocart/v1/fees
[
{
"name": "<string>",
"amount": 123,
"taxable": true,
"tax_class": "<string>",
"total": 123,
"tax": 123
}
]
List of cart fees.
The response is of type object[]
.
Was this page helpful?