ResultSubscriptionContractUpdateDeliveryDate
お届け日変更結果
type ResultSubscriptionContractUpdateDeliveryDate {
subscriptionContractId: String!
nextBillingDate: DateTime!
nextDeliveryDate: Date
nextDeliveryTime: String
deliveryDays: Int!
}
Fields
ResultSubscriptionContractUpdateDeliveryDate.subscriptionContractId
● String!
non-null scalar
契約情報のShopify管理ID
- 説明: 処理対象契約の globally-unique ID.
- 例:
"gid://shopify/SubscriptionContract/123456789"
ResultSubscriptionContractUpdateDeliveryDate.nextBillingDate
● DateTime!
non-null scalar
次回決済日
- 説明: 次回決済日
- 例:
"2021-05-21T14:00:00Z"
- 備考: UTC
ResultSubscriptionContractUpdateDeliveryDate.nextDeliveryDate
● Date
scalar
次回お届け日
- 説明: 更新する次回お届け日
- 例:
"2024-01-01"
- 備考: null:お届け日指定なし
ResultSubscriptionContractUpdateDeliveryDate.nextDeliveryTime
● String
scalar
次回お届け時間帯
- 説明: 更新した次回お届け日
- 例:
"午前中"
ResultSubscriptionContractUpdateDeliveryDate.deliveryDays
● Int!
non-null scalar
更新後の契約LT
- 説明: 更新後の契約LT
- 例:
3
Example
{
"subscriptionContractId": "gid://shopify/SubscriptionContract/123456789",
"nextBillingDate": "2021-05-21T14:00:00Z",
"nextDeliveryDate": "2024-01-01",
"deliveryDays": 3,
"deliveryTime": "AM",
"deliveryTimeText": "10:00~12:00"
}