Schema Documentation

RestoreCartItemsInput

Description

Input for the restoreCartItems 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.
keys - [ID] Cart item key of the item being removed
Example
{"clientMutationId":"abc123","keys":["4"]}