---
title: "Skip next order"
method: POST
path: "/customers/{customerId}/subscriptions/{subscriptionId}/skip"
tags: ["Subscriptions"]
---

# Skip next order

`POST /customers/{customerId}/subscriptions/{subscriptionId}/skip`

Skip the next order for a subscription contract.

The subscription should be in active state. We will calculate a next billing date based on the interval configuration.
In case an interval id is passed, we will use that one, otherwise we will use the one in the subscription contract.
In case the subscription is in dunning, it will be taken out of dunning.

## Path parameters

- `customerId` string, required
- `subscriptionId` string, required

## Response `200`

Updated subscription

- SubscriptionDynamo
  - `SubscriptionId` string — Identifier
  - `SubscriptionStatus` string — Status
  - `NextBillingDate` string, date-time — Date of the next billing

## Other responses

- `401` — You do not have permission
- `404` — Not Found

---

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