Home > @vsf-enterprise/bigcommerce-theme > UseSearchOrderByCartInterface
# UseSearchOrderByCartInterface interface
Data and methods returned from the useSearchOrderByCart() composable
Signature:
export interface UseSearchOrderByCartInterface
# Properties
Property | Type | Description |
---|---|---|
error | Ref<UseSearchOrderByCartErrors> | Contains errors from the composable methods. |
loading | Ref<boolean> | Indicates whether any of the methods is in progress. |
search | (params: GetOrderByCartParameters) => Promise<OrderByCartResponse> | Searches order data by cart id. |