Home > @vsf-enterprise/commercetools-types > CartQueryInterfaceCartsArgs

# CartQueryInterfaceCartsArgs type

Fields to access carts. Includes direct access to a single cart and searching for carts.

Signature:

export declare type CartQueryInterfaceCartsArgs = {
    where?: InputMaybe<Scalars['String']>;
    sort?: InputMaybe<Array<Scalars['String']>>;
    limit?: InputMaybe<Scalars['Int']>;
    offset?: InputMaybe<Scalars['Int']>;
};

References: InputMaybe, Scalars