## Shipment Describes a shipment. ## address Shipping [address](/reference/liquid/objects/store/address/) ## carrier Carrier name ## carrier_product Carrier product name ## created_at Date when this shipment was created ## description Description for this shipment if any ## packages Returns information about shipment packages, following properties are available for the package: - description - width (in cm) - height (in cm) - length (in cm) - weight (in grams) - items - shipped_quantity - [line_item](/reference/liquid/objects/store/order_line_item/) - width - height - length - weight - tracking_url (if defined) - tracking_code (if defined) ## pickup_address Pickup [address](/reference/liquid/objects/store/address/) address if any. ## title Title for this shipment, usually carrier name and product name combined. ## tracking_code Tracking code for this shipment. If this is multiparcel shipment, the first available package tracking code is returned. ## tracking_url Tracking url for this shipment. If this is multiparcel shipment, the first available package tracking url is returned.