Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"properties": {
"email": {
"type": "string",
"description": "email address"
"description": "The email address of the customer receiving the availability notification."
},
"locale": {
"type": "string",
"description": "ISO 8859-1 Locale ID"
"description": "The language in which the availability notification email is to be sent, according to ISO 639-1 and ISO 3166-1, e.g. en_US."
}
}
}
12 changes: 12 additions & 0 deletions apps/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ Of course, we will continue to inform you if there are any breaking changes to t

<hr>

## 2025-07-30

### Changes with software release 7.108.0

#### <i class="fas fa-plus"></i> New

**For ePages Now only!**

* [`POST`/{shopId}/products/{productId}/availability-notifications](https://developer.epages.com/apps/api-reference/post-shopid-products-productid-availability-notifications.html)

<hr>

## 2024-11-21

### Changes with software release 7.100.0
Expand Down