---
title: "Update customer subscriptions"
method: PUT
path: "/customers/{customer_id}/subscriptions"
tags: ["Customers"]
---

# Update customer subscriptions

`PUT /customers/{customer_id}/subscriptions`

Update customer subscriptions by user_id<br>透過顧客ID更新訂閱

## Path parameters

- `customer_id` string, required

## Request body

- object
  - `sms` boolean
  - `email` boolean

## Response `202`

Accepted

## Other responses

- `422` — Unprocessable Entity
- `500` — Server error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
