List all email addresses
GET/products/{product_id}/emails/addresses.json
Retrieve the email addresses collection associated with a product. In case the product is using the store's email address configuration, the endpoint will return a 404 error.
Request
Responses
- 200
- 400
- 401
- 402
- 404
The list of all the email addresses associated with a product.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.