1. Developers

Supplier updated message

Custom payload definition of the following Delivery Configuration message namespaces:

  • sitecore.ordercloud.messages.entitysync.supplier.updated

Models

SupplierChanged

NameTypeDescription
UserContextUserContextThe user context.
IDstringIdentifier of the User.
NamestringThe name of the supplier.
ActiveboolIndicates of the supplier is active in the system.
DateCreatedDateTimeOffsetDate and time (UTC) the supplier was created.
AllBuyersCanOrderboolIndicates if all buyers can purchase from this supplier.
xpdynamicDynamic properties assigned to the supplier.

Delivery Target Behaviors:

Search Ingestion

The search ingestion delivery target will flatten the 'xp' properties (up to arrays) into individual properties that can be consumed by Discover 2.0.

Copy To Clipboard

1{
2  "xp": {
3    "myCustomStringProperty": "Property Value",
4    "myCustomArrayProperty": [10, 20, 30]
5  }
6}

The above will generate the following properties in the payload to Discover 2,0.

Copy To Clipboard

1{
2  "xp_mycustomstringproperty": "Property Value",
3  "xp_mycustomarrayproperty": [10, 20, 30]
4}
If you have suggestions for improving this article, let us know!