Transfer order

The transfer order communication maps the HCL Commerce ProcessOrder request to the Sterling Order Management createOrder API call. As both HCL Commerce and Sterling Order Management are customizable, assumptions are made with the mapping from one system to the other.

Request

The assumptions made for this call are:
transferOrder Request
Sterling Order Management API path Source context Source
Order/@OrderNo _ord:Order/_ord:OrderIdentifier/_wcf:UniqueID
Order/@EnterpriseCode N/A Maintain the mapping between SC:OrganizationCode and WC:StoreIdentifer(StoreId) in the local file ValueMaps.xml.
Order/@SellerOrganizationCode N/A

Maintain the mapping between SC:SellerOrganizationCode and WC:StoreIdentifer(StoreId) in the local file ValueMaps.xml.

Note: This is the same as Order/@EnterpriseCode.
Order/@OrderDate _ord:DataArea/_ord:Order _ord:PlacedDate
Order/OrderLines/OrderLine/@SubLineNo (Not always present) _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemIdentifier/_wcf:UniqueID

If above contains a dash (-), use only the part after the dash. Otherwise, this field is blank.

Order/@BuyerUserId _ord:DataArea/ord:Order _ord:BuyerIdentifier/_wcf:ExternalIdentifier/_wcf:Identifier
Order/@ValidatePromotionAward N/A Set to "N"
Order/@ BypassPricing N/A Set to "Y"
Order/@IsShipAsComplete _ord:Order/ShipAsComplete
Order/PriceInfo/@Currency _order:Order/_ord:OrderAmount/_wcf:TotalProductPrice/@currency Maintain the mapping between SC:Currency and WC:currency in ValueMaps.xml. If no mapping is found, use WC:currency.
Order/PaymentMethods/PaymentMethod/@CreditCardName _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactName/_wcf:FirstName_ord:Order/OrderPaymentInstruction/_ord:BillingAddress/_wcf:ContactName/_wcf:MiddleName _ord:Order/_ord:OrderPaymentInstruction/_ord:BillingAddress/_wcf:ContactName/_wcf:LastName
Note: To configure the plain text of a credit card number, use plain="-4" in HCL Commerce.

For more information, see the HCL Commerce V7 Information Center, and search for the PaymentSystemPluginMapping XML file.

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo/@AddressID _ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactInfoIdentifier/_wcf:ExternalIdentifier/ContactInfoNickName _ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactInfoIdentifier/_wcf:ExternalIdentifier/_wcf:ContactInfoNickName
Order/PersonInfoBillTo/@AddressID ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction[1]/_ord:BillingAddress/_wcf:ContactInfoIdentifier/_wcf:ExternalIdentifier/_wcf:ContactInfoNickName _ord:Order/_ord:BuyerBillInfo/_wcf:ContactInfoIdentifier/_wcf:ExternalIdentifier/_wcf:ContactInfoNickName
Order/OrderLines/OrderLine/Instructions/Instruction/@InstructionType (InstructionType=SHIP) ord:Order/_ord:OrderItem/_ord:OrderItemShippingInfo/_ord:ShippingInstruction
Order/OrderLines/OrderLine/PersonInfoShipTo/@DayPhone ord:Order/_ord:OrderItem/_ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:Telephone1
Order/OrderLines/OrderLine/PersonInfoShipTo/@EveningPhone ord:Order/_OrderItem/_ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:Telephone2
Order/OrderLines/OrderLine/PersonInfoShipTo/@AddressID ord:Order/_ord:OrderItem/_ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:ContactInfoIdentifier/_wcf:ExternalIdentifier/ContactInfoNickName
Order/OrderLines/OrderLine/Awards/Award/@AwardType _ord:DataArea/ord:Order/_ord:OrderItem/ If ord:OrderItemAmount/@freeGift=true, set to "FreeGift."
Order/OrderLines/OrderLine/Awards/Award/@AwardAmount _ord:DataArea/ord:Order/_ord:OrderItem/ _ord:OrderItemAmount/_wcf:Adjustment/_wcf:Amount
Order/OrderLines/OrderLine/Awards/Award/@ChargeCategory _ord:DataArea/ord:Order/_ord:OrderItem/ Use the following as key to get RuleSetFiledName from promotionTypeToRuleSetFiledName in Valuemaps.xml

_ord:OrderItemAmount/_wcf:Adjustment/ _wcf:PromotionType _ _wcf:IsPromotionCodeRequired

