Home > @vsf-enterprise/commercetools-types > OrderQueryInterfaceOrdersArgs
# OrderQueryInterfaceOrdersArgs type
Fields to access orders. Includes direct access to a single order and searching for orders.
Signature:
export declare type OrderQueryInterfaceOrdersArgs = {
where?: InputMaybe<Scalars['String']>;
sort?: InputMaybe<Array<Scalars['String']>>;
limit?: InputMaybe<Scalars['Int']>;
offset?: InputMaybe<Scalars['Int']>;
};
References: InputMaybe, Scalars