Documentation is still being updated. Some content maybe unfinished.
A valid request URL is required to generate request examplestrueSets a shipping method for the cart.
curl --request POST \
--url {protocol}://{host}/wp-json/cocart/v1/shipping-methods \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"recurring_cart_key": "<string>"
}
'trueWas this page helpful?