Skip to main content

ResultCustomerSubscriptionContractsForPagination

顧客向け契約一覧(ページネーションあり)

type ResultCustomerSubscriptionContractsForPagination {
subscriptionContracts: [ResultCustomerSubscriptionContracts!]!
pageInfo: SimplePageInfo!
}

Fields

ResultCustomerSubscriptionContractsForPagination.subscriptionContracts ● [ResultCustomerSubscriptionContracts!]! non-null object

契約一覧

ResultCustomerSubscriptionContractsForPagination.pageInfo ● SimplePageInfo! non-null object

ページネーション情報

Example

{
"subscriptionContracts": [
{
"subscriptionContractId": "gid://shopify/SubscriptionContract/18913493105",
"isSyncingSubscription": true,
"createdAt": "2025-01-16T03:00:00.000Z",
"contractType": "STANDARD",
"status": "ACTIVE",
"nextBillingDate": "2025-01-16T03:00:00.000Z",
"nextDeliveryDate": "2025-01-19T03:00:00.000Z",
"deliveryDays": 3,
"deliveryTime": "AM",
"deliveryTimeText": "10:00~12:00",
"billingPolicyInterval": "DAY",
"billingPolicyIntervalCount": 1,
"billingPolicyMinCycles": 1,
"billingPolicyMaxCycles": 1,
"deliveryCountry": "Japan",
"deliveryCountryCode": "JP",
"deliveryProvince": "Tōkyō",
"deliveryProvinceCode": "JP-13",
"deliveryZip": "190-1111",
"deliveryCity": "Nishitama",
"deliveryLastName": "山田",
"deliveryName": "太郎 山田",
"deliveryPhone": "090-1111-2222",
"deliveryCompany": "株式会社テスト",
"deliveryPriceAmount": 1000,
"deliveryPriceCurrencyCode": "JPY",
"excludeFromAutoCalculateDeliveryPrice": false,
"customerDisplayName": "太郎 山田",
"originOrderId": "gid://shopify/Order/5886530420849",
"originOrderName": "#2405",
"bulkPayNextBillingDate": "2024-12-10T03:15:51.918Z",
"bulkPayCancellableBeginDate": "2024-12-10T03:15:51.918Z",
"bulkPayCancellableEndDate": "2024-12-10T03:15:51.918Z",
"canSkipCancel": true,
"startSyncSubscriptionDate": "2024-12-10T03:15:51.918Z",
"rank": "GOLD",
"customerPaymentMethod": {
"id": "gid://shopify/CustomerPaymentMethod/123456789",
"customerId": "gid://shopify/Customer/123456789",
"paymentMethodType": "CREDIT_CARD",
"paymentMethodDetails": {
"cardBrand": "VISA",
"cardLast4": "1234",
"cardExpirationDate": "2025-01-01"
}
},
"subscriptionDiscounts": [],
"subscriptionLines": [],
"subscriptionHistories": [],
"billingAttempts": []
}
],
"pageInfo": {
"page": 0,
"perPage": 10,
"hasNextPage": true,
"hasPreviousPage": false
}
}

Returned By

customerSubscriptionContractsForPagination query