GraphQL INPUT_OBJECT
SubscriptionCartItemInput
Input for shopping cart preview for a subscription item.
link Definition
- input SubscriptionCartItemInput {
- # Unique ID of the product.
- : Int
- # Your internal product ID.
- : String
- # Number of items.
- : Int
- # Running number of the item in the subscription. If not set, running numbers are
- # inferred from array indexes.
- : Int
- # Set to true to reset the interval of the subscription item.
- : Boolean
- }