Poq.SDK.Node

Home > @poq/sdk-sfcc > ProductLink > (constructor)

ProductLink.(constructor)

Constructs a new instance of the ProductLink class

Signature:

constructor(params?: {
        sourceProductId?: string;
        sourceProductLink?: string;
        targetProductId?: string;
        targetProductLink?: string;
        type?: ProductLinkTypeEnum;
    });

Parameters

Parameter Type Description
params { sourceProductId?: string; sourceProductLink?: string; targetProductId?: string; targetProductLink?: string; type?: ProductLinkTypeEnum; } (Optional)