---
title: "Read all giftSubscriptions"
method: GET
path: "/2023-10/giftSubscription"
---

# Read all giftSubscriptions

`GET /2023-10/giftSubscription`

## Query parameters

- `pageNo.` integer
- `pageSize` integer
- `updatedAtStartEpoch` integer
- `updatedAtEndEpoch` integer
- `status` 'ACTIVE' | 'COMPLETED' | 'CANCELLED'
- `nextBillingStartEpoch` integer
- `nextBillingEndEpoch` integer
- `lastInventoryAction` 'SKIPPED' | 'DELAYED' | 'PARTIAL_BILLED'

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `shopifyId` integer
    - `originOrderShopifyId` integer
    - `createdAt` string
    - `updatedAt` string
    - `totalLineItemPrice` number
    - `totalLineItemDiscountedPrice` number
    - `deliveryPrice` integer
    - `currencyCode` string
    - `status` string
    - `cancellationReason` unknown
    - `cancellationComment` unknown
    - `completedOrdersCount` integer
    - `pausedAt` unknown
    - `cancelledAt` unknown
    - `attributes` object[]
      - `key` string
      - `value` string
    - `nextBillingDateEpoch` unknown
    - `lastPaymentStatus` string
    - `lastInventoryAction` unknown
    - `deliveryMethod` object
      - `code` string
      - `title` string
    - `billingPolicy` object
      - `maxCycles` integer
      - `minCycles` unknown
      - `interval` string
      - `intervalCount` integer
      - `anchorDay` unknown
      - `anchorMonth` unknown
      - `anchorType` unknown
    - `deliveryPolicy` object
      - `interval` string
      - `intervalCount` integer
    - `shippingAddress` object
      - `firstName` string
      - `lastName` string
      - `phone` unknown
      - `company` unknown
      - `address1` string
      - `address2` unknown
      - `city` string
      - `zip` string
      - `countryCode` string
      - `provinceCode` string
    - `lines` object[]
      - `id` integer
      - `productShopifyId` integer
      - `variantShopifyId` integer
      - `variantTitle` string
      - `productTitle` string
      - `name` string
      - `price` string
      - `basePrice` integer
      - `discountedPrice` number
      - `quantity` integer
      - `sku` string
      - `isOneTimeAdded` boolean
      - `isOneTimeRemoved` boolean
      - `bundleTransactionId` unknown
      - `loopBundleId` unknown
      - `attributes` object[]
      - `weightInGrams` integer
      - `discounts` object[]
    - `customer` object
      - `id` integer
      - `shopifyId` integer
    - `discounts` object[]
    - `prepaidCredits` string
  - `code` string
  - `pageInfo` object
    - `hasNextPage` boolean
    - `hasPreviousPage` boolean

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