Order submitted message

Custom payload definition of the following Delivery Configuration message namespaces:

  • sitecore.ordercloud.messages.orders.submitted

Models

Order

NameTypeDescription
UserContextUserContextThe user context.
OrderIDstringThe order identifier.
CurrencystringThe order currency.
EmailstringEmail of the user that created the order.
OrderDatestringDate the order was created.
OrderStatusstringStatus of the order.
OrderTotaldecimalOrder total.
OrderSubtotaldecimalOrder sub total.
PaymentsPayment[]Payments applied to the order.
LineItemsLineItem[]Line items that are part of this order.
xpdynamicDynamic properties assigned by the marketplace developer.

LineItem

NameTypeDescription
LineIDstringThe identifier of the line item.
ProductLineItemProductThe product associated with the line item.
QuantitydecimalThe Quantity ordered.
PricedecimalThe price.
LineTotaldecimalLineSubTotal - PromotionDiscount.
LineSubTotaldecimalUnit price * Quantity.
xpdynamicDynamic properties assigned by the marketplace developer.

LineItemProduct

NameTypeDescription
ProductIDstringThe product identifier.
ProductNamestringThe name of the product.
ProductDescriptionstringThe description of theproduct.
PricedecimalThe unit price of the product.
VariantVariantThe variant is specified.
xpdynamicDynamic properties assigned by the marketplace developer.

Variant

NameTypeDescription
VariantNamestringThe variant name.
VariantDescriptionstringThe variant description.
If you have suggestions for improving this article, let us know!