Home > @poq/sdk > ProductMeta > (constructor)
Constructs a new instance of the ProductMeta class
Signature:
constructor(params: {
        clientId: string;
        defaultVariantId: string;
        links?: Link[];
        webUrl?: string;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { clientId: string; defaultVariantId: string; links?: Link[]; webUrl?: string; } |