Home > @shopware-pwa/helpers > getProductNumber
# getProductNumber() function
Get product number propety
Signature:
export declare function getProductNumber(product: Product): string | null;
# Parameters
Parameter | Type | Description |
---|---|---|
product | Product |
Returns:
string | null