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