Receiving orders: API survey or notifications
Choose one of the following methods: API notifications (recommended) or a regular Partner API survey.
Method 1. API notifications
- Enable request acceptance POST notification. How to work with notifications: Instruction manual
- Receive order events and request details immediately: GET v2/campaigns/{campaignId}/orders/{orderId}
- Notification types and data format: POST notification
Method 2. Regular API survey
- Request order lists:
- Use filters:
fromDateandtoDate— range of delivery dates for sampling new ordersupdatedAtFromandupdatedAtTo— selection of orders with changes
- Observe the polling intervals:
- Express — every 10-15 minutes
- FBS, DBS — at least once an hour
- To process a specific order, get the details using the method GET v2/campaigns/{campaignId}/orders/{orderId}
Was the article helpful?
Previous
Next