Orders

Retrieve the suppression status of an SMS message for an order

This endpoint retrieves the suppression status of a scheduled follow-up or reminder SMS message for an order.

get/shop/orders/{orderId}/sms/suppress

Response

The suppression status of the SMS message was successfully retrieved

Example response

{
  "data": {
    "suppress_reminder_sms": true,
    "suppress_followup_sms": true
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.