listOpportunities
This request accepts a list of filters that retrieve opportunity subsets as well as sort options. This feature is available to partners from Partner Central using the ListOpportunities
API action.
To synchronize your system with Amazon Web Services, only list the opportunities that were newly created or updated. We recommend you rely on events emitted by the service into your Amazon Web Services account’s Amazon EventBridge default event bus, you can also use the ListOpportunities
action.
We recommend the following approach:
Find the latest
LastModifiedDate
that you stored, and only use the values that came from Amazon Web Services. Don’t use values generated by your system.When you send a
ListOpportunities
request, submit the date in ISO 8601 format in theAfterLastModifiedDate
filter.Amazon Web Services only returns opportunities created or updated on or after that date and time. Use
NextToken
to iterate over all pages.