API Docs
Home
Home
Developer GuideAPI
StatusWebhooks
Developer GuideAPI
StatusWebhooks
  1. Shipment Inbound
  • Config
    • List Pickup Address
      GET
    • List Box Dimension
      GET
    • List vendor
      GET
    • List store
      GET
  • Online Product
    • Options
      • List category
      • List brand
    • Create Single Product
      POST
    • Create Product From Product Inventory
      POST
    • List product
      GET
    • Product detail
      GET
  • Product Inventory
    • Options
      • List Outbound Strategy
      • List Product Type
      • List Material
      • List Storage Method
    • List product inventory
      GET
    • Product inventory detail
      GET
    • Create single inventory product
      POST
  • 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
      POST
    • Create order B2B
      POST
    • List order
      GET
    • Order detail
      GET
    • Cancel order
      PATCH
  • 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 Inbound
    • Create shipment inbound
      POST
    • Cancel shipment inbound
      PATCH
    • List shipment inbound
      GET
    • Shipment inbound detail
      GET
    • Shipment inbound items
      GET
  • Order Return
    • List return order
    • Return order detail
    • Create return order
    • Cancel Return Order
  • Courier
    • List courier service integrated
    • List courier operate
    • List courier integrated
  • Address Directory
    • Province
    • District
    • Ward
  1. Shipment Inbound

List shipment inbound

Developing
GET
/api/v1/public/shipments/inbound/list
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/api/v1/public/shipments/inbound/list?page=1&page_size=5&created_from={{$date.timestamp|addMonths(-1)}}&created_to={{$date.timestamp}}' \
--header 'Authorization;'
Response Response Example
{
  "status_code": 200,
  "data": [
    {
      "id": 1370,
      "country": "VN",
      "currency": "VND",
      "inbound_code": "NHIV1902934756",
      "reference_code": "NHIV1902934756",
      "inbound_type": "purchase_order",
      "return_tracking_code": null,
      "warehouse_provider": "NH_WH_HCM",
      "fulfillment_provider": "nandh",
      "status": 700,
      "status_update_time": 1746602164,
      "note": null,
      "total_parcel": 1,
      "total_sku": 1,
      "total_cost": "25999000.00",
      "total_inbound_quantity": 1000,
      "total_received_quantity": 0,
      "total_lost_quantity": 0,
      "total_damaged_quantity": 0,
      "total_damaged_2_quantity": 0,
      "total_damaged_3_quantity": 0,
      "is_priority_inbound": false,
      "total_weight": 685000,
      "is_confirmed_completion": false,
      "additional_services": "ULR",
      "additional_information": {
        "many_sku_in_carton": 0
      },
      "estimated_delivery_time": 1746809995,
      "inspection_time": 0,
      "completed_time": 0,
      "received_time": 0,
      "created_time": 1746600439,
      "updated_time": 1746600439,
      "user": 190,
      "business": 276,
      "updated_by": 190,
      "created_by": 190,
      "inbound_address": 167,
      "vendor": {
        "id": 123,
        "name": "FC APD",
        "logo": null,
        "vendor_type_display": "Personal"
      },
      "status_display": "Cancelled",
      "inbound_type_display": "Purchase Order",
      "status_css": "danger",
      "fulfillment_provider_name": "N&H Logistics",
      "warehouse_provider_name": "FC HCM",
      "can_edit": false,
      "can_cancel": false,
      "can_update_inbound_item": false,
      "can_update_received_qty_item": false,
      "can_update_completed": false,
      "can_confirm_received": false,
      "can_confirm": false,
      "can_confirm_shipping": false,
      "can_confirm_push_3pf": false,
      "additional_services_info": [
        {
          "value": "ULR",
          "label": "Unloading goods - loose cargo",
          "description": "",
          "is_active": true,
          "is_default": true
        }
      ],
      "can_edit_documents": false,
      "can_confirm_completion": false,
      "shipment_inbound_items": [
        12182
      ],
      "shipment_inbound_parcel": [
        1819
      ],
      "email_updated": "appreview01@nandh.vn",
      "email_created": "appreview01@nandh.vn"
    },
    {
      "id": 1363,
      "country": "VN",
      "currency": "VND",
      "inbound_code": "NHIV1902067630",
      "reference_code": "PO-89977",
      "inbound_type": "purchase_order",
      "return_tracking_code": null,
      "warehouse_provider": "NH_WH_HCM",
      "fulfillment_provider": "nandh",
      "status": 700,
      "status_update_time": 1746428153,
      "note": "Kiểm kỹ ngoại quan",
      "total_parcel": 2,
      "total_sku": 2,
      "total_cost": "26368000.00",
      "total_inbound_quantity": 220,
      "total_received_quantity": 0,
      "total_lost_quantity": 0,
      "total_damaged_quantity": 0,
      "total_damaged_2_quantity": 0,
      "total_damaged_3_quantity": 0,
      "is_priority_inbound": false,
      "total_weight": 270100,
      "is_confirmed_completion": false,
      "additional_services": "ULR",
      "additional_information": {
        "many_sku_in_carton": 0
      },
      "estimated_delivery_time": 1746637146,
      "inspection_time": 0,
      "completed_time": 0,
      "received_time": 0,
      "created_time": 1746428094,
      "updated_time": 1746428094,
      "user": 190,
      "business": 276,
      "updated_by": 190,
      "created_by": 190,
      "inbound_address": 167,
      "vendor": {
        "id": 123,
        "name": "FC APD",
        "logo": null,
        "vendor_type_display": "Personal"
      },
      "status_display": "Cancelled",
      "inbound_type_display": "Purchase Order",
      "status_css": "danger",
      "fulfillment_provider_name": "N&H Logistics",
      "warehouse_provider_name": "FC HCM",
      "can_edit": false,
      "can_cancel": false,
      "can_update_inbound_item": false,
      "can_update_received_qty_item": false,
      "can_update_completed": false,
      "can_confirm_received": false,
      "can_confirm": false,
      "can_confirm_shipping": false,
      "can_confirm_push_3pf": false,
      "additional_services_info": [
        {
          "value": "ULR",
          "label": "Unloading goods - loose cargo",
          "description": "",
          "is_active": true,
          "is_default": true
        }
      ],
      "can_edit_documents": false,
      "can_confirm_completion": false,
      "shipment_inbound_items": [
        12173,
        12172
      ],
      "shipment_inbound_parcel": [
        1811,
        1812
      ],
      "email_updated": "appreview01@nandh.vn",
      "email_created": "appreview01@nandh.vn"
    }
  ],
  "error": false,
  "error_code": null,
  "log_id": null,
  "messages": "",
  "total": 2
}

