Messages
A Message represents a change or an action performed on a resource, for example an Order or a Product.
Messages are available in a variety of Message Types specific to a resource. Common fields across Message Types are represented by a base resource, Message. In addition to these common fields, each Message contains further fields related to a particular change or action (for example, the field firstName is present on a CustomerFirstNameSet Message).
You can access Messages either by querying them via the API, or by subscribing to them using a Subscription. To query them via the API, you must enable the feature first.
Representations
Message
Base representation of a Message containing common fields to all Message Types.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Message fields that can be used in query predicates: createdAt, lastModifiedAt, id, version, sequenceNumber, resource, resourceVersion, type.
MessagePagedQueryResponse
PagedQueryResult with results containing an array of Message.
limitInt | Number of results requested. |
countInt | Actual number of results returned. |
totalInt | Total number of results matching the query.
This number is an estimation that is not strongly consistent.
This field is returned by default.
For improved performance, calculating this field can be deactivated by using the query parameter |
offsetInt | Number of elements skipped. |
resultsArray of Message | Messages matching the query. |
UserProvidedIdentifiers
User-provided identifiers present on the resource for which the Message is created. The value of the identifier stored in the Message corresponds to the one that was set on the resource at the version shown in resourceVersion.
keyString | User-provided unique identifier of the resource. |
customerNumberString | User-provided unique identifier of a Customer. |
externalIdString | User-provided unique identifier of the resource. |
orderNumberString | User-provided unique identifier of an Order. |
skuString | Unique SKU of a Product Variant. |
slug | Unique identifier usually used in deep-link URLs for a Product. The value corresponds to the slug in the |
containerAndKey | Unique identifier of a Custom Object. |
ContainerAndKey
ContainerAndKey is specific to Custom Objects. Custom Objects are grouped into containers, which can be used like namespaces. Within a given container, a user-defined key can be used to uniquely identify resources.
keyString | User-defined identifier that is unique within the given container. |
containerString | Namespace to group Custom Objects. |
Message Types
Messages are available in a variety of Message Types specific to a resource. These representations contain common Message fields as well as fields specific to the particular Message Type.
Order Messages
Order Messages represent a change or an action performed on an Order.
Line Item State Transition
Generated after a successful Transition Line Item State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "LineItemStateTransition"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
lineItemIdString | Unique identifier of the Line Item. |
transitionDate | |
quantityInt | Number of Line Items for which the State was transitioned. |
fromState | |
toState | |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Custom Line Item State Transition
Generated after a successful Transition Custom Line Item State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomLineItemStateTransition"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
customLineItemIdString | Unique identifier of the Custom Line Item. |
transitionDate | Date and time (UTC) when the transition of the Custom Line Item State was performed. |
quantityInt | Number of Custom Line Items for which the State was transitioned. |
fromState | State the Custom Line Item was transitioned from. |
toState | State the Custom Line Item was transitioned to. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Delivery Added
Generated after a successful Add Delivery update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "DeliveryAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
delivery | Delivery that was added to the Order. The Delivery in the Message body does not contain Parcels if those were part of the initial Add Delivery update action. In that case, the update action produces an additional ParcelAddedToDelivery Message containing information about the Parcels. |
shippingKeyString | User-defined unique identifier of the Shipping Method in a Cart with |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Delivery Removed
Generated after a successful Remove Delivery update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "DeliveryRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
delivery | |
shippingKeyString | User-defined unique identifier of the Shipping Method in a Cart with |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Delivery Items Updated
Generated after a successful Set Delivery Items update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "DeliveryItemsUpdated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
deliveryIdString | Unique identifier of the Delivery. |
itemsArray of DeliveryItem | Delivery Items after the Set Delivery Items update action. |
oldItemsArray of DeliveryItem | Delivery Items before the Set Delivery Items update action. |
shippingKeyString | User-defined unique identifier of the Shipping Method in a Cart with |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Parcel Added To Delivery
Generated after a successful Add Parcel To Delivery update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ParcelAddedToDelivery"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
delivery | Unique identifier of the Delivery. |
parcel | |
shippingKeyString | User-defined unique identifier of the Shipping Method in a Cart with |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Parcel Removed From Delivery
Generated after a successful Remove Parcel From Delivery update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ParcelRemovedFromDelivery"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
deliveryIdString | Unique identifier of the Delivery. |
parcel | |
shippingKeyString | User-defined unique identifier of the Shipping Method in a Cart with |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Parcel Tracking Data Updated
Generated after a successful Set Parcel TrackingData update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ParcelTrackingDataUpdated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
deliveryIdString | Unique identifier of the Delivery. |
parcelIdString | Unique identifier of the Parcel. |
trackingData | The Tracking Data that was added to the Parcel. |
shippingKeyString | User-defined unique identifier of the Shipping Method in a Cart with |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Parcel Measurements Updated
Generated after a successful Set Parcel Measurements update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ParcelMeasurementsUpdated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
deliveryIdString | Unique identifier of the Delivery. |
parcelIdString | Unique identifier of the Parcel. |
measurements | The Parcel Measurements that were set on the Parcel. |
shippingKeyString | User-defined unique identifier of the Shipping Method in a Cart with |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Parcel Items Updated
Generated after a successful Set Parcel Items update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ParcelItemsUpdated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
parcelIdString | Unique identifier of the Parcel. |
deliveryIdString | Unique identifier of the Delivery. |
itemsArray of DeliveryItem | Delivery Items after the Set Parcel Items update action. |
oldItemsArray of DeliveryItem | Delivery Items before the Set Parcel Items update action. |
shippingKeyString | User-defined unique identifier of the Shipping Method in a Cart with |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Delivery Address Set
Generated after a successful Set Delivery Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "DeliveryAddressSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
deliveryIdString | Unique identifier of the Parcel. |
address | Address after the Set Delivery Address update action. |
oldAddress | Address before the Set Delivery Address update action. |
shippingKeyString | User-defined unique identifier of the Shipping Method in a Cart with |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Return Info Added
Generated after a successful Add Return Info update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ReturnInfoAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
returnInfo | The ReturnInfo that was added to the Order. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Return Info Set
Generated after a successful Set Return Info update action on Orders and Order Edits.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ReturnInfoSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
returnInfoArray of ReturnInfo | The ReturnInfo that was set on the Order or Order Edit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Created
Generated after a successful Create Order request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
order | Order that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Imported
Generated after a successful Order Import.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderImported"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
order | Order that was imported. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order State Changed
Generated after a successful Change Order State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderStateChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
orderState | OrderState after the Change Order State update action. |
oldOrderState | OrderState before the Change Order State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order State Transition
Generated after a successful Transition State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderStateTransition"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
state | OrderState after the Transition State update action. |
oldState | OrderState before the Transition State update action. |
forceBoolean | Whether State transition validations were turned off during the Transition State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Customer Email Set
Generated after a successful Set Customer Email update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderCustomerEmailSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
emailString | Email address on the Order after the Set Customer Email update action. |
oldEmailString | Email address on the Order before the Set Customer Email update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Customer Set
Generated after a successful Set Customer Id update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderCustomerSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
customer | Customer on the Order after the Set Customer Id update action. |
customerGroup | CustomerGroup on the Order after the Set Customer Id update action. |
oldCustomer | Customer on the Order before the Set Customer Id update action. |
oldCustomerGroup | CustomerGroup on the Order before the Set Customer Id update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Customer Group Set
Generated after a successful Set Customer Group update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderCustomerGroupSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
customerGroup | CustomerGroup on the Order after the Set Customer Group update action. |
oldCustomerGroup | CustomerGroup on the Order before the Set Customer Group update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Shipping Address Set
Generated after a successful Set Shipping Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderShippingAddressSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | Shipping address on the Order after the Set Shipping Address update action. |
oldAddress | Shipping address on the Order before the Set Shipping Address update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Billing Address Set
Generated after a successful Set Billing Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderBillingAddressSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | Billing address on the Order after the Set Billing Address update action. |
oldAddress | Billing address on the Order before the Set Billing Address update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Payment Added
Generated after a successful Add Payment update action or when a Payment is added via Order Edits.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderPaymentAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
paymentPaymentReference | |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Payment State Changed
Generated after a successful Change Payment State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderPaymentStateChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
paymentState | PaymentState after the Change Payment State update action. |
oldPaymentState | PaymentState before the Change Payment State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Shipment State Changed
Generated after a successful Change Shipment State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderShipmentStateChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
shipmentState | ShipmentState after the Change Shipment State update action. |
oldShipmentState | ShipmentState before the Change Shipment State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Return Shipment State Changed
Generated after a successful Set Return Shipment State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderReturnShipmentStateChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
returnItemIdString | Unique identifier of the ReturnItem. |
returnShipmentState | State of the ReturnItem after the Set Return Shipment State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Edit Applied
Generated after a successfully applying an OrderEdit.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderEditApplied"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
edit | OrderEdit that was applied. |
result | Information about a successfully applied OrderEdit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Custom Line Item Added
Generated after a successful Add Custom Line Item update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderCustomLineItemAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
customLineItem | Custom Line Item that was added to the Order. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Custom Line Item Removed
Generated after a successful Remove Custom Line Item update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderCustomLineItemRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
customLineItemIdString | Unique identifier of the Custom Line Item. |
customLineItem | Custom Line Item that was removed from the Order. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Custom Line Item Quantity Changed
Generated after a successful Change Custom Line Item Quantity update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderCustomLineItemQuantityChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
customLineItemIdString | Unique identifier of the Custom Line Item. |
quantityInt | Custom Line Item quantity after the Change Custom Line Item Quantity update action. |
oldQuantityInt | Custom Line Item quantity before the Change Custom Line Item Quantity update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Line Item Added
Generated after a successful Add Line Item update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderLineItemAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
lineItem | |
addedQuantityInt | Quantity of Line Items that were added to the Order. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Line Item Removed
Generated after a successful Remove Line Item update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderLineItemRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
lineItemIdString | Unique identifier of the Line Item. |
removedQuantityInt | Quantity of Line Items that were removed during the Remove Line Item update action. |
newQuantityInt | Line Item quantity after the Remove Line Item update action. |
newStateArray of ItemState | ItemStates after the Remove Line Item update action. |
newTotalPrice |
|
newTaxedPrice | TaxedItemPrice of the Order after the Remove Line Item update action. |
newPrice | Price of the Order after the Remove Line Item update action. |
newShippingDetail | Shipping Details of the Order after the Remove Line Item update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Line Item Distribution Channel Set
Generated after a successful Set Line Item Distribution Channel update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderLineItemDistributionChannelSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
lineItemIdString | Unique identifier of the Line Item. |
distributionChannel | Distribution Channel that was set. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Shipping Info Set
Generated after a successful Set Shipping Method and Set Custom Shipping Method update actions.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderShippingInfoSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
shippingInfo | ShippingInfo after the Set Shipping Method or Set Custom Shipping Method update action. |
oldShippingInfo | ShippingInfo before the Set Shipping Method or Set Custom Shipping Method update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Shipping Rate Input Set
Generated after a successful Set ShippingRateInput update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderShippingRateInputSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
shippingRateInput | ShippingRateInput after the Set ShippingRateInput update action. |
oldShippingRateInput | ShippingRateInput before the Set ShippingRateInput update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Discount Code Added
Generated after a successful Add Discount Code update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderDiscountCodeAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
discountCode | DiscountCode that was added. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Discount Code Removed
Generated after a successful Remove Discount Code update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderDiscountCodeRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
discountCode | DiscountCode that was removed. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Discount Code State Set
Generated after the DiscountCodeState changes due to a recalculation.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderDiscountCodeStateSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
discountCode | DiscountCode that changed due to the recalculation. |
state | DiscountCodeState after the recalculation. |
oldState | DiscountCodeState before the recalculation. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Line Item Discount Set
Generated after a successful recalculation of a Discount on a Line Item.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderLineItemDiscountSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
lineItemIdString | Unique identifier for the Line Item. |
discountedPricePerQuantityArray of DiscountedLineItemPriceForQuantity | Array of DiscountedLineItemPriceForQuantity after the Discount recalculation. |
totalPrice | Total Price of the Line Item after the Discount recalculation. |
taxedPrice | TaxedItemPrice of the Line Item after the Discount recalculation. |
taxedPricePortionsArray of MethodTaxedPrice | Taxed price of the Shipping Methods in a Cart with |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Custom Line Item Discount Set
Generated after a successful recalculation of a Discount on a Custom Line Item.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderCustomLineItemDiscountSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
customLineItemIdString | Unique identifier for the Custom Line Item. |
discountedPricePerQuantityArray of DiscountedLineItemPriceForQuantity | Array of DiscountedLineItemPriceForQuantity after the Discount recalculation. |
taxedPrice | TaxedItemPrice of the Custom Line Item after the Discount recalculation. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Store Set
Generated after a successful Set Store update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderStoreSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
store | Store that was set. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Order Deleted
Generated after a successful Delete Order request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "OrderDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
order | Order that has been deleted. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Messages
Product Messages represent a change or an action performed on a Product.
Product Created
Generated after a successful Create Product request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
productProjection | The staged Product Projection of the Product at the time of creation. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Published
Generated after a successful Publish update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductPublished"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
removedImageUrlsArray of String | List of image URLs which were removed during the Publish update action. |
productProjection | Current Product Projection of the Product at the time of creation. |
scope | Publishing Scope that was used during the Publish update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Unpublished
Generated after a successful Unpublish Product update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductUnpublished"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product State Transition
Generated after a successful Transition State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductStateTransition"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
state | Product State after the Transition State update action. |
forceBoolean | Whether State transition validations were turned off during the Transition State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Slug Changed
Generated after a successful Change Slug update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductSlugChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
slug | The slug of the Product after the Change Slug update action. |
oldSlug | The slug of the Product before the Change Slug update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Image Added
Generated after a successful Add External Image update action or after the successful upload of an image.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductImageAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
variantIdInt | Unique identifier of the Product Variant to which the Image was added. |
image | Image that was added. |
stagedBoolean | Whether the update was only applied to the staged Product Projection. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Reverted Staged Changes
Generated after a successful Revert Staged Changes update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductRevertedStagedChanges"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
removedImageUrlsArray of String | List of image URLs that were removed during the Revert Staged Changes update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Price Discounts Set
Generated after a Price is updated due to a Product Discount.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductPriceDiscountsSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
updatedPricesArray of ProductPriceDiscountsSetUpdatedPrice | Array containing details about the Embedded Prices that were updated. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Price Discounts Set Updated Price
Details about a Embedded Price that was updated due to a Discount. Specific to ProductPriceDiscountsSet Message.
variantIdInt | Unique identifier of the ProductVariant for which the Discount was set. |
variantKeyString | Key of the ProductVariant for which Discount was set. |
skuString | SKU of the ProductVariant for which Discount was set. |
priceIdString | Unique identifier of the Embedded Price. |
discounted | Discounted Price for the ProductVariant for which Discount was set. |
stagedBoolean | Whether the update was only applied to the staged ProductProjection. |
Product Price External Discount Set
Generated after a successful Set Discounted Embedded Price update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductPriceExternalDiscountSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
variantIdInt | Unique identifier of the Product Variant for which the Discount was set. |
variantKeyString | Key of the Product Variant for which the Discount was set. |
skuString | SKU of the Product Variant for which Discount was set. |
priceIdString | Unique identifier of the Embedded Price. |
discounted | Discounted Price for the Product Variant for which Discount was set. |
stagedBoolean | Whether the update was only applied to the staged Product Projection. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Variant Added
Generated after a successful Add Product Variant update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductVariantAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
variant | Unique identifier of the Product Variant that was added. |
stagedBoolean | Whether the update was only applied to the staged Product Projection. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Variant Deleted
Generated after a successful Remove Product Variant update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductVariantDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
variant | Unique identifier of the Product Variant that was added. |
removedImageUrlsArray of String | List of image URLs that were removed with the Remove Product Variant update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Added To Category
Generated after a successful Add To Category update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductAddedToCategory"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
category | |
stagedBoolean | Whether the update was only applied to the staged Product Projection. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Removed From Category
Generated after a successful Remove From Category update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductRemovedFromCategory"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
category | |
stagedBoolean | Whether the update was only applied to the staged Product Projection. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Deleted
Generated after a successful Delete Product request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
removedImageUrlsArray of String | List of image URLs that were removed during the Delete Product request. |
currentProjection | Current Product Projection of the deleted Product. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Selection Messages BETA
Product Selection Messages represent a change or an action performed on a Product Selection.
Product Selection Created
Generated after a successful Create Product Selection request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductSelectionCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
productSelection | The |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Selection Product Added
Generated after a successful Add Product update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductSelectionProductAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
product | Product that was added to the Product Selection. |
variantSelection | Product Variant Selection after the Add Product update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Selection Product Removed
Generated after a successful Remove Product update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductSelectionProductRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
product | Product that was removed from the Product Selection. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Selection Variant Selection Changed
Generated after a successful Set Variant Selection update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductSelectionVariantSelectionChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
product | Product for which the Product Variant Selection changed. |
oldVariantSelection | Product Variant Selection before the Set Variant Selection update action. |
newVariantSelection | Product Variant Selection after the Set Variant Selection update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Product Selection Deleted
Generated after a successful Delete Product Selection request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ProductSelectionDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Category Messages
Category Messages represent a change or an action performed on a Category.
Category Created
Generated after a successful Create Category request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CategoryCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
category | Category that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Category Slug Changed
Generated after a successful Change Slug update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CategorySlugChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
slug | The slug of the Category after the Change Slug update action. |
oldSlug | The slug of the Category before the Change Slug update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Payment Messages
Payment Messages represent a change or an action performed on a Payment.
Payment Created
Generated after a successful Create Payment request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "PaymentCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
payment | Payment that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Payment Interaction Added
Generated after a successful Add InterfaceInteraction update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "PaymentInteractionAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
interaction | The interface interaction that was added to the Payment. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Payment Transaction Added
Generated after a successful Add Transaction update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "PaymentTransactionAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
transaction | Transaction that was added to the Payment. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Payment Transaction State Changed
Generated after a successful Change Transaction State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "PaymentTransactionStateChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
transactionIdString | Unique identifier for the Transaction for which the Transaction State changed. |
state | Transaction State after the Change Transaction State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Payment Status State Transition
Generated after a successful Transition State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "PaymentStatusStateTransition"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
state | State of the Payment after the Transition State update action. |
forceBoolean | Whether State transition validations were turned off during the Change Transaction State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Payment Status Interface Code Set
Generated after a successful Set StatusInterfaceCode update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "PaymentStatusInterfaceCodeSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
paymentIdString | Unique identifier for the Payment for which the Set StatusInterfaceCode update action was applied. |
interfaceCodeString | The |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Messages
Customer Messages represent a change or an action performed on a Customer.
Customer Created
Generated after a successful Create Customer request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
customer | Customer that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Deleted
Generated after a successful Delete Customer request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Address Changed
Generated after a successful Change Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerAddressChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | Address that was set during the Change Address update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Email Changed
Generated after a successful Change Email update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerEmailChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
emailString | The |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Email Verified
Generated after a successful Verify Customer's Email request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerEmailVerified"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer First Name Set
Generated after a successful Set First Name update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerFirstNameSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
firstNameString | The |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Last Name Set
Generated after a successful Set Last Name update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerLastNameSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
lastNameString | The |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Title Set
Generated after a successful Set Title update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerTitleSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
titleString | The |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Company Name Set
Generated after a successful Set Company Name update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerCompanyNameSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
companyNameString | The |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Date Of Birth Set
Generated after a successful Set Date of Birth update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerDateOfBirthSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
dateOfBirthDate | The |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Group Set
Generated after a successful Set Customer Group update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerGroupSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
customerGroup | Customer Group that was set during the Set Customer Group update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Address Removed
Generated after a successful Remove Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerAddressRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | Address that was removed during the Remove Address update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Address Added
Generated after a successful Add Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerAddressAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | Address that was added during the Add Address update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Customer Password Updated
Generated after a successful Reset Customer's Password, Reset Customer's Password in a Store, Change Customer's Password, or Change Customer's Password in a Store request. This Message is also produced during equivalent requests to the My Customer Profile endpoint.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "CustomerPasswordUpdated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
resetBoolean | Whether the Customer's password was updated during the Reset password or Change password flow. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Review Messages
Review Messages represent a change or an action performed on a Review.
Review Created
Generated after a successful Create Review request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ReviewCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
review | Review that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Review State Transition
Generated after a successful Transition State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ReviewStateTransition"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
oldState | State of the Review before the Transition State update action. |
newState | State of the Review after the Transition State update action. |
oldIncludedInStatisticsBoolean | Whether the old Review was taken into account in the rating statistics of the target before the state transition. |
newIncludedInStatisticsBoolean | Whether the new Review was taken into account in the rating statistics of the target after the state transition. |
target | |
forceBoolean | Whether State transition validations were turned off during the Transition State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Review Rating Set
Generated after a successful Set Rating update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "ReviewRatingSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
oldRatingFloat | The |
newRatingFloat | The |
includedInStatisticsBoolean | Whether the Review was taken into account in the ratings statistics of the target. |
target | |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
InventoryEntry Messages
InventoryEntry Created
Generated after a successful Create InventoryEntry request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "InventoryEntryCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
inventoryEntry | InventoryEntry that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
InventoryEntry Deleted
Generated after a successful Delete InventoryEntry request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "InventoryEntryDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
skuString | The |
supplyChannel | Reference to the Channel where the InventoryEntry was deleted. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
InventoryEntry Quantity Set
Generated after a successful Add Quantity, Remove Quantity or Change Quantity update action. Inventory changes as a result of Order creation do not trigger this message.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "InventoryEntryQuantitySet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
oldQuantityOnStockInt | Quantity on stock for the InventoryEntry before the quantity was updated. |
newQuantityOnStockInt | Quantity on stock for the InventoryEntry after the quantity was updated. |
oldAvailableQuantityInt | Available quantity for the InventoryEntry before the quantity was updated. |
newAvailableQuantityInt | Available quantity for the InventoryEntry after the quantity was updated. |
supplyChannel | Reference to the Channel where the InventoryEntry quantity was set. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Store Messages
Store Messages represent a change or an action performed on a Store.
Store Created
Generated after a successful Create Store request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StoreCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
name | The |
languagesArray of String | Languages of the Store that was created. Languages are represented as IETF language tags. |
distributionChannelsArray of ChannelReference | Distribution Channels of the Store that was created. |
supplyChannelsArray of ChannelReference | Supply Channels of the Store that was created. |
productSelectionsArray of ProductSelectionSetting | ProductSelectionSettings of the Store that was created. |
custom | Custom Fields on the Store that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Store Deleted
Generated after a successful Delete Store request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StoreDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Store Languages Changed
Generated after a successful Set Languages update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StoreLanguagesChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
addedLanguagesArray of Locale | Locales added to the Store after the Set Languages update action. |
removedLanguagesArray of Locale | Locales removed from the Store during the Set Languages update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Store Name Set
Generated after a successful Set Name update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StoreNameSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
name | |
nameAllLocalesArray of LocalizedString | Names set for the Store in different locales. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Store Product Selections Changed BETA
Generated by a successful Add Product Selection, Remove Product Selection, Set Product Selections, or Change Product Selections Active update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StoreProductSelectionsChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
addedProductSelectionsArray of ProductSelectionSetting | ProductSelectionSettings that were added to the Store. |
removedProductSelectionsArray of ProductSelectionSetting | ProductSelectionSettings that were removed from the Store. |
updatedProductSelectionsArray of ProductSelectionSetting | ProductSelectionSettings that were updated in the Store. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Store Distribution Channels Changed
Generated after a successful Add Distribution Channel, Remove Distribution Channel, or Set Distribution Channels update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StoreDistributionChannelsChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
addedDistributionChannelsArray of ChannelReference | Product distribution Channels that have been added to the Store. |
removedDistributionChannelsArray of ChannelReference | Product distribution Channels that have been removed from the Store. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Store Supply Channels Changed
Generated after a successful Add Supply Channel, Remove Supply Channel, or Set Supply Channels update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StoreSupplyChannelsChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
addedSupplyChannelsArray of ChannelReference | Inventory supply Channels that have been added to the Store. |
removedSupplyChannelsArray of ChannelReference | Inventory supply Channels that have been removed from the Store. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Quote Request Messages BETA
Quote Request Messages represent a change or an action performed on a QuoteRequest.
Quote Request Created
Generated after a successful Create Quote Request request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "QuoteRequestCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
quoteRequest | Quote Request that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Quote Request State Changed
Generated after a successful Change Quote Request State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "QuoteRequestStateChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
quoteRequestState | State of the Quote Request after the Change Quote Request State update action. |
oldQuoteRequestState | State of the Quote Request before the Change Quote Request State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Quote Request State Transition
Generated after a successful Transition State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "QuoteRequestStateTransition"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
state | State of the Quote after the Transition State update action. |
oldState | State of the Quote before the Transition State update action. |
forceBoolean | Whether State transition validations were turned off during the Transition State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Quote Request Deleted
Generated after a successful Delete Quote Request request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "QuoteRequestDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Staged Quote Messages BETA
Staged Quote Messages represent a change or an action performed on a StagedQuote.
Staged Quote Created
Generated after a successful Create Staged Quote request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StagedQuoteCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
stagedQuote | Staged Quote that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Staged Quote State Changed
Generated after a successful Change Staged Quote State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StagedQuoteStateChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
stagedQuoteState | State of the Staged Quote after the Change Staged Quote State update action. |
oldStagedQuoteState | State of the Staged Quote before the Change Staged Quote State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Staged Quote State Transition
Generated after a successful Transition State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StagedQuoteStateTransition"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
state | State of the Quote after the Transition State update action. |
oldState | State of the Quote before the Transition State update action. |
forceBoolean | Whether State transition validations were turned off during the Transition State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Staged Quote ValidTo Set
Generated after a successful Set Valid To update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StagedQuoteValidToSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
validTo | Expiration date for the Staged Quote after the Set Valid To update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Staged Quote Seller Comment Set
Generated after a successful Set Seller Comment update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StagedQuoteSellerCommentSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
sellerCommentString |
|
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Staged Quote Deleted
Generated after a successful Delete Staged Quote request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StagedQuoteDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Quote Messages BETA
Quote Messages represent a change or an action performed on a Quote.
Quote Created
Generated after a successful Create Quote request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "QuoteCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
quote | Quote that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Quote State Changed
Generated after a successful Change Quote State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "QuoteStateChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
quoteState | State of the Quote after the Change Quote State update action. |
oldQuoteState | State of the Quote before the Change Quote State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Quote State Transition
Generated after a successful Transition State update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "QuoteStateTransition"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
state | State of the Quote after the Transition State update action. |
oldState | State of the Quote before the Transition State update action. |
forceBoolean | Whether State transition validations were turned off during the Transition State update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Quote Deleted
Generated after a successful Delete Quote request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "QuoteDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Standalone Price Messages
Standalone Price Messages represent a change or an action performed on a StandalonePrice.
Standalone Price Created
Generated after a successful Create StandalonePrice request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StandalonePriceCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
standalonePrice | Standalone Price that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Standalone Price Deleted
Generated after a successful Delete StandalonePrice request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StandalonePriceDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Standalone Price Value Changed
Generated after a successful Change Value update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StandalonePriceValueChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
value | The new value of the updated StandalonePrice. |
stagedBETABoolean | Whether the new value was applied to the current or the staged representation of the StandalonePrice. Staged changes are stored on the StagedStandalonePrice. Default:false |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Standalone Price Discount Set
Generated after a Product Discount is successfully applied to a StandalonePrice.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StandalonePriceDiscountSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
discounted | The new |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Standalone Price External Discount Set
Generated after a successful Set Discounted Price update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StandalonePriceExternalDiscountSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
discounted | The |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Standalone Price Staged Changes Applied BETA
Generated after a successful Apply Staged Changes update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StandalonePriceStagedChangesApplied"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
stagedChanges | Applied changes of the StandalonePrice after the Apply Staged Changes update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Standalone Price Active Changed BETA
Generated after a successful Change Active update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "StandalonePriceActiveChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
activeBoolean | Value of the |
oldActiveBoolean | Value of the |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Messages BETA
These Messages represent a change or an action performed on a Business Unit.
Business Unit Created
Generated after a successful Create Business Unit request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitCreated"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
businessUnit | The Business Unit that was created. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Address Added
Generated after a successful Add Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitAddressAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | The address that was added to the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Address Changed
Generated after a successful Change Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitAddressChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | Updated address of the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Address Removed
Generated after a successful Remove Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitAddressRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | The address that was removed from the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Associate Added
Generated after a successful Add Associate update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitAssociateAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
associate | The Associate that was added to the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Associates Set
Generated after a successful Set Associates update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitAssociatesSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
associatesArray of Associate | The list of Associates that was updated on the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Associate Changed
Generated after a successful Change Associate update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitAssociateChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
associate | The Associate that was updated. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Associate Removed
Generated after a successful Remove Associate update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitAssociateRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
associate | The Associate that was removed from the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Parent Unit Changed
Generated after a successful Change Parent Unit update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitParentUnitChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
oldParentUnit | Parent unit of the Business Unit before the Change Parent Unit update action. |
newParentUnit | Parent unit of the Business Unit after the Change Parent Unit update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Store Added
Generated after a successful Add Store update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitStoreAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
store | The Store that was added to the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Stores Set
Generated after a successful Set Stores update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitStoresSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
storesArray of StoreKeyReference | Stores of the Business Unit after the Set Stores update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Store Mode Changed
Generated after a successful Set Store Mode update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitStoreModeChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
storesArray of StoreKeyReference | Stores of the Business Unit after the Set Store Mode update action. |
storeMode | BusinessUnitStoreMode of the Business Unit after the Set Store Mode update action. |
oldStoresArray of StoreKeyReference | Stores of the Business Unit before the Set Store Mode update action. |
oldStoreMode | BusinessUnitStoreMode of the Business Unit before the Set Store Mode update action. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Store Removed
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitStoreRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
store | The Store that was removed from the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Status Changed
Generated after a successful Change Status update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitStatusChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
active | Updated status of the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Billing Address Added
Generated after a successful Add Billing Address Identifier update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitBillingAddressAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | The address that was added to the Business Unit as billing address. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Billing Address Removed
Generated after a successful Remove Billing Address Identifier update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitBillingAddressRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | The address that was removed from the billing addresses of the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Default Billing Address Set
Generated after a successful Set Default Billing Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitDefaultBillingAddressSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | The address that was set as the default billing address. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Shipping Address Added
Generated after a successful Add Shipping Address Identifier update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitShippingAddressAdded"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | The address that was added to the Business Unit as shipping address. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Shipping Address Removed
Generated after a successful Remove Shipping Address Identifier update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitShippingAddressRemoved"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | The address that was removed from shipping addresses of the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Default Shipping Address Set
Generated after a successful Set Default Shipping Address update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitDefaultShippingAddressSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
address | The address that was set as the default shipping address. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Contact Email Set
Generated after a successful Set Contact Email update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitContactEmailSet"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
contactEmailString | The contact email that was updated on the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Name Changed
Generated after a successful Change Name update action.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitNameChanged"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
nameString | Updated name of the Business Unit. |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Business Unit Deleted
Generated after a successful Delete Business Unit request.
idString | Unique identifier of the Message. Can be used to track which Messages have been processed. |
versionInt | Version of a resource. In case of Messages, this is always |
sequenceNumberInt | Message number in relation to other Messages for a given resource. The |
resource | Reference to the resource on which the change or action was performed. |
resourceVersionInt | Version of the resource on which the change or action was performed. |
typeString | "BusinessUnitDeleted"Message Type of the Message. |
resourceUserProvidedIdentifiers | User-provided identifiers of the resource, such as |
createdAt | Date and time (UTC) the Message was generated. |
createdByBETA | Present on resources created after 1 February 2019 except for events not tracked. |
lastModifiedAt | Value of |
lastModifiedByBETA | Value of |
Enable querying Messages via the API
To optimize the performance of your Project, Messages are not persisted by default. To access Messages via the API, you must first enable the feature in the Settings > Developer Settings section of the Merchant Center. Alternatively, you can use the Change Messages Configuration update action.
Get Message
Deprecated scope: view_orders:{projectKey}
view_messages:{projectKey}regionString | Region in which the Project is hosted. |
projectKeyString |
|
idString |
|
expand | The parameter can be passed multiple times. |
200Message
curl -X GET https://api.{region}.commercetools.com/{projectKey}/messages/{id} -i \--header 'Authorization: Bearer ${BEARER_TOKEN}'
{"id" : "2723ca8f-283c-4add-90bc-0978d195ed3c","version" : 1,"versionModifiedAt" : "1970-01-01T00:00:00.001Z","sequenceNumber" : 4,"resource" : {"typeId" : "payment","id" : "e57c8183-eb2b-4bf3-acf1-f8a7846689f8"},"resourceVersion" : 5,"resourceUserProvidedIdentifiers" : {"key" : "e57-payment-key"},"type" : "PaymentStatusInterfaceCodeSet","paymentId" : "e57c8183-eb2b-4bf3-acf1-f8a7846689f8","interfaceCode" : "InterfaceCodeString","createdAt" : "1970-01-01T00:00:00.001Z","lastModifiedAt" : "1970-01-01T00:00:00.001Z","lastModifiedBy" : {"clientId" : "ey8aTsYwE0_kxFvT1rJeglpC","isPlatformClient" : false},"createdBy" : {"clientId" : "ey8aTsYwE0_kxFvT1rJeglpC","isPlatformClient" : false}}
Query Messages
Deprecated scope: view_orders:{projectKey}
view_messages:{projectKey}regionString | Region in which the Project is hosted. |
projectKeyString |
|
where | The parameter can be passed multiple times. |
/^var[.][a-zA-Z0-9]+$/Any string parameter matching this regular expression | Predicate parameter values. The parameter can be passed multiple times. |
sort | The parameter can be passed multiple times. |
expand | The parameter can be passed multiple times. |
limitInt | Number of results requested. |
offsetInt | Number of elements skipped. |
withTotalBoolean | Controls the calculation of the total number of query results. Set to |
curl -X GET https://api.{region}.commercetools.com/{projectKey}/messages -i \--header 'Authorization: Bearer ${BEARER_TOKEN}'
{"limit" : 20,"offset" : 0,"count" : 1,"total" : 1,"results" : [ {"id" : "2723ca8f-283c-4add-90bc-0978d195ed3c","version" : 1,"versionModifiedAt" : "1970-01-01T00:00:00.001Z","sequenceNumber" : 4,"resource" : {"typeId" : "payment","id" : "e57c8183-eb2b-4bf3-acf1-f8a7846689f8"},"resourceVersion" : 5,"resourceUserProvidedIdentifiers" : {"key" : "e57-payment-key"},"type" : "PaymentStatusInterfaceCodeSet","paymentId" : "e57c8183-eb2b-4bf3-acf1-f8a7846689f8","interfaceCode" : "InterfaceCodeString","createdAt" : "1970-01-01T00:00:00.001Z","lastModifiedAt" : "1970-01-01T00:00:00.001Z","lastModifiedBy" : {"clientId" : "ey8aTsYwE0_kxFvT1rJeglpC","isPlatformClient" : false},"createdBy" : {"clientId" : "ey8aTsYwE0_kxFvT1rJeglpC","isPlatformClient" : false}} ]}