/** * @schema StoreUpdateCartLineItem * type: object * description: SUMMARY * x-schemaName: StoreUpdateCartLineItem * required: * - quantity * - metadata * properties: * quantity: * type: number * title: quantity * description: The cart's quantity. * metadata: * type: object * description: The cart's metadata. * */