{{::vm.translate.get('Shipment Details')}}: #{{vm.shipment.id}}

Shipping Information
Created Date {{vm.shipment.createdOn | date:'medium'}}
Tracking Number {{vm.shipment.trackingNumber}}
Warehouse {{vm.shipment.warehouseName}}
Order Id # {{vm.shipment.orderId}}
Shipping Address

{{vm.shipment.shippingAddress.contactName}}
{{vm.shipment.shippingAddress.addressLine1}}
{{vm.shipment.shippingAddress.districtName}}, {{vm.shipment.shippingAddress.stateOrProvinceName}}
Phone: {{vm.shipment.shippingAddress.phone}}

{{::vm.translate.get('Product Information')}}

{{::vm.translate.get('Product')}} {{::vm.translate.get('Sku')}} {{::vm.translate.get('Quantity')}}
{{item.productName}}
  • {{opt.optionName}}: {{opt.value}}
{{item.productSku}} {{item.quantity}}