updateCartCustomAttributes

Updates custom attributes of an existing cart

This page contains

    Arguments

    input UpdateCartCustomAttributesInput!

    UpdateCartCustomAttributesInput fields

    cartId ID!

    Unique identifier of the cart

    customAttributes CartCustomAttributesInput

    Custom attributes to be updated on the cart

    items [UpdateCartItemCustomAttributesInput!]

    Cart items with custom attributes to be updated

    Return Fields

    cart Cart

    Updated cart after attribute changes

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.