---
title: "Read subscriptions for customer via email address"
method: GET
path: "/2023-10/customer/{customerEmailAddress}/subscription"
---

# Read subscriptions for customer via email address

`GET /2023-10/customer/{customerEmailAddress}/subscription`

## Path parameters

- `customerEmailAddress` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `shopifyId` integer
    - `totalLineItemPrice` integer
    - `totalLineItemDiscountedPrice` integer
    - `deliveryPrice` integer
    - `currencyCode` string
    - `nextBillingDateEpoch` integer
    - `status` string
    - `billingAttemptSuccessCount` integer
    - `lastPaymentStatus` string
    - `paymentMethodId` integer
    - `createdAt` string
    - `customer` object
      - `id` integer
      - `shopifyId` integer
      - `email` string
    - `cancellationReason` unknown
    - `cancellationComment` unknown
    - `isPrepaid` boolean
    - `lastInventoryAction` unknown
    - `billingPolicy` object
      - `minCycles` unknown
      - `maxCycles` unknown
      - `interval` string
      - `intervalCount` integer
      - `anchorDay` integer
      - `anchorMonth` unknown
      - `anchorType` string
    - `deliveryPolicy` object
      - `interval` string
      - `intervalCount` integer
    - `deliveryMethod` object
      - `code` unknown
      - `title` unknown
    - `discounts` object[]
    - `cancelledAt` unknown
    - `pausedAt` unknown
    - `lines` object[]
      - `id` integer
      - `productShopifyId` integer
      - `variantShopifyId` integer
      - `sellingPlanShopifyId` integer
      - `sellingPlanName` string
      - `sellingPlanGroupName` string
      - `sellingPlanGroupMerchantCode` string
      - `variantTitle` string
      - `productTitle` string
      - `name` string
      - `price` string
      - `basePrice` integer
      - `discountedPrice` integer
      - `quantity` integer
      - `sku` unknown
      - `isOneTimeAdded` boolean
      - `isOneTimeRemoved` boolean
      - `bundleTransactionId` integer
      - `loopBundleId` string
      - `attributes` object[]
        - `key` string
        - `value` string
      - `weightInGrams` integer
      - `discounts` object[]
      - `variantImage` string
    - `attributes` object[]
    - `shippingAddress` unknown
    - `billingAddress` object
      - `zip` string
      - `city` string
      - `country` string
      - `address1` string
      - `province` string
      - `countryCode` string
      - `provinceCode` string
    - `orderNote` unknown
    - `updatedAt` string
    - `paymentMethod` object
      - `id` integer
      - `type` string
      - `card` object
        - `brand` string
        - `expiryYear` integer
        - `expiryMonth` integer
        - `lastDigits` string
      - `payPal` unknown
      - `status` string
      - `source` string
    - `isMigrated` boolean
    - `originOrderShopifyId` integer
  - `code` string
  - `pageInfo` unknown

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
