Skip to main content
Anchor to SubscriptionBillingAttemptError

SubscriptionBillingAttemptError

union

Requires read_own_subscription_contracts access scope.

Possible error types for a subscription billing attempt.

•OBJECT

An error that occurred during a subscription billing attempt that doesn't fit other categories.

•SubscriptionBillingAttemptGeneralErrorCode!
non-null

The error code for the failure.

•OBJECT

An inventory-related error that occurred during a subscription billing attempt.

•SubscriptionBillingAttemptInventoryErrorCode!
non-null

The error code for the inventory-related failure.

Anchor to insufficientStockProductVariantsinsufficientStockProductVariants
•ProductVariantConnection

A list of product variants that caused the insufficient inventory error.

Arguments

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.

•Boolean
Default:false

Reverse the order of the underlying list.


•OBJECT

A payment-related error that occurred during a subscription billing attempt.

•SubscriptionBillingAttemptPaymentErrorCode!
non-null

The error code for the payment failure.

•OBJECT

An unexpected error that occurred during a subscription billing attempt.

•String!
non-null

A message describing the unexpected error.


Was this section helpful?

Anchor to Fields with this unionFields with this union


Was this section helpful?