---
title: "Delay order"
method: POST
path: "/2023-10/subscription/{subscriptionId}/delay"
---

# Delay order

`POST /2023-10/subscription/{subscriptionId}/delay`

This endpoint allows you to delay the next order by a specified number of days without changing the overall billing frequency.

## Path parameters

- `subscriptionId` integer, required

## Request body

- object
  - `days` integer — Number of days to delay the next order.
  - `cancellationFlowId` integer — This parameter is used to log the cancellation reason performance.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `shopifyId` integer
    - `status` string
    - `nextBillingDateEpoch` integer
    - `totalLineItemDiscountedPrice` integer
    - `currencyCode` string
  - `code` string
  - `pageInfo` unknown

## Other responses

- `400` — 400

---

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