Hi guys:
I am using basket.SaveAsOrder() method to create a purchase order. What I
want is that the addresses that has been added to addresses collection of
the
basket using the following statement
basket.Addresses.Add(orderAddress)
should flow into the OrderGroupAddresses table or the Addresses table. But
on save I do not see any records in this table.
I am not sure that if the address data flows into these tables on save,
but
I believe since LineItems are getting stored in this way it should work.