Home > @vsf-enterprise/commercetools-types > CartQueryInterfaceCartArgs
# CartQueryInterfaceCartArgs type
Fields to access carts. Includes direct access to a single cart and searching for carts.
Signature:
export declare type CartQueryInterfaceCartArgs = {
id: Scalars['String'];
};
References: Scalars