Skip to main content

An item is updated

Webhook 

This event occurs when an item is updated.

Note these fields:

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

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
    service_dates_type string

    Possible values: [none, starts_on_invoice_date, starts_on_first_of_this_month, starts_on_first_of_next_month, ends_before_invoice_date]

    service_dates_visibility string

    Possible values: [visible_to_merchant, visible_to_merchant_and_customers]

    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

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

Loading...