{{::vm.translate.get('Shipping Information')}}
{{::vm.translate.get('Created Date')}} |
{{vm.shipment.createdOn | date:'medium'}} |
{{::vm.translate.get('Tracking Number')}} |
{{vm.shipment.trackingNumber}} |
{{::vm.translate.get('Warehouse')}} |
{{vm.shipment.warehouseName}} |
{{::vm.translate.get('Order Id')}} |
# {{vm.shipment.orderId}} |
{{::vm.translate.get('Shipping Address')}}
{{vm.shipment.shippingAddress.contactName}}
{{vm.shipment.shippingAddress.addressLine1}}
{{vm.shipment.shippingAddress.districtName}}, {{vm.shipment.shippingAddress.stateOrProvinceName}}
{{::vm.translate.get('Phone')}}: {{vm.shipment.shippingAddress.phone}}
{{::vm.translate.get('Product')}} |
{{::vm.translate.get('Sku')}} |
{{::vm.translate.get('Quantity')}} |
{{item.productName}}
-
{{opt.optionName}}: {{opt.value}}
|
{{item.productSku}} |
{{item.quantity}} |