Greetings,
I'm modifying some of the POS functionality and have run into a roadblock when it comes to getting shipping/delivery information for a line.
For a customer order created within POS, each line may be selected as shipped or pickup, along with information about the delivery date and the pickup location (can be another retail store). But where is this information stored? We are given a CustomerOrderTransaction object, which contains a collection of SaleLineItem objects. I would except SaleLineItem to have information pertaining to the shipping of the item, but it is nowhere to be found. Anyone know where I can find this?
Thanks in advance,
Greg