Order/OrderLines/OrderLine/Awards/Award/@ChargeName _ord:DataArea/ord:Order/_ord:OrderItem/ _ord:OrderItemAmount/_wcf:Adjustment/_wcf:CalculationCodeID/_wcf:UniqueID
Order/OrderLines/OrderLine/Awards/Award/@AwardId _ord:DataArea/ord:Order/_ord:OrderItem/ _ord:OrderItemAmount/_wcf:Adjustment/_wcf:CalculationCodeID/_wcf:UniqueID
Order/OrderLines/OrderLine/Awards/Award/@PromotionId _ord:DataArea/ord:Order/ if _ord:OrderItem/ /_ord:OrderItemAmount/_wcf:Adjustment/_wcf:IsPromotionCodeRequired = 'true', then: _ord:PromotionCode/_ord:Code
Order/OrderLines/OrderLine/Awards/Award/@Description _ord:DataArea/ord:Order/_ord:OrderItem/ _ord:OrderItemAmount/_wcf:Adjustment/_wcf:Description
Order/Promotions/Promotion/@PromotionApplied _ord:DataArea/ord:Order/ If _ord:OrderAmount/_wcf:Adjustment /_wcf:IsPromotionCodeRequired = 'true', then set it to "Y."
Order/OrderLines/OrderLine/Promotions/Promotion/@PromotionId _ord:DataArea/ord:Order/_ord:OrderItem/ _ord:OrderItemAmount/_wcf:Adjustment/[_wcf:IsPromotionCodeRequired= 'true']/_wcf:CalculationCodeID/_wcf:UniqueID
Order/Promotions/Promotion/@PromotionId _ord:DataArea/ord:Order/ If _ord:OrderAmount/_wcf:Adjustment/_wcf:IsPromotionCodeRequired = 'true', then _ord:PromotionCode/_ord:Code
Order/Promotions/Promotion/@PromotionGroup _ord:DataArea/ord:Order/ If _ord:OrderAmount/_wcf:Adjustment/_wcf:IsPromotionCodeRequired = 'true', then set it to "COUPON."
For line charges other than Shipping Charge: Order/OrderLines/OrderLine/LineCharges/LineCharge/@ChargePerLine _ord:DataArea/ord:Order/_ord:OrderItem/ 0-_ord:OrderItemAmount/_wcf:Adjustment/_wcf:Amount
For line charges other than Shipping Charge: Order/OrderLines/OrderLine/LineCharges/LineCharge/@ChargeCategory _ord:DataArea/ord:Order/_ord:OrderItem/ Use the following as key to get RuleSetFiledName from promotionTypeToRuleSetFiledName in ValueMaps.xml

_ord:OrderItemAmount/_wcf:Adjustment/ _wcf:PromotionType _ _wcf:IsPromotionCodeRequired

Order/OrderLine/LineTaxes(@ChargeCategory=price)/@TaxPercentage TaxPercentage=Sales Tax / (OrderItemPrice-Total Item Discount Adjustment) * 100
Order/OrderLine/LineTaxes(@ChargeCategory=Shipping)/TaxPercentage TaxPercentage=Shipping Tax / (OrderItemPrice-(ShippingCharge+Total Item Shipping Adjustment)) * 100
Order/OrderLines/OrderLine/@OrderedQty _ord:DataArea/_ord:Order/_ord:OrderItem _ord:Quantity
Order/OrderLines/OrderLine/@CarrierServiceCode _ord:DataArea/_ord:Order/_ord:OrderItem ord:OrderItemShippingInfo/_ord:ShippingMode/_ord:ShippingModeIdentifier/_ord:ExternalIdentifier/_ord:ShipModeCode.

Maintain the mapping between SC:CarrierServiceCode and WC:ShipModeCode in ValueMaps.xml. If no mapping is found, use the value above.

Order/OrderLines/OrderLine/@ShipNode _ord:DataArea/_ord:Order/_ord:OrderItem If _ord:OrderItemShippingInfo/_ord:ShippingMode/_ord:ShippingModeIdentifier/_ord:ExternalIdentifier/_ord:ShipModeCode = 'PickupInStore'

Use _ord:OrderItemShippingInfo/_ord:PhysicalStoreIdentifier/_wcf:ExternalIdentifier . Maintain the mapping between SC:Store and WC:PhysicalStore Name in ValueMaps.xml. If no mapping is found, use the value above.

