---
title: "Manage SMS suppression for an order"
method: PUT
path: "/shop/orders/{orderId}/sms/suppress"
tags: ["Orders"]
---

# Manage SMS suppression for an order

`PUT /shop/orders/{orderId}/sms/suppress`

This endpoint allows you to stop or start a scheduled follow-up or reminder SMS message from being sent for an order.

## Request body

- object
  - `message_type` 'basket_reminder' | 'basket_follow_up', required — The type of message the SMS message is.
  - `suppress` boolean, required — Whether the SMS message should be suppressed.

## Response `201`

The SMS message was successfully suppressed

## Other responses

- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
