CreateEmptyCartInput
Assigns a specific cart_id to the empty cart.
type CreateEmptyCartInput = {
cart_id?: InputMaybe<Scalars['String']['input']>;
};Assigns a specific cart_id to the empty cart.
type CreateEmptyCartInput = {
cart_id?: InputMaybe<Scalars['String']['input']>;
};