billingAttempts
2回目以降決済情報を取得
billingAttempts(
limit: Int
offset: Int
startCreatedAt: DateTime
endCreatedAt: DateTime
startUpdatedAt: DateTime
endUpdatedAt: DateTime
shop: String
apiKey: String
): [BillingAttempt]
Arguments
billingAttempts.limit
● Int
scalar
最大取得件数
- 説明: 最大取得件数
- 例:
100
- 備考: 指定がない場合は100 ※100以上を指定した場合100
billingAttempts.offset
● Int
scalar
取得開始番号
- 説明: 取得開始番号
- 例:
100
- 備考: 指定がない場合は0
billingAttempts.startCreatedAt
● DateTime
scalar
作成日(開始)
- 説明: 作成日(開始)
- 例:
"2021-05-21T14:00:00Z"
- 備考: DateTime(ISO8601)でリクエスト※UTC
billingAttempts.endCreatedAt
● DateTime
scalar
作成日(終了)
- 説明: 作成日(終了)
- 例:
"2021-05-21T14:00:00Z"
- 備考: DateTime(ISO8601)でリクエスト※UTC
billingAttempts.startUpdatedAt
● DateTime
scalar
更新日(開始)
- 説明: 更新日(開始)
- 例:
"2021-05-21T14:00:00Z"
- 備考: DateTime(ISO8601)でリクエスト※UTC
billingAttempts.endUpdatedAt
● DateTime
scalar
更新日(終了)
-
説明: 更新日(終了)
-
例:
"2021-05-21T14:00:00Z"
-
備考: DateTime(ISO8601)でリクエスト※UTC
Show deprecated
Type
BillingAttempt
object
2回目以降決済情報
Example
{
billingAttempts(limit: 10, offset: 10, startUpdatedAt: "2021-05-21T14:00:00Z") {
id
errorCode
subscriptionContract {
id
status
deliveryDate
}
order {
id
amount
paymentGatewayNames
fullFillments {
id
trackingInfo {
company
number
}
}
}
productTitles
variantIds
}
}