scandipwa/product-alerts-graphql

Magneto 2 Product alerts graphQl endpoints

Installs: 71 340

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 2

Open Issues: 0

Type:magento2-module

1.0.1 2022-06-10 23:57 UTC

This package is auto-updated.

Last update: 2024-04-11 05:28:39 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)
}