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

# List order history

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

This API fetches list of past 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` integer
    - `status` string
    - `billingDate` string
    - `fulfillmentStatus` unknown
    - `financialStatus` string
    - `note` unknown
    - `noteAttributes` object[]
    - `shopifyCreatedAt` string
    - `shopifyProcessedAt` string
    - `shopifyUpdatedAt` string
    - `currencyCode` string
    - `totalPriceUsd` string
    - `totalDiscount` string
    - `totalLineItemsPrice` string
    - `totalShippingPrice` string
    - `shopifyOrderNumber` integer
    - `lines` object[]
      - `productShopifyId` integer
      - `variantShopifyId` integer
      - `name` string
      - `productTitle` string
      - `variantTitle` unknown
      - `price` integer
      - `sku` string
      - `quantity` integer
      - `isOneTime` boolean
    - `shippingAddress` object
      - `name` string
      - `phone` unknown
      - `company` unknown
      - `city` string
      - `zip` string
      - `address1` string
      - `address2` unknown
      - `provinceCode` string
      - `countryCode` string
  - `code` string
  - `pageInfo` unknown

---

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