input CreateWebhookInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers

nameString!
urlString!
enabledBoolean
shop_nameString

Referenced By

Example

{
  "customer_account_id": "abc123",
  "name": "abc123",
  "url": "abc123",
  "enabled": true,
  "shop_name": "abc123"
}