An item is created
Webhook
This event occurs when an item is created.
Note these fields:
context_str = item
context_id = ...
(this will be theitem_id
of the item)event = insert
Request
- application/json
Body
context_str string
context_id integer
event string
data
object
item
object
item_id integer
item_type string
name string
description string
enabled boolean
accounting_sku string
accounting_account_income string
external_key string
units string
units_plural string
tax_group_id integer
tax_group_name string
expire_recurs integer
trial_recurs integer
token string
tierset_id integer
write_datetime string
mod_datetime string
custom_1 string
custom_2 string
custom_3 string
custom_4 string
custom_5 string
custom_6 string
custom_7 string
custom_8 string
custom_9 string
custom_10 string
custom_11 string
custom_12 string
custom_13 string
custom_14 string
custom_15 string
custom_16 string
custom_17 string
custom_18 string
custom_19 string
custom_20 string
security_token string
Responses
- 200
Return a 200 status to indicate that the data was received successfully
Loading...