Inventory Report Webhook


This webhook will return the Inventory Report containing the details of the whole inventory available. The webhook URL should be provided to us through the email to be able to receive the report.

Basic Information

  • Method: POST
  • Request Format: JSON

Request

Sample Request

Sample request format of the Webhook is added here

{
  "event_name": "inventory.report.event",
  "data": {
    "inventory_report_url": "https://omniful-staging-uploads.s3.amazonaws.com/analytics/reports/downloads/Hub Inventory_118_20240121071418.csv",
    "valid_until": "2024-01-21T09:14:19.49670135Z",
    "valid_duration": 7200000000000,
    "valid_duration_string": "2 hours"
  }
}