---
title: "Skip order"
method: POST
path: "/2023-10/order/{orderId}/skip"
---

# Skip order

`POST /2023-10/order/{orderId}/skip`

This endpoint allows you to skip the scheduled order for a given subscription. This is typically used when a customer wants to temporarily skip the order without pausing or canceling the subscription.

## Path parameters

- `version` string, required
- `orderId` integer, required

## Response `200`

200

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

## Other responses

- `400` — 400

---

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