interface FetchRecommendationsPayload {
    productId?: string;
    slotId: string;
}

Properties

Properties

productId?: string
slotId: string

The unique identifier of the recommendations slot (e.g., b953ab2e-022b-4de4-903f-68b2c0682942).