API Docs
Home
Home
Developer GuideAPI
StatusWebhooks
Developer GuideAPI
StatusWebhooks
  1. Shipment
  • Config
    • List Pickup Address
      GET
    • List Box Dimension
      GET
    • List vendor
      GET
    • List store
      GET
    • List category
      GET
    • List brand
      GET
    • List Outbound Strategy
      GET
    • List Product Type
      GET
    • List Material
      GET
    • List Storage Method
      GET
    • List Unit
      GET
    • Upload File
      POST
  • Online Product
    • Create Single Product
      POST
    • Create Product From Product Inventory
      POST
    • List product
      GET
    • Product detail
      GET
  • Product Inventory
    • Create single inventory product
      POST
    • List product inventory
      GET
    • Product inventory detail
      GET
    • Get Product Inventory in Warehouse
      GET
  • Order
    • Shipping Service
      • Preview shipping prices
        • List shipping service
        • List available courier
      • List available courier from order
      • List shipping service of courier
    • Create order B2C
    • Create order B2B
    • List order
    • Order detail
    • Cancel order
  • Shipment
    • Create shipment auto
      POST
    • [Retail][Ship by self] Create shipment with item
      POST
    • Cancel shipment
      PATCH
    • List shipment
      GET
    • Shipment detail
      GET
    • List shipment of order
      GET
    • Shipment item
      GET
  • Shipment Inbound
    • Create shipment inbound
    • Cancel shipment inbound
    • List shipment inbound
    • Shipment inbound detail
    • Shipment inbound items
    • List addtional services
  • Order Return
    • List return order
    • Return order detail
    • Return order item
    • Create return order
    • Cancel Return Order
  • Courier
    • List courier service integrated
    • List courier operate
    • List courier integrated
  • Address Directory
    • Province
    • District
    • Ward
  1. Shipment

Shipment item

GET
/api/v1/public/shipments/detail/{{shipments_id}}/items
This API returns a list of items inside a shipment, including product information, inventory details, quantities, weight, volume, and shipment metadata.

Request

Header Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/api/v1/public/shipments/detail/{{shipments_id}}/items' \
--header 'Authorization: {{your_api_key_here}}'
Response Response Example
{
    "status_code": 200,
    "data": [
        {
            "id": 18035,
            "currency": "VND",
            "sku": "008634",
            "item_status": 102,
            "sale_price": "10000.00",
            "cost": "10000.00",
            "customs_value": "10000.00",
            "batch_lot_code": null,
            "outbound_strategy": "fifo",
            "stock_level": "A",
            "manufacturing_date": 0.0,
            "expiry_time": 0.0,
            "min_shelf_life_outbound": null,
            "min_shelf_life_outbound_unit": "days",
            "quantity": 2,
            "packed_quantity": 0,
            "received_quantity": 0,
            "damaged_quantity": 0,
            "damaged_2_quantity": 0,
            "damaged_3_quantity": 0,
            "lost_quantity": 0,
            "weight": 10,
            "actual_weight": 10,
            "volume": "10.0x10.0x10.0",
            "actual_volume": "10.0x10.0x10.0",
            "shipment": {
                "id": 9230,
                "country": "VN",
                "currency": "VND",
                "platform": "retail",
                "group_platform": "retail",
                "sorting_code": null,
                "tracking_code": "NHSVC1901327753",
                "partner_tracking_code": "NHOV1901325215",
                "status": 220,
                "order_shipping_provider": "normal",
                "shipping_provider": "self",
                "fulfillment_provider": "nandh",
                "courier_tracking_code": "NHOV1901325215",
                "fulfill_type": 2,
                "warehouse_provider": "NH_WH_HCM",
                "is_ship_now": false,
                "priority_fulfillment_3pf": false,
                "cod_amount": "0.00",
                "created_time": 1746520735.0,
                "updated_time": 1746520735.0,
                "pickup_address": 167,
                "store": 336,
                "order": 16760,
                "status_display": "Ready to ship",
                "platform_logo": "https://nh-wms.sgp1.cdn.digitaloceanspaces.com/oms/store.png",
                "status_css": "info",
                "label_link": "https://stg-oms.nandh.vn/api/v1/shipments/awb-label/6819caa15efe8d6a39df4f6b",
                "can_cancel": true,
                "can_update_document": true,
                "is_b2b": false,
                "is_b2c": true,
                "can_confirm": false,
                "additional_services_info": [],
                "supported_actions": [],
                "is_marketplace": false,
                "is_marketplace_seller_own_fleet": false,
                "is_retail": true,
                "is_platform_shopping": false,
                "shipping_documents": [],
                "can_confirm_complaint_completed": false,
                "is_return_order": false,
                "can_update_shipping_label": false,
                "allow_update_rts_to_store": false,
                "invoice_link": null,
                "can_export_video": true
            },
            "product": 37325,
            "product_inventory": {
                "id": 36077,
                "country": "VN",
                "currency": "VND",
                "sku": "008634",
                "name": "Adidas Áo Khoác Thể Thao Siêu Nhẹ Thoáng Khí • Size: S",
                "image_url": "https://nhl.sgp1.cdn.digitaloceanspaces.com/ts/nhl_1731653675.jpg",
                "nhsin": "NHSINV1901448070",
                "cost": "10000.00",
                "sale_price": "10000.00",
                "has_variant": false,
                "shelf_life": null,
                "outbound_strategy": "fifo",
                "min_shelf_life_outbound": 30,
                "min_shelf_life_inbound": 30,
                "min_shelf_life_inbound_percent": null,
                "min_shelf_life_outbound_percent": null,
                "status": 200,
                "status_update_time": 1731653727.0,
                "is_serial_number": false,
                "is_batch_control": false,
                "last_update_special_fields": 1747636320.0,
                "weight": 10,
                "package_length": 10.0,
                "package_width": 10.0,
                "package_height": 10.0,
                "parent": null,
                "status_display": "In Stock",
                "is_single": true,
                "status_css": "success"
            },
            "item_status_display": "Awaiting label",
            "item_status_css": "warning",
            "product_inventory_stock_id": 30487
        }
    ],
    "error": false,
    "error_code": null,
    "log_id": null,
    "messages": "",
    "total": 1,
    "version": "1.0.19"
}
Previous
List shipment of order
Next
Create shipment inbound
Built with