ShipStation · Schema

Webhook

EcommerceLabelsLogisticsOrder ManagementShippingWarehousing

Properties

Name Type Description
IsLabelAPIHook boolean
WebHookID integer
SellerID integer
StoreID integer
HookType string
MessageFormat string
Url string
Name string
BulkCopyBatchID string
BulkCopyRecordID string
Active boolean
WebhookLogs array
Seller string
Store string
View JSON Schema on GitHub

JSON Schema

shipstation-webhook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Webhook",
  "title": "Webhook",
  "type": "object",
  "properties": {
    "IsLabelAPIHook": {
      "type": "boolean"
    },
    "WebHookID": {
      "type": "integer"
    },
    "SellerID": {
      "type": "integer"
    },
    "StoreID": {
      "type": "integer"
    },
    "HookType": {
      "type": "string"
    },
    "MessageFormat": {
      "type": "string"
    },
    "Url": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "BulkCopyBatchID": {
      "type": "string"
    },
    "BulkCopyRecordID": {
      "type": "string"
    },
    "Active": {
      "type": "boolean"
    },
    "WebhookLogs": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "Seller": {
      "type": "string"
    },
    "Store": {
      "type": "string"
    }
  }
}