Notifications List
GET {{SL_BASE_URL}}/api/notifications/list?notification_type=<string>
Through this endpoint SellerLegend API provides list of notifications sent through Zapier channel, against the provided access_token and notification type, during the last 24 hours.
Notification type should be one of the types listed here below:
- Download Charge Invoices
- Download Report
- Download Report Failure
- Excessive Order Quantity
- Feedback Notification
- Inventory Alerts (on days)
- Inventory Alerts (on units)
- Listing Changes
- Loss Of Buybox
- Orders by Watchlisted Customers
- Returns
- Suppressed Listings
- Upload Report
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
notification_type | string | (Required) Pick the desired notification type from the given list in description |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"Success","code":200,"message":"Notifications List","path":"api/notifications/list","notifications":[{"id":80002,"report_name":"US-COGS-20200827-080424.xlsx","type":"COGS","download_url":"https:\\app.sellerlegend.com/reports/download-report/80002","status":"done","requested_by":"Fxxxxx Dxxxxx","requested_at":"2020-08-27 08:54:36","completed_at":"2020-08-27 08:55:10"},{"id":80001,"report_name":"US-COGS-20200827-080424.xlsx","type":"COGS","download_url":"https://app.sellerlegend.com/reports/download-report/80001","status":"done","requested_by":"Fxxxxx Dxxxxx","requested_at":"2020-08-27 08:04:24","completed_at":"2020-08-27 08:47:04"}]}