{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Manifest Webhooks","description":"Comprehensive API documentation for Zimark Integration platform. Learn how to seamlessly integrate and leverage Zimark's powerful features into your warehouse operations.","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"__idx":0,"id":"manifest-webhooks"},"children":["Manifest Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manifest webhooks are triggered by events related to manifests."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"__idx":1,"id":"overview"},"children":["Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For manifest webhooks:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["category"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["MANIFEST"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["triggerName"]},": One of the available manifest events (see below)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payload"]},": Contains the updated manifest data"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For complete webhook structure and field descriptions, see ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/webhooks/webhooks"},"children":["Webhooks"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"__idx":2,"id":"available-events"},"children":["Available Events"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["MANIFEST_MODIFICATION"]}," - Triggered when manifest is modified (created, updated, or deleted)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["MANIFEST_STATUS_CHANGE"]}," - Triggered when manifest status changes"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["MANIFEST_ASSET_DISPATCH_STATUS_CHANGE"]}," - Triggered when manifest asset dispatch status changes"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"__idx":3,"id":"event-details"},"children":["Event Details"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"__idx":4,"id":"1.-manifest-modification-event"},"children":["1. Manifest Modification Event"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Trigger"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["MANIFEST_MODIFICATION"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Fired when a manifest is created, updated, or deleted."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n    \"category\": \"MANIFEST\",\n    \"webhookUuid\": \"a1c3e5f7-9b2d-4e6a-8c1f-3d5b7a9c1e02\",\n    \"eventIdentifier\": \"b6b7f647-5a7b-442c-b7c6-9f5e78ae1d77\",\n    \"triggerName\": \"MANIFEST_MODIFICATION\",\n    \"triggerTime\": 1756641334252,\n    \"entityExternalId\": \"Small\",\n    \"entityUuid\": \"ea1a1775-e9a4-4211-ae8d-1b3a6511de2a\",\n    \"payload\": {\n        \"uuid\": \"ea1a1775-e9a4-4211-ae8d-1b3a6511de2a\",\n        \"createDate\": 1749649124552,\n        \"updateDate\": 1756289187591,\n        \"externalIdentifier\": \"Small\",\n        \"manifestStatus\": \"IN_PROGRESS\",\n        \"activateDate\": 1756289187555,\n        \"tracksCount\": 1,\n        \"gate\": {\n            \"uuid\": \"c3506ae0-0ab1-4212-97ad-547357ef67d7\",\n            \"name\": \"SPB Jetson new\"\n        },\n        \"deleted\": false,\n        \"loadingControl\": [\n            {\n                \"uuid\": \"90a38c21-8564-4a4a-ba59-dfa9c92042a3\",\n                \"createDate\": 1756289187566,\n                \"updateDate\": 1756424183348,\n                \"track\": {\n                    \"uuid\": \"86c8185d-d448-45cf-acfc-4f0510b5817f\",\n                    \"trackCode\": \"000-125\",\n                    \"wmsId\": \"wms-12345\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"trackIdentifier\": \"wms-12345\",\n                \"loadedDate\": 1756424183192,\n                \"loadingStatus\": \"LOADED\"\n            },\n            {\n                \"uuid\": \"f907c4a7-0a57-4340-8ee8-6a4343284746\",\n                \"createDate\": 1756289223562,\n                \"updateDate\": 1756289223562,\n                \"track\": {\n                    \"uuid\": \"39a64455-9ea9-4f74-8ef0-971ee16d35eb\",\n                    \"trackCode\": \"000-130\",\n                    \"wmsId\": \"local-33121364151\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"trackIdentifier\": \"local-33121364151\",\n                \"markerValue\": \"33121434156\",\n                \"loadedDate\": 1756289223031,\n                \"loadingStatus\": \"WRONGLY_LOADED\"\n            }\n        ],\n        \"assets\": [\n            {\n                \"uuid\": \"f7ac3895-f75e-4429-b973-775307597a60\",\n                \"createDate\": 1749649124557,\n                \"updateDate\": 1749649124557,\n                \"trackIdentifier\": \"wms-12345\",\n                \"track\": {\n                    \"uuid\": \"86c8185d-d448-45cf-acfc-4f0510b5817f\",\n                    \"trackCode\": \"000-125\",\n                    \"wmsId\": \"wms-12345\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"loadingStatus\": \"LOADED\"\n            }\n        ]\n    }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"__idx":5,"id":"2.-manifest-status-change-event"},"children":["2. Manifest Status Change Event"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Trigger"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["MANIFEST_STATUS_CHANGE"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Fired when manifest status changes between PLANNED, IN_PROGRESS, COMPLETED, and CANCELLED states."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Payload structure is identical to manifest modification event, with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["manifestStatus"]}," reflecting the new status."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"__idx":6,"id":"3.-manifest-asset-dispatch-status-change-event"},"children":["3. Manifest Asset Dispatch Status Change Event"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Trigger"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["MANIFEST_ASSET_DISPATCH_STATUS_CHANGE"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Fired when dispatch status of assets within a manifest changes."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Payload structure follows the same format, with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["assets"]}," array containing updated information."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"__idx":7,"id":"payload-structure"},"children":["Payload Structure"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For webhook header fields (category, eventIdentifier, triggerName, triggerTime, entityExternalId, entityUuid), see ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/webhooks/webhooks"},"children":["Webhooks"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"__idx":8,"id":"manifest-payload-fields"},"children":["Manifest Payload Fields"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uuid"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Manifest UUID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["createDate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Long"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unix timestamp when manifest was created"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["updateDate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Long"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unix timestamp when manifest was last updated"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["externalIdentifier"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["External system identifier"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["manifestStatus"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Current status (PLANNED, IN_PROGRESS, COMPLETED, CANCELLED)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activateDate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Long"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unix timestamp when manifest was activated (only for IN_PROGRESS status)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tracksCount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Number of tracks in the manifest"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["gate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Gate information (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uuid"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]},")"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deleted"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Boolean"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Whether the manifest is marked as deleted"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loadingControl"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Loading control objects (only for IN_PROGRESS status, includes valid and invalid loadings)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["assets"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Asset objects in the manifest"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"__idx":9,"id":"loading-control-object"},"children":["Loading Control Object"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uuid"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Loading control UUID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["createDate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Long"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unix timestamp when loading control was created"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["updateDate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Long"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unix timestamp when loading control was last updated"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["track"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Track information object"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["trackIdentifier"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unique identifier for the track"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loadedDate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Long"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unix timestamp when the track was loaded"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loadingStatus"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Current loading status (LOADED, WRONGLY_LOADED, etc.)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["markerValue"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Optional marker value for tracking (may be null)"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"__idx":10,"id":"asset-object"},"children":["Asset Object"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uuid"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Asset UUID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["createDate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Long"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unix timestamp when asset was created"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["updateDate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Long"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unix timestamp when asset was last updated"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["trackIdentifier"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unique identifier for the track"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["track"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Track information object"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loadingStatus"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Current loading status (NOT_LOADED, LOADED, etc.)"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"__idx":11,"id":"track-object"},"children":["Track Object"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uuid"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Track UUID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["trackCode"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Track code identifier"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["wmsId"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WMS system identifier"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["status"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Track status (ACTIVE, INACTIVE, etc.)"]}]}]}]}]}]},"headings":[{"value":"Manifest Webhooks","id":"manifest-webhooks","depth":1},{"value":"Overview","id":"overview","depth":2},{"value":"Available Events","id":"available-events","depth":2},{"value":"Event Details","id":"event-details","depth":2},{"value":"1. Manifest Modification Event","id":"1.-manifest-modification-event","depth":3},{"value":"2. Manifest Status Change Event","id":"2.-manifest-status-change-event","depth":3},{"value":"3. Manifest Asset Dispatch Status Change Event","id":"3.-manifest-asset-dispatch-status-change-event","depth":3},{"value":"Payload Structure","id":"payload-structure","depth":2},{"value":"Manifest Payload Fields","id":"manifest-payload-fields","depth":3},{"value":"Loading Control Object","id":"loading-control-object","depth":3},{"value":"Asset Object","id":"asset-object","depth":3},{"value":"Track Object","id":"track-object","depth":3}],"frontmatter":{"seo":{"title":"Manifest Webhooks"}},"lastModified":"2026-07-05T23:34:48.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/webhooks/webhooks-manifest","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}