Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 73741b9

Browse files
committed
docs: update CHANGELOG
1 parent f1e3086 commit 73741b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
- Added token-based pagination to `GET /orders`, `GET /products`,
1313
`GET /orders/{order_id}/statuses`, and `POST /products/{product_id}/opportunities`.
14+
- Asynchronous opportunity search. If the root router supports asynchronous opportunity
15+
search, all products must support it. If asynchronouse opportunity search is
16+
supported, `POST` requests to the `/products/{productId}/opportunities` endpoint will
17+
default to asynchronous opportunity search unless synchronous searchis also supported
18+
by the `product` and a `Prefer` header in the `POST` request is set to `wait`.
19+
- Added the `/products/{productId}/opportunities/` and `/searches/opportunities`
20+
endpoints to support asynchronous opportunity search.
1421

1522
### Changed
1623

0 commit comments

Comments
 (0)