---
title: "List order schedule"
method: GET
path: "/2023-10/subscription/{subscriptionId}/order/schedule"
---

# List order schedule

`GET /2023-10/subscription/{subscriptionId}/order/schedule`

This API fetches list of scheduled orders of a specific subscription based on subscriptionId in the path params.

Rate limit - 5/s

## Path parameters

- `subscriptionId` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `shopifyId` unknown
    - `status` string
    - `billingDate` string
    - `fulfillmentStatus` unknown
    - `financialStatus` unknown
    - `note` unknown
    - `noteAttributes` unknown
    - `shopifyCreatedAt` unknown
    - `shopifyProcessedAt` unknown
    - `shopifyUpdatedAt` unknown
    - `currencyCode` unknown
    - `totalPriceUsd` unknown
    - `totalDiscount` unknown
    - `totalLineItemsPrice` unknown
    - `totalShippingPrice` unknown
    - `shopifyOrderNumber` unknown
    - `lines` object[]
    - `shippingAddress` unknown
  - `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)
