---
title: "Set shipping method"
method: POST
path: "/shipping-methods"
tags: ["shipping"]
---

# Set shipping method

`POST /shipping-methods`

Sets a shipping method for the cart.

## Request body

- object
  - `key` string, required — Shipping method key.
  - `recurring_cart_key` string — Recurring cart key for subscription shipping methods.

## Response `200`

Shipping method set successfully.

- boolean

## Other responses

- `404` — Shipping method is incorrect or does not exist.

---

[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)
