---
title: "Get available shipping methods"
method: GET
path: "/shipping-methods"
tags: ["shipping"]
---

# Get available shipping methods

`GET /shipping-methods`

Gets available shipping methods for the cart.

## Query parameters

- `recurring_cart_key` string

## Response `200`

List of available shipping methods.

- ShippingMethod
  - `key` string
  - `method_id` string
  - `instance_id` integer
  - `label` string
  - `cost` number
  - `html` string
  - `taxes` object
  - `chosen_method` boolean

## Other responses

- `404` — No shipping methods available or not needed.

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
