Skip to main content

BundlePriceInput

No description

input BundlePriceInput {
productId: String!
quantity: Int!
bundle: BundleInput!
}

Fields

productId ● String!

quantity ● Int!

bundle ● BundleInput!

Example

{
"bundle": {
"categories": [
{}
]
}
}