Synchronization events

Detailed events containing data changes.

Attributes

attribute_created

included with events: attribute_created

{
  "type": "attribute_created",
  "payload": {
    "code": "attribute_code",
    "type": "TEXT",
    "scope": "local",
    "name": [
      {
        "language": "en_GB",
        "value": "This is the attribute name"
      }
    ]
  }
}

attribute_name_changed

included with events: attribute_created, attribute_updated

attribute_option_code_changed

included with events: attribute_created, attribute_updated

attribute_option_created

included with events: attribute_created, attribute_updated

attribute_option_deleted

included with events: attribute_updated

attribute_option_name_changed

included with events: attribute_created, attribute_updated

Categories

category_created

included with events: category_created

category_name_changed

included with events: category_created, category_updated

Products

product_added_to_category

included with events: product_created, product_updated

product_binding_added

included with events: product_created, product_updated

product_binding_removed

included with events: product_updated

product_child_added

included with events: product_created, product_updated

product_child_quantity_changed

included with events: product_created, product_updated

product_child_removed

included with events: product_updated

product_created

included with events: product_created

product_removed_from_category

included with events: product_updated

product_value_added

included with events: product_created, product_updated

product_value_changed

included with events: product_created, product_updated

product_value_removed

included with events: product_updated

product_variant_added

included with events: product_updated

product_variant_removed

included with events: product_updated

Last updated

Was this helpful?