Skip to main content

UpdateCartRowInput

No description

input UpdateCartRowInput {
id: Int
quantity: Int!
bundle: CartRowBundleInput
}

Fields

id ● Int

quantity ● Int!

bundle ● CartRowBundleInput

Example

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