scandipwa / product-alerts-graphql
Magneto 2 Product alerts graphQl endpoints
Installs: 91 985
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: 103.0.*
- magento/module-graph-ql: 100.4.*
- magento/module-product-alert: 100.4.*
This package is auto-updated.
Last update: 2025-03-11 07:32:08 UTC
README
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) }