---
title: "Update subscription shipping address"
method: PUT
path: "/{companyDomain}/subscriptions/{subscriptionUniqueId}/shippingAddress"
---

# Update subscription shipping address

`PUT /{companyDomain}/subscriptions/{subscriptionUniqueId}/shippingAddress`

Update the shipping address for a subscription

## Path parameters

- `companyDomain` string, required
- `subscriptionUniqueId` string, required

## Request body

- object
  - `addressLine1` string — The first line of the new address that you want to update to
  - `addressLine2` string — The second line of the new address that you want to update to
  - `state` string — The state of the new address that you want to update to
  - `city` string — The city of the new address that you want to update to
  - `country` string — The country of the new address that you wish to change to
  - `postCode` string — The post code of the new address that you want to update to

## Response `200`

200

---

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