Subscribes to the webhook.
required | object (adobe-commerce-webhooks-data-webhook-data-interface) Interface for webhook data from webapi requests |
400 Bad Request
401 Unauthorized
Unexpected error
{- "webhook": {
- "webhook_method": "string",
- "webhook_type": "string",
- "batch_name": "string",
- "batch_order": 0,
- "hook_name": "string",
- "url": "string",
- "priority": 0,
- "required": true,
- "soft_timeout": 0,
- "timeout": 0,
- "method": "string",
- "fallback_error_message": "string",
- "ttl": 0,
- "fields": [
- {
- "name": "string",
- "source": "string"
}
], - "rules": [
- {
- "field": "string",
- "operator": "string",
- "value": "string"
}
], - "headers": [
- {
- "name": "string",
- "value": "string"
}
]
}
}
{- "message": "string",
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
]
}
], - "code": 0,
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
], - "trace": "string"
}