Skip to main content
Anchor to CartNoteUpdatePayload

CartNoteUpdatePayload

payload

Return type for cartNoteUpdate mutation.

•Cart

The updated cart.

Show fields
•[CartUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields
•[CartWarning!]!
non-null

A list of warnings that occurred during the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Updates the note on a Cart. The note is a text field that stores additional information, such as a personalized message from the buyer or special instructions for the order.

Show payload

Arguments

•ID!
required

The ID of the cart.

•String!
required

The note on the cart.



Was this section helpful?