---
title: "Update delivery price"
method: PUT
path: "/subscriptions/{subscriptionId}/delivery-price"
tags: ["Subscriptions"]
---

# Update delivery price

`PUT /subscriptions/{subscriptionId}/delivery-price`

Updates the delivery price for the subscription. Optionally updates the delivery method options.

## Path parameters

- `subscriptionId` string, required

## Request body

- object
  - `deliveryPrice` number, required — Float value of the delivery price (minimum 0). Currency is inherited from the existing delivery price currency.
  - `option` object — Optional delivery method options to update. All fields are optional and will fall back to existing values if not provided.
    - `title` string — The title of the delivery option
    - `code` string — The code of the delivery option
    - `presentmentTitle` string — The presentment title of the delivery option
    - `description` string — The description of the delivery option
    - `carrierServiceId` string — The shipping carrier service ID

## Response `200`

Delivery price updated

## Other responses

- `400` — Validation error
- `401` — You do not have permission
- `404` — Not Found

---

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