Skip to main content

AddToCartInput

No description

input AddToCartInput {
id: UUID
rows: [AddToCartRowInput]!
}

Fields

id ● UUID

rows ● [AddToCartRowInput]!

Example

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