An item is updated
Webhook
This event occurs when an item is updated.
Note these fields:
context_str = item
context_id = ...
(this will be theitem_id
of the item)event = update
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
security_token string
Responses
- 200
Return a 200 status to indicate that the data was received successfully
Loading...