Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 377 Bytes

ScandiPWA_ProductAlertsGraphQl

ScandiPWA_ProductAlertsGraphQl provides additional resolvers for product alerts.

ProductAlertSubscribe

This endpoint allows customer to subscribe for product price drop or in stock alert

mutation productAlertSubscribe($productId: ID!, $type: String!) {
    productAlertSubscribe(productId: $productId, type: $type)
}