request_back_in_stock
ActiveTool of Synchronity
Subscribe the buyer to a back-in-stock alert for an out-of-stock product. Use when the buyer asks to be notified/told/pinged when an item restocks ("notify me when X is back", "let me know when it's in stock"). Collect the buyer's email so the alert can reach them (without it only the demand is recorded for the merchant). The buyer is emailed when the product is next seen in stock. Returns whether an email alert was armed.
Parameters schema
{
"type": "object",
"required": [
"site_id",
"product_id"
],
"properties": {
"email": {
"type": "string",
"description": "Buyer's email for the restock alert (recommended — without it no alert is sent)"
},
"site_id": {
"type": "string",
"description": "Registered site ID"
},
"product_id": {
"type": "string",
"description": "Product ID to watch"
},
"variant_id": {
"type": "string",
"description": "Specific variant to watch (optional)"
},
"product_title": {
"type": "string",
"description": "Product name, for a clearer alert + merchant view (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Synchronity
https://github.com/themewireco/synchronity
2/7 registries