Home > @shopware-pwa/composables > useListing

# useListing() function

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.

Signature:

export declare function useListing(params?: {
    listingType: ListingType;
}): IUseListing<Product>;

# Parameters

Parameter Type Description
params { listingType: ListingType; }

Returns:

IUseListing<Product>