GET
/
shipping-methods
{
  "key": "<string>",
  "method_id": "<string>",
  "instance_id": 123,
  "label": "<string>",
  "cost": 123,
  "html": "<string>",
  "taxes": {},
  "chosen_method": true
}
This endpoint is available in CoCart Plus.

Query Parameters

recurring_cart_key
string

Recurring cart key for subscription shipping methods.

Response

200
application/json

List of available shipping methods.

The response is of type object.