CustomerInfoCarrier object fields in litium 8

Building xml in litium 8 based on CustomerInfoCarrier from litium 7
as alternative using to CustomerInfoCarrier using Shipment.ReceiverAddress object, but
can’t find this 2 fields from CustomerInfoCarrier in litium 8 :

  1. CustomerInfoCarrier.ID
  2. CustomerInfoCarrier.CustomerNumber

Did you check the Litium.Sales API reference?

The CustomerInfoCarrier.ID is the system identifier for the customer info, in Litium 8 this data is stored directly on the order object so I should say that the most correct mapping is to use the order.SystemId.

For the CustomerNumber you have the same field in Litium 8 and you find that here Order.CustomerInfo.CustomerNumber.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.