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:

  1. Download Charge Invoices
  2. Download Report
  3. Download Report Failure
  4. Excessive Order Quantity
  5. Feedback Notification
  6. Inventory Alerts (on days)
  7. Inventory Alerts (on units)
  8. Listing Changes
  9. Loss Of Buybox
  10. Orders by Watchlisted Customers
  11. Returns
  12. Suppressed Listings
  13. Upload Report

Request Params

KeyDatatypeRequiredDescription
notification_typestring(Required) Pick the desired notification type from the given list in description

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;Success&quot;,&quot;code&quot;:200,&quot;message&quot;:&quot;Notifications List&quot;,&quot;path&quot;:&quot;api/notifications/list&quot;,&quot;notifications&quot;:[{&quot;id&quot;:80002,&quot;report_name&quot;:&quot;US-COGS-20200827-080424.xlsx&quot;,&quot;type&quot;:&quot;COGS&quot;,&quot;download_url&quot;:&quot;https:\\app.sellerlegend.com/reports/download-report/80002&quot;,&quot;status&quot;:&quot;done&quot;,&quot;requested_by&quot;:&quot;Fxxxxx Dxxxxx&quot;,&quot;requested_at&quot;:&quot;2020-08-27 08:54:36&quot;,&quot;completed_at&quot;:&quot;2020-08-27 08:55:10&quot;},{&quot;id&quot;:80001,&quot;report_name&quot;:&quot;US-COGS-20200827-080424.xlsx&quot;,&quot;type&quot;:&quot;COGS&quot;,&quot;download_url&quot;:&quot;https://app.sellerlegend.com/reports/download-report/80001&quot;,&quot;status&quot;:&quot;done&quot;,&quot;requested_by&quot;:&quot;Fxxxxx Dxxxxx&quot;,&quot;requested_at&quot;:&quot;2020-08-27 08:04:24&quot;,&quot;completed_at&quot;:&quot;2020-08-27 08:47:04&quot;}]}