Schema Documentation

EmptyCartInput

Description

Input for the emptyCart mutation

Fields
Input FieldDescription
clearPersistentCart - Boolean
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.

Example
{"clearPersistentCart":false,"clientMutationId":"xyz789"}