Schema Documentation

UpdateItemQuantitiesInput

Description

Input for the updateItemQuantities mutation

Fields
Input FieldDescription
clientMutationId - String

This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.

items - [CartItemQuantityInput]

Cart item being updated

Example
{"clientMutationId":"abc123","items":[CartItemQuantityInput]}