Skip to main content

An item is created

Webhook 

This event occurs when an item is created.

Note these fields:

  • context_str = item
  • context_id = ... (this will be the item_id of the item)
  • event = insert

Request

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

Return a 200 status to indicate that the data was received successfully

Loading...