GraphQL INPUT_OBJECT
UpdateSubscriptionItemInput
link Definition
- input UpdateSubscriptionItemInput {
- #   Unique ID of the product.
- : Int!
- #   Number of items.
- : Int!
- #   Product name used in customer communication.
- : String
- #   English product name.
- : String
- #   Product description. Corresponds to the Additional name information in the 
- #   Commerce Assistant.
- : String
- #   Unique ID of the recommendation.
- : 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
- }