---
title: "Get subscription's origin order fulfillments"
method: GET
path: "/customers/{customerId}/subscriptions/{subscriptionId}/origin-order/fulfillments"
tags: ["Subscriptions"]
---

# Get subscription's origin order fulfillments

`GET /customers/{customerId}/subscriptions/{subscriptionId}/origin-order/fulfillments`

Get the origin order fulfillments associated with a subscription contract.

## Path parameters

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

## Response `200`

Origin order fullfilments

- object
  - `order` object
    - `id` string — Identifier
    - `displayFulfillmentStatus` string — Fulfillment status
  - `fulfillmentOrders` object[]
    - `id` string — Identifier
    - `status` string — Status
    - `fulfillAt` string, date-time — Date of fulfillment

## 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)