Else Use _ord:FulfillmentCenter/_ord:FulfillmentCenterIdentifier/_wcf:Name.  Maintain the mapping between SC:ShipNode and WC:FulfillmentCenter Name in ValueMaps.xml. If no mapping is found, use the value above.

Order/OrderLines/OrderLine/@ReqShipDate _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:RequestedShipDate
Order/OrderLines/OrderLine/@DeliveryMethod _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingMode/_ord:ShippingModeIdentifier/_ord:ExternalIdentifier/_ord:ShipModeCode If above is "PickupInStore" then "PICK", otherwise "SHP"
Order/OrderLines/OrderLine@FillQuantity _ord:DataArea/_ord:Order/_ord:OrderItem _ord:Quantity
Order/OrderLines/OrderLine/OrderLineReservations/OrderLineReservation/@ItemID _ord:DataArea/_ord:Order/_ord:OrderItem _ord:CatalogEntryIdentifier/_wcf:ExternalIdentifier/_wcf:PartNumber
Order/OrderLines/OrderLine/OrderLineReservations/OrderLineReservation/@Node _ord:DataArea/_ord:Order/_ord:OrderItem _ord:FulfillmentCenter/_ord:FulfillmentCenterIdentifier/_wcf:Name

Maintain the mapping between SC:Node and WC:FulfillmentCenter Name in ValueMaps.xml. If no mapping is found, use the value above.

Order/OrderLines/OrderLine/OrderLineReservations/OrderLineReservation/@Quantity _ord:DataArea/_ord:Order/_ord:OrderItem _ord:Quantity
Order/OrderLines/OrderLine/OrderLineReservations/OrderLineReservation/@ReservationID _ord:DataArea/_ord:Order/_ "WC_" prepended to _ord:OrderIdentifier/_wcf:UniqueID
Order/OrderLines/OrderLine/Item/@ItemID _ord:DataArea/_ord:Order/_ord:OrderItem _ord:CatalogEntryIdentifier/_wcf:ExternalIdentifier/_wcf:PartNumber
Order/OrderLines/OrderLine/Item/@UnitOfMeasure _ord:DataArea/_ord:Order/_ord:OrderItem _ord:Quantity/@uom

Maintain the mapping between SC:UnitOfMeasure and WC:uom in ValueMaps.xml. If no mapping is found, use "Each."

Order/OrderLines/OrderLine/PersonInfoShipTo@FirstName _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:ContactName/_wcf::FirstName
Order/OrderLines/OrderLine/PersonInfoShipTo@LastName _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:ContactName/_wcf::LastName
Order/OrderLines/OrderLine/PersonInfoShipTo@AddressLine1 _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:Address/_wcf::AddressLine[1]
Order/OrderLines/OrderLine/PersonInfoShipTo@AddressLine2 _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:Address/_wcf::AddressLine[2]
Order/OrderLines/OrderLine/PersonInfoShipTo@AddressLine3 _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:Address/_wcf::AddressLine[3]
Order/OrderLines/OrderLine/PersonInfoShipTo@City _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:Address/_wcf::City
Order/OrderLines/OrderLine/PersonInfoShipTo@State _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:Address/_wcf::StateOrProvinceName
Order/OrderLines/OrderLine/PersonInfoShipTo@Country _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:Address/_wcf::Country
Order/OrderLines/OrderLine/PersonInfoShipTo@ZipCode _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:Address/_wcf::ZipCode
Order/OrderLines/OrderLine/PersonInfoShipTo@EmailID _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemShippingInfo/_ord:ShippingAddress/_wcf:EmailAddress1
Order/OrderLines/OrderLine/LinePriceInfo@UnitPrice _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemAmount/_wcf:UnitPrice/_wcf:Price
Order/OrderLines/OrderLine/LinePriceInfo@ListPrice _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemAmount/_wcf:UnitPrice/_wcf:Price
Order/OrderLines/OrderLine/LinePriceInfo@RetailPrice _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemAmount/_wcf:UnitPrice/_wcf:Price
Order/OrderLines/OrderLine/LinePriceInfo@IsLinePrice

ForInformationOnly

