---
title: "Trigger an order"
method: POST
path: "/customers/{customerId}/subscriptions/{subscriptionId}/order-now"
tags: ["Subscriptions"]
---

# Trigger an order

`POST /customers/{customerId}/subscriptions/{subscriptionId}/order-now`

Trigger an order for a subscription contract.

## Path parameters

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

## Request body

- object
  - `manualRetry` boolean

## Response `200`

Triggered order successfully

## 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/revisions/dfe3dfce125c/schema)
