Home > @vsf-enterprise/commercetools-types > OrderQueryInterface
# OrderQueryInterface type
Fields to access orders. Includes direct access to a single order and searching for orders.
Signature:
export declare type OrderQueryInterface = {
order?: Maybe<Order>;
orders: OrderQueryResult;
};
References: Maybe, Order, OrderQueryResult