Interface ProductTagGeneratorInput

interface ProductTagGeneratorInput {
    merchantId?: string;
    sessionInstanceId?: string;
    waterfallId?: string;
}

Properties

merchantId?: string

Don't know why you might want to set it manually. By default it is account PK (A.K.A. user id, A.K.A. profile id)

sessionInstanceId?: string

Don't know why you might want to set it manually

waterfallId?: string

Don't know why you might want to set it manually