This Api End point is for Make Customer To subscribe in product back in stock So When product Stock is out the customer can subscribe in list to notify when the product stock is in .
Request
Authorization
Add parameter in header
Example:
X-Token: ********************
Path Params
productId
stringÂ
required
(Required) The product identifier
Example:
-95421061
Header Params
Accept
stringÂ
required
Example:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://test.e-mole.net/api/PublicBackInStockSubscription/Subscribe/-95421061' \
--header'Accept: application/json'