v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Read subscription details

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

get/2023-10/subscription/{subscriptionId}

Path parameters

subscriptionIdstring required

Response

200

successboolean
messagestring
codestring
{"stackTrail":"paths:/2023-10/subscription/{subscriptionId}:get:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Subscription fetched successfully",
  "data": {
    "id": 30227744,
    "shopifyId": 14074544282,
    "originOrderShopifyId": 6427762327706,
    "createdAt": "2026-07-02T13:33:21.000Z",
    "updatedAt": "2026-07-03T11:19:31.000Z",
    "orderNote": "order notes value",
    "totalLineItemPrice": 157.99,
    "totalLineItemDiscountedPrice": 153.99,
    "currencyCode": "USD",
    "status": "ACTIVE",
    "completedOrdersCount": 1,
    "attributes": [
      {
        "key": "New key",
        "value": "New key value"
      }
    ],
    "nextBillingDateEpoch": 1788035700,
    "chargeOffset": 4,
    "lastPaymentStatus": "SUCCESS",
    "deliveryMethod": {
      "code": "SHIPPING",
      "title": "SHIPPING"
    },
    "billingPolicy": {
      "maxCycles": 13,
      "minCycles": 3,
      "interval": "MONTH",
      "intervalCount": 1,
      "anchorDay": 3,
      "anchorType": "MONTHDAY"
    },
    "deliveryPolicy": {
      "interval": "MONTH",
      "intervalCount": 1
    },
    "shippingAddress": {
      "firstName": "Trew",
      "lastName": "Max",
      "address1": "HOME 123 Street 2",
      "city": "Marietta",
      "zip": "30060",
      "countryCode": "US",
      "provinceCode": "GA"
    },
    "lines": [
      {
        "id": 77883315,
        "productShopifyId": 8932887462042,
        "variantShopifyId": 48502495445146,
        "sellingPlanShopifyId": 305659674778,
        "sellingPlanName": "Deliver every month",
        "sellingPlanGroupName": "N Subscribe and Save",
        "sellingPlanGroupMerchantCode": "N Subscribe and Save",
        "variantTitle": "Floral",
        "productTitle": "Clear skin cream",
        "name": "Clear skin cream - Floral",
        "price": "140.00",
        "basePrice": 150,
        "discountedPrice": 136.46,
        "quantity": 1,
        "attributes": [
          {
            "key": "Line item key",
            "value": "Value"
          }
        ],
        "discounts": [
          {
            "shopifyId": "83bbf31c-ad15-41e4-b5f7-3880669b3d7e",
            "title": "FLOW Subscription discount",
            "isActive": true,
            "type": "MANUAL",
            "value": {
              "amount": {
                "amount": "4.0",
                "currencyCode": "USD"
              }
            },
            "orderLimit": 1
          }
        ],
        "variantImage": "https://cdn.shopify.com/s/files/1/0676/9973/6730/files/skinscream.webp?v=1778828304"
      }
    ],
    "customer": {
      "id": 591628030,
      "shopifyId": 9205248393370,
      "email": "trew@loopwork.com"
    },
    "discounts": [
      {
        "shopifyId": "83bbf31c-ad15-41e4-b5f7-3880669b3d7e",
        "title": "FLOW Subscription discount",
        "isActive": true,
        "type": "MANUAL",
        "value": {
          "amount": {
            "amount": "4.0",
            "currencyCode": "USD"
          },
          "__typename": "SubscriptionDiscountFixedAmountValue"
        },
        "isEntitledAllLines": true,
        "orderLimit": 1,
        "targetType": "LINE_ITEM"
      }
    ],
    "customerPaymentMethodId": 32472524,
    "billingAddress": {
      "zip": "30060",
      "city": "Marietta",
      "country": "US",
      "address1": "HOME 123 Street 2",
      "province": "GA",
      "countryCode": "US",
      "provinceCode": "GA"
    },
    "paymentMethod": {
      "id": 32472524,
      "type": "CustomerCreditCard",
      "card": {
        "brand": "visa",
        "expiryYear": 45,
        "expiryMonth": 12,
        "lastDigits": "4242"
      },
      "status": "safe",
      "source": "Credit card (Primary gateway)"
    },
    "backupPaymentMethod": {
      "id": 32558164,
      "type": "CustomerCreditCard",
      "card": {
        "brand": "visa",
        "expiryYear": 71,
        "expiryMonth": 12,
        "lastDigits": "4242"
      },
      "status": "safe",
      "source": "Credit card (Primary gateway)"
    }
  },
  "code": "SUCCESS"
}