Salesbricks home page
Search Salesbricks docs...
⌘K
Ask AI
Log in
Log in
Search...
Navigation
Webhooks
Schemas
Documentation
API Reference
Knowledge Base
API Reference
Getting Started
Webhooks
Overview
Schemas
Order Webhooks
Invoice Webhooks
Payment Webhooks
Usage
Manage My Subscription
On this page
Order
Buyer
Company
Address
Current Order SKUs
SKU
Webhooks
Schemas
In-depth look at webhook payload schemas
Order
stage
str
Stage of the Order
id
uuid str
Salesbricks ID of the Order
documents_generated_at
ISO8601 datetime str
Datetime documents were generated at
created_at
ISO8601 datetime str
Datetime order was created
updated_at
ISO8601 datetime str
Datetime order was last updated
starts_at
ISO8601 datetime str
Datetime order starts at
buyer
Buyer
Entity which made this order
crm_account_id
str | null
ID of the CRM Account / Company which has been linked to this order
crm_opportunity_id
str | null
ID of the CRM Opportunity / Deal which has been linked to this order
Buyer
first_name
str
Buyer user’s first name
last_name
str
Buyer user’s last name
email
str
Buyer user’s email
company
Company
Buyer user’s Company
Company
name
str
Company name
address
Address
Company address
Address
line_1
str
Street address (e.g. 123 Easy Street)
line_2
str
Additional address details (e.g. Suite 123)
city
str
City
region
str
State or region, if applicable
zip
str
Zip or postal code
country
str
Country name
Current Order SKUs
sku
SKU
The Plan or Brick setup in Salesbricks
quantity
int
How many units of the
sku
are included in the Order
SKU
name
str
The name of the SKU
code
str
The internal code set for this SKU
This field is a set aside for your use - Salesbricks doesn’t store any data in it
Overview
Order Webhook Payload
Assistant
Responses are generated using AI and may contain mistakes.