We are sending the data via an API we have built using microsoft odata. All of the order info is sending correctly, however the "Ship-to" information is adding in under the "Bill-to" information column.
it really doesn't make any sense as under the billing column things like "Shipment Date", "Shipping Advice", "Whse. Handling Time", "Shipping Time" are all nested under the billing info which are all related to "Ship-to"?
[View:/cfs-file/__key/communityserver-discussions-components-files/758/media.mp4:320:240]
So you have...
- Sell-to (at the top) we just need the default address
- Ship-to (bottom) Either pick address or add custom
- Bill-to (bottom) this just needs to be set as the default which is the same as the Sell-to address
Thanks in advance for any suggestions on where we are going wrong!