BundleAddItemsInput
No description
input BundleAddItemsInput {
items: [BundleItemInput!]
taxZone: String
}
Fields
BundleAddItemsInput.items
● [BundleItemInput!]
list input
Items for this bundle.
BundleAddItemsInput.taxZone
● String
scalar
The bundle tax zone.
Member Of
bundleAddItems
mutation ● bundleAddItemsAndReturnBundle
mutation