Skip to main content

UpdateCartInput

No description

input UpdateCartInput {
id: UUID
rows: [UpdateCartRowInput]!
}

Fields

id ● UUID

rows ● [UpdateCartRowInput]!

Example

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