Stock Availability Notification
The "Stock Availability Notification" API lets users ask for notifications when a product they want is back in stock. This is great for customers looking to buy products that are currently out of stock. With this API, customers can easily find out when the product they're interested in becomes available and get notified promptly.
Endpoint:
api/customer/products/notify/{id}
Http Method:
POST
URL Parameters:
id
(required): The ID of the product.
Request Body:
email
(required): The email address of the customer.
Success Response:
{
"code": 200,
"message": "Success",
"data": null,
"meta": []
}
info
Check the following section to learn more about the Stock Availability Notification API Reference