GraphQL INPUT_OBJECT
CreateSubscriptionItemInput
Input for created subscription item.
link Definition
- input CreateSubscriptionItemInput {
- # Unique ID of the product in the subscription.
- Int! :
- # Number of items.
- Int! :
- # Dynamic product price for the subscription.
- DynamicPriceInput] : [
- # Coupon code for a promotion applied to item(s) in the cart.
- String :
- }