Skip to content

Instantly share code, notes, and snippets.

@ArveSystad
Created August 26, 2014 10:28
Show Gist options
  • Select an option

  • Save ArveSystad/f9d92f346bc97a58127f to your computer and use it in GitHub Desktop.

Select an option

Save ArveSystad/f9d92f346bc97a58127f to your computer and use it in GitHub Desktop.
foreach (Shipment shipment in form.Shipments)
{
List<LineItem> items = GetSplitShipmentLineItems(shipment);
// Calculate sales and shipping taxes per items
foreach (LineItem item in items)
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment