---
title: "Read subscription details"
method: GET
path: "/2023-10/subscription/{subscriptionId}"
---

# Read subscription details

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

This endpoint allows you to retrieve comprehensive details of a specific subscription, including billing, delivery, products, and status.

## Path parameters

- `subscriptionId` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `shopifyId` integer
    - `originOrderShopifyId` integer
    - `createdAt` string
    - `updatedAt` string
    - `orderNote` 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
    - `isPrepaid` boolean
    - `isMarkedForCancellation` boolean
    - `nextBillingDateEpoch` integer
    - `chargeOffset` integer
    - `lastPaymentStatus` string
    - `lastInventoryAction` unknown
    - `deliveryMethod` object
      - `code` string
      - `title` string
    - `billingPolicy` object
      - `maxCycles` integer
      - `minCycles` integer
      - `interval` string
      - `intervalCount` integer
      - `anchorDay` integer
      - `anchorMonth` unknown
      - `anchorType` string
    - `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
      - `sellingPlanShopifyId` integer
      - `sellingPlanName` string
      - `sellingPlanGroupName` string
      - `sellingPlanGroupMerchantCode` string
      - `variantTitle` string
      - `productTitle` string
      - `name` string
      - `price` string
      - `basePrice` integer
      - `discountedPrice` number
      - `quantity` integer
      - `sku` unknown
      - `isOneTimeAdded` boolean
      - `isOneTimeRemoved` boolean
      - `bundleTransactionId` unknown
      - `loopBundleId` unknown
      - `attributes` object[]
        - `key` string
        - `value` string
      - `weightInGrams` integer
      - `discounts` object[]
        - `shopifyId` string
        - `title` string
        - `isActive` boolean
        - `type` string
        - `value` object
          - `amount` object
            - `amount` string
            - `currencyCode` string
          - `appliesOnEachItem` boolean
        - `orderLimit` integer
        - `usageCount` integer
      - `variantImage` string
    - `customer` object
      - `id` integer
      - `shopifyId` integer
      - `email` string
    - `discounts` object[]
      - `shopifyId` string
      - `title` string
      - `isActive` boolean
      - `type` string
      - `value` object
        - `amount` object
          - `amount` string
          - `currencyCode` string
        - `__typename` string
        - `appliesOnEachItem` boolean
      - `isEntitledAllLines` boolean
      - `orderLimit` integer
      - `usageCount` integer
      - `targetType` string
    - `prepaidCredits` unknown
    - `customerPaymentMethodId` integer
    - `billingAddress` object
      - `zip` string
      - `city` string
      - `country` string
      - `address1` string
      - `province` string
      - `countryCode` string
      - `provinceCode` string
    - `isMigrated` boolean
    - `paymentMethod` object
      - `id` integer
      - `type` string
      - `card` object
        - `brand` string
        - `expiryYear` integer
        - `expiryMonth` integer
        - `lastDigits` string
      - `payPal` unknown
      - `status` string
      - `source` string
    - `backupPaymentMethod` object
      - `id` integer
      - `type` string
      - `card` object
        - `brand` string
        - `expiryYear` integer
        - `expiryMonth` integer
        - `lastDigits` string
      - `payPal` unknown
      - `status` string
      - `source` string
  - `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)
