Home > @vsf-enterprise/bigcommerce-theme > UseOrderProductsInterface
# UseOrderProductsInterface interface
Data and methods returned from the useOrderProducts() composable
Signature:
export interface UseOrderProductsInterface
# Properties
Property | Type | Description |
---|---|---|
error | Ref<UseOrderProductsErrors> | Contains errors from the composable methods. |
loading | Ref<boolean> | Indicates whether any of the methods is in progress. |
search | (params: GetOrderProductsParameters) => Promise<OrderProductResponse> | Searches for order products. |