Home > @shopware-pwa/composables > IUseProductAssociations
# IUseProductAssociations interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
interface for IUseProductAssociations composable
Signature:
export interface IUseProductAssociations
# Properties
Property | Type | Description |
---|---|---|
isLoading | ComputedRef<boolean> | (BETA) If it's loading - indicator |
loadAssociations | (params: { params: unknown; method: "post" | "get"; }) => Promise<void> | (BETA) Start loading resources |
productAssociations | ComputedRef<CrossSelling[]> | (BETA) |