scandipwa/product-alerts-graphql

Magneto 2 产品警报 GraphQL 端点

1.0.1 2022-06-10 23:57 UTC

This package is auto-updated.

Last update: 2024-09-11 06:17:42 UTC


README

ScandiPWA_ProductAlertsGraphQl 提供了额外的产品警报解析器。

ProductAlertSubscribe

此端点允许客户订阅产品价格下降或库存警报。

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