Request

Query Params
page
integer 
required
Example:
1
page_size
integer 
required
Example:
5
created_from
array[string]
required
Example:
["{{$date.timestamp|addMonths(-1)}}"]
created_to
array[string]
required
Example:
["{{$date.timestamp}}"]
Header Params
Authorization
string 
required
Default:
{{your_api_key_here}}

Responses

🟢200OK
application/json
Body
status_code
integer 
required
data
array [object {59}] 
optional
id
integer 
required
country
string 
required
currency
string 
required
inbound_code
string 
required
reference_code
string 
required
inbound_type
string 
required
return_tracking_code
null 
required
warehouse_provider
string 
required
fulfillment_provider
string 
required
status
integer 
required
status_update_time
integer 
required
note
string  | null 
required
total_parcel
integer 
required
total_sku
integer 
required
total_cost
string 
required
total_inbound_quantity
integer 
required
total_received_quantity
integer 
required
total_lost_quantity
integer 
required
total_damaged_quantity
integer 
required
total_damaged_2_quantity
integer 
required
total_damaged_3_quantity
integer 
required
is_priority_inbound
boolean 
required
total_weight
integer 
required
is_confirmed_completion
boolean 
required
additional_services
string 
required
additional_information
object 
required
estimated_delivery_time
integer 
required
inspection_time
integer 
required
completed_time
integer 
required
received_time
integer 
required
created_time
integer 
required
updated_time
integer 
required
user
integer 
required
business
integer 
required
updated_by
integer 
required
created_by
integer 
required
inbound_address
integer 
required
vendor
object 
required
status_display
string 
required
inbound_type_display
string 
required
status_css
string 
required
fulfillment_provider_name
string 
required
warehouse_provider_name
string 
required
can_edit
boolean 
required
can_cancel
boolean 
required
can_update_inbound_item
boolean 
required
can_update_received_qty_item
boolean 
required
can_update_completed
boolean 
required
can_confirm_received
boolean 
required
can_confirm
boolean 
required
can_confirm_shipping
boolean 
required
can_confirm_push_3pf
boolean 
required
additional_services_info
array [object {5}] 
required
can_edit_documents
boolean 
required
can_confirm_completion
boolean 
required
shipment_inbound_items
array[integer]
required
shipment_inbound_parcel
array[integer]
required
email_updated
string 
required
email_created
string 
required
error
boolean 
optional
error_code
string 
optional
log_id
string 
optional
messages
string 
optional
total
integer 
optional
Previous
Cancel shipment inbound
Next
Shipment inbound detail
Built with