N
Order/OrderLines/OrderLine/LinePriceInfo@PricingQuantityStrategy FIX
For line charges other than Shipping Charge: Order /OrderLines/OrderLine/LineCharges/LineCharge/@IsManual N/A Set to "N"
For line charges other than Shipping Charge: Order/OrderLines/OrderLine/LineCharges/LineCharge/@ChargeName _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemAmount/_wcf:Adjustment/_wcf:CalculationCodeID/_wcf:UniqueID
For Shipping Charges: Order/OrderLines/OrderLine/LineCharges/LineCharge/@ChargePerLine _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemAmount/_wcf:ShippingCharge
For Shipping Charges: Order/OrderLines/OrderLine/LineCharges/LineCharge/@ChargeCategory Shipping
For Shipping Charges: Order/OrderLines/OrderLine/LineCharges/LineCharge/@ChargeName Shipping Charge
For Shipping Charges: Order/OrderLines/OrderLine/LineCharges/LineCharge/@IsManual N/A Set to "N"
Order/OrderLines/OrderLine/LineTaxes/LineTax[1]/@ChargeCategory Price
Order/OrderLines/OrderLine/LineTaxes/LineTax[1]/@Tax _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemAmount/_wcf:SalesTax
Order/OrderLines/OrderLine/LineTaxes/LineTax[1]/@TaxName Sales Tax
Order/OrderLines/OrderLine/LineTaxes/LineTax[2]/@ChargeCategory Shipping
Order/OrderLines/OrderLine/LineTaxes/LineTax[2]/@Tax _ord:DataArea/_ord:Order/_ord:OrderItem _ord:OrderItemAmount/_wcf:ShippingTax
Order/OrderLines/OrderLine/LineTaxes/LineTax[2]/@TaxName Shipping Tax
Order/PersonInfoBillTo@FirstName _ord:DataArea/_ord:Order _ord:Order/_ord:BuyerBillInfo/_wcf:ContactName/_wcf:FirstName
Order/PersonInfoBillTo@LastName _ord:DataArea/_ord:Order _ord:Order/_ord:BuyerBillInfo/_wcf:ContactName/_wcf:LastName
Order/PersonInfoBillTo@AddressLine1 _ord:DataArea/_ord:Order _ord:Order/_ord:BuyerBillInfo/_wcf:Address/_wcf:AddressLine[1]
Order/PersonInfoBillTo@AddressLine2 _ord:DataArea/_ord:Order _ord:Order/_ord:BuyerBillInfo/_wcf:Address/_wcf:AddressLine[2]
Order/PersonInfoBillTo@AddressLine3 _ord:DataArea/_ord:Order _ord:Order/_ord:BuyerBillInfo/_wcf:Address/_wcf:AddressLine[3]
Order/PersonInfoBillTo@City _ord:DataArea/_ord:Order _ord:Order/_ord:BuyerBillInfo/_wcf:Address/_wcf:City
Order/PersonInfoBillTo@State _ord:DataArea/_ord:Order _ord:Order/_ord:BuyerBillInfo/_wcf:Address/_wcf:StateOrProvinceName
Order/PersonInfoBillTo@Country _ord:DataArea/_ord:Order _ord:Order/_ord:BuyerBillInfo/_wcf:Address/_wcf:Country
Order/PersonInfoBillTo@ZipCode _ord:DataArea/_ord:Order _ord:Order/_ord:BuyerBillInfo/_wcf:Address/_wcf:PostalCode
Order/PersonInfoBillTo@EmailID _ord:DataArea/_ord:Order _ord:Order/_ord:BuyerBillInfo/_wcf:EmailAddress1/_wcf:Value

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:EmailAddress1/_wcf:Value

Order/PaymentMethods/PaymentMethod/@PaymentType _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:PaymentMethod/_ord:PaymentMethodName
Order/PaymentMethods/PaymentMethod/@DisplayCreditCardNo _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:ProtocolData: _display_value

For display purposes

Order/PaymentMethods/PaymentMethod/@CreditCardType _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:ProtocolData: cc_brand
Order/PaymentMethods/PaymentMethod/@CreditCardExpDate _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:ProtocolData:expire_month
Order/PaymentMethods/PaymentMethod/@CreditCardExpDate _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:ProtocolData:expire_year
Order/PaymentMethods/PaymentMethod/@FirstName _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactName/_wcf:FirstName
Order/PaymentMethods/PaymentMethod/@LastName _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactName/_wcf:LastName
Order/PaymentMethods/PaymentMethod/@MiddleName _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactName/_wcf:MiddleName
Order/PaymentMethods/PaymentMethod/@DisplayCustomerAccountNo _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:ProtocolData: _display_value

For display purposes

Order/PaymentMethods/PaymentMethod/@DisplayPaymentReference1 _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:ProtocolData: _display_value

For display purposes

