{#
#} {#

{{ title }}

#} {#
#}
Seller {{ orderShipment.seller.company }}
Order id {{ orderShipment.orderId }}
Status {{ orderShipment.status }}
Company {{ orderShipment.company }}
Shipping First name {{ orderShipment.firstName }}
Shipping Last name {{ orderShipment.lastName }}
Shipping Country {{ orderShipment.country }}
Shipping State {{ orderShipment.state }}
Shipping City {{ orderShipment.city }}
Shipping Address one {{ orderShipment.addressOne }}
Shipping Address two {{ orderShipment.addressTwo }}
Shipping Post code {{ orderShipment.postCode }}
Billing First name {{ orderShipment.billingFirstName }}
Billing Last name {{ orderShipment.billingLastName }}
Billing Country {{ orderShipment.billingCountry }}
Billing State {{ orderShipment.billingState }}
Billing City {{ orderShipment.billingCity }}
Billing Address one {{ orderShipment.billingAddressOne }}
Billing Address two {{ orderShipment.billingAddressTwo }}
Billing Post code {{ orderShipment.billingPostCode }}
Billing email {{ orderShipment.billingEmail }}
Billing phone {{ orderShipment.billingPhone }}
Shipping method {{ orderShipment.shippingMethod }}
Payment method {{ orderShipment.paymentMethod }}
Service code {{ orderShipment.serviceCode }}
Order total {{ orderShipment.orderTotal }}
Nº skus {{ orderShipment.nSkus }}
Nº items {{ orderShipment.nItems }}
Nº items 1kg {{ orderShipment.nItems1kg }}
F total volume {{ orderShipment.fTotalVolume }}
F total weight {{ orderShipment.fTotalWeight }}
Shipping total {{ orderShipment.shippingTotal }}
Sold together {{ orderShipment.soldTogether }}
Cod {{ orderShipment.cod }}
Shipped date {{ orderShipment.shippedDate |date("F j, Y, g:i a") }}
Tracking {{ orderShipment.tracking }}
Tracking status {{ trackingStatus }}
Tracking date {{ orderShipment.trackingDate|date("F j, Y, g:i a") }}
Tracking sent {{ orderShipment.trackingSent |date("F j, Y, g:i a") }}
Refund delivery number {{ orderShipment.refundDeliveryNumber }}
Refund tracking {{ orderShipment.refundTracking }}
Refund date {{ orderShipment.refundDate }}
Refund range hour {{ orderShipment.refundRangeHour }}
Sam courier {{ orderShipment.samCourier }}
Sam service {{ orderShipment.samService }}
Sam ship cost {{ orderShipment.samShipCost }}
Sam ship price {{ orderShipment.samShipPrice }}
Shipeu courier {{ orderShipment.shipeuCourier }}
Shipeu service {{ orderShipment.shipeuService }}
Courier service id {{ orderShipment.courierServiceId }}
Courier account {{ orderShipment.courierAccount }}
{% if is_granted('shipment_delete') %} {% if(app.request.get('id') ) %} {% endif %} {% endif %} Back
{% if is_granted('shipment_delete') %}
{% endif %}