Skip to main content

cartSetUser

DEPRECATED

Will be removed in the future, please use cartSetContact or cartSetCustomer mutations instead.

AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER] OR (('user is authenticated') AND ('userId if present in input matches JWT'))

cartSetUser(
id: String!
input: CartSetUserInput!
): Cart! @deprecated

Arguments

cartSetUser.id ● String! non-null scalar

Cart unique identifier

cartSetUser.input ● CartSetUserInput! non-null input

Type

Cart object