Skip to main content

cartStart

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

cartStart(
input: CartStartInput
): Cart!

Arguments

cartStart.input ● CartStartInput input

Cart start input

Type

Cart object

Shopping cart entity for managing product selections and orders.

Represents a collection of products or services that users have selected for potential purchase. Carts can be associated with different user types and companies for organizational context.