Skip to main content

CartInput

Cart ID is required for saving new rows to a cart Cart ID and Cart Row ID are required for updating a cart row If Cart ID is not provided, a new cart will be created regardless of if Cart Row ID is provided or not

input CartInput {
id: UUID
rows: [CartRowInput]!
}

Fields

id ● UUID

rows ● [CartRowInput]!

Example

{
"rows": [
{}
]
}