Retrieve ChannelEvents from all subscriped Channels. Channel Events are various different actions which occure on the channel side.
Such as
These API route will deliver a list of unacknolaged events in a FIFO order. Each event is delivered At-Least-Once. There is no garantee about uniquness. You may see Events with an identical payload multiply time.
After retrieving a list of Events by GET /v2/seller/event you have to acknowlage these Events using the id
property of each single event with DELETE /v2/seller/event. Unacknolaged events are getting invisible for 5
minutes. After these time a unacknowlaged event is getting visible again.
Bearer JWT issued to a seller after they sign up for a JTL-Scx subscription via the JTL
Customer Center. Usage format: Bearer <JWT>.
List all Events chreated after a specified time. If no createdAfter parameter all unacknolaged events
are returned.
Will only return results matching events given in eventTypeFilter Parameter. Use a comma separated list to filter for multiply events.
Will only return results matching given channel.
List of unacknowledged channel and system events
Paginated batch of channel and system events the seller has not yet acknowledged.
100