Home > @vsf-enterprise/bigcommerce-theme > UseOrderInterface > search
# UseOrderInterface.search property
Searches for an order by used params.
Signature:
search: (params?: GetOrdersParameters) => Promise<Order[]>;
# Remarks
For logged in users, only orders that belongs to the user will be returned.