Create a product alert for a contact
Register a contact to receive an alert for a specific product event, such as `back_in_stock`. At least one contact identifier (`ext_id`, `email`, or `sms`) must be provided; when multiple are given, priority is `ext_id` > `email` > `sms`. Returns a `404` error if the product ID does not exist, and a `403` error if product alerts are not enabled for the account.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
id
Product ID
type
Alert type
Allowed values:
Request
Contact identifier to associate the alert with (at least one is required). Priority is given to ext_id > email > sms
contactIdentifiers
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error