---
title: "Update shipping method"
method: PUT
path: "/2023-10/subscription/{subscriptionId}/shippingMethod"
---

# Update shipping method

`PUT /2023-10/subscription/{subscriptionId}/shippingMethod`

This endpoint allows you to modify the details of an existing shipping method. You can update the delivery price, the title of the delivery method, and the unique code associated with the delivery method.

## Path parameters

- `subscriptionId` integer, required

## Request body

- object
  - `deliveryPrice` integer, required — The cost associated with this shipping method. This value should be updated if there are any changes in the shipping rates.
  - `deliveryMethodTitle` string — The name or title of the shipping method.
  - `deliveryMethodCode` string — A unique identifier or code for the shipping method. This code is used internally to distinguish between different shipping methods or used via shipping apps and should be updated carefully to avoid conflicts with other methods.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
