Skip to main content
GET
/
totals
/
total
Get cart total
curl --request GET \
  --url {protocol}://{host}/wp-json/cocart/v1/totals/total
"<string>"
This endpoint is available in CoCart Plus.

Response

200 - application/json

Cart total retrieved successfully.

The response is of type string.

I