Order/PaymentMethods/PaymentMethod/@DisplayPaymentReference1 _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:ProtocolData: _display_value

For display purposes

Order/PaymentMethods/PaymentMethod/@MaxChargeLimit _ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:Amount

Order/PaymentMethods/PaymentMethod/ PersonInfoBillTo@FirstName

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactName/_wcf:FirstName

Order/PersonInfoBillTo@MiddleName _ord:Order/_ord:BuyerBillInfo/_wcf:ContactName/_wcf:MiddleName

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo@MiddleName

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactName/_wcf:MiddleName

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo@LastName

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactName/_wcf:LastName

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo@AddressLine1

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Address/_wcf:AddressLine[1]

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo@AddressLine2

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Address/_wcf:AddressLine[2]

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo@AddressLine3

ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Address/_wcf:AddressLine[3]

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo@City

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Address/_wcf:City

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo/@State

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Address/_wcf:StateOrProvinceName

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo/@Country

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Address/_wcf:Country

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo/@ZipCode

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Address/_wcf:PostalCode

Order/PaymentMethods/PaymentMethod/PersonInfoBillTo/@EmailID

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:EmailAddress1/_wcf:Value

If shopper is a guest_ord:Order/_ord:OrderNotification/_ord:Email[1]/_wcf:valve

Order/PersonInfoBillTo@ AlternateEmailID

Order/PaymentMethods/PaymentMethod/ PersonInfoBillTo/@AlternateEmailID

_ord:DataArea/_ord:Order/_ord:BuyerBillInfo/_wcf:EmailAddress2/_wcf:Value

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:EmailAddress2/_wcf:Value

If shopper is a guest _ord:Order/_ord:OrderNotification/_ord:Email[2]/_wcf:value

Order/PersonInfoBillTo/@DayPhone

Order/PaymentMethods/PaymentMethod/ PersonInfoBillTo/@DayPhone

_ord:Order/_ord:BuyerBillInfo/_wcf:Telephone1/_wcf:Value

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Telephone1/_wcf:Value

If shopper is a guest _ord:Order/_ord:OrderNotification/_ord:SMS[1]/_wcf:value

Order/PersonInfoBillTo/@EveningPhone

Order/PaymentMethods/PaymentMethod/ PersonInfoBillTo/@EveningPhone

_ord:Order/_ord:BuyerBillInfo/_wcf:Telephone2/_wcf:Value

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Telephone2/_wcf:Value

If shopper is a guest _ord:Order/_ord:OrderNotification/_ord:SMS[2]/_wcf:value

Order/PersonInfoBillTo/@DayFaxNo

Order/PaymentMethods/PaymentMethod/ PersonInfoBillTo/@DayFaxNo

_ord:Order/_ord:BuyerBillInfo/_wcf:Fax1/_wcf:Value

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Fax1/_wcf:Value

Order/PersonInfoBillTo/@EveningFaxNo

Order/PaymentMethods/PaymentMethod/ PersonInfoBillTo/@EveningFaxNo

_ord:Order/_ord:BuyerBillInfo/_wcf:Fax2/_wcf:Value

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:Fax2/_wcf:Value

Order/PersonInfoBillTo/@AddressID

Order/PaymentMethods/PaymentMethod/ PersonInfoBillTo/@AddressID

_ord:Order/_ord:BuyerBillInfo/_wcf:ContactInfoIdentifier/_wcf:ExternalIdentifier/_wcf:ContactInfoNickName

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactInfoIdentifier/_wcf:ExternalIdentifier/_wcf:ContactInfoNickName

Order/PersonInfoBillTo/@Title

Order/PaymentMethods/PaymentMethod/ PersonInfoBillTo/@Title

ord:Order/_ord:BuyerBillInfo/_wcf:ContactName/_wcf:PersonTitle

_ord:Order/_ord:OrderPaymentInfo/_ord:PaymentInstruction/_ord:BillingAddress/_wcf:ContactName/_wcf:PersonTitle

Order/PersonInfoBillTo/@MobilePhone _ord:Order/_ord:BuyerBillInfo/_wcf:MobilePhone1/_wcf:Value

or

_ord:Order/_ord:OrderNotificationInfo/_ord:SMS[1]/_wcf:Value

Response

transferOrder Response
HCL Commerce path Source Notes®
_ord:AcknowledgeOrder/ @OrderNo
_ord:DataArea/_ord:Order/ @OrderHeaderKey
_ord:OrderIdentifier/_ord:ExternalOrderId @OrderHeaderKey