Home > @infiniteobjects/models > TokenGatedProductCampaignRepository > findByProductId
Finds a document by Product ID
Signature:
findByProductId(productId: string | number): Promise<TokenGatedProductCampaignModel | null>;
Parameter | Type | Description |
---|---|---|
productId | string | number | The ID of the document |
Returns:
Promise<TokenGatedProductCampaignModel | null>