GET Inbound Detail by Order Number
Last Updated by 08/12/2025
Shipper API gives interface access to our clients for retrieving or pulling Purchase Order Detail by ID API from Shipper Warehouse Management System
GET Purchase Order Detail Data
| Field | Endpoint |
|---|---|
| GET | /v3/fulfillment/warehouse/{warehouse_id}/inbound/{order_number} |
Path Parameter
Field | Data Type | Description | Notes |
|---|---|---|---|
warehouse_id | String | Registered warehouse identification Example: WH-TGR04 | Mandatory |
order_number | String | Registered Order Number Example: PO000019 | Mandatory |
Response Parameter
Field | Data Type | Description | Note |
|---|---|---|---|
warehouse_id | String | Registered Warehouse Identification | Available |
order_no | String | Registered Order Number | Available |
po_status | String | Purchase Order Status, divided by 4 categories, “CREATED”, “PROCESSING“, “CLOSED“, “CANCELLED“ | Available |
order_type | String | “CG” for Normal Inbound. “RT” for Inbound Return | Available |
po_date | yyyy-MM-dd HH:mm:ss | Purchase Order Created Date | Available |
first_leg_price_currency | String | Currency Default : IDR | Available |
purchase_price_currency | String | Currency Deafult : IDR | Available |
transfer_price_currency | String | Currency Default : IDR | Available |
track_number | String | Track Number | Available |
notes | String | Notes Inbound | Available |
remark | String | Remark Inbound | Available |
supplier_id | String | Registered Supplier Identification | Not Used in Current System |
DETAILS | |||
reference_no | String | Inbound Order No | Available |
line_no | Integer | Line No | Available |
sku | String | SKU Code (Registered at WMS) | Available |
title | String | SKU Title | Available |
received_time | yyyy-MM-dd HH:mm:ss | Inbound Received Date Time | Available |
expected_qty | Integer | QTY Expected from SKU | Available |
received_qty | Integer | QTY Received from SKU | Available |
receipt_date | yyyy-MM-dd HH:mm:ss | Inbound Received Date Time | Available |
mfg_date | yyyy-MM-dd | Manufacturing Date | Available |
exp_date | yyyy-MM-dd | Expired Date | Available |
batch_no | String | Batch No | Available |
serial_no | String | Serial No | Available |
product_condition | String | Product Condition | Available |
grn_no | String | Generated ASN Number By System WMS | Available |
notes | String | Remarks | Available |
purchase_price | String | Purchase | Available |
first_leg_price | String | The first trip | Available |
transfer_price | String | Transfer | Available |
pack_id | String | SKU Code (Registered at WMS) | Not Used in Current System |
BATCH INFOS | |||
sku | String | SKU Code (Registered at WMS) | Available |
sku_status | String | Product Condition | Available |
received_time | yyyy-MM-dd HH:mm:ss | Inbound Received Date Time | Available |
received_quantity | Integer | QTY Received from SKU | Available |
mfg_date | yyyy-MM-dd | Manufacturing Date | Available |
exp_date | yyyy-MM-dd | Expired Date | Available |
batch_no | String | Batch No | Available |
line_no | String | Line No | Available |
Sample Query Parameters Request
/v3/fulfillment/inbounds?warehouse_id=WH-TGR04&po_type=CG&po_status=CREATED&created_start=2021-04-01&created_end=2021-04-10&updated_start=2021-04-01&updated_end=2021-04-10&page=1&limit=10&sort_by=po_statusSample Body Response
{
"metadata": {
"path": "/v3/fulfillment/warehouse/WH-TGR04/inbound/PO000019?%3Aorder_number=PO000019&%3Awarehouse_id=WH-TGR04&",
"http_status_code": 200,
"http_status": "OK",
"timestamp": 1637654084
},
"data": {
"inbound": {
"warehouse_id": "WH-TGR04",
"order_no": "INBOUNDSAMPLE123",
"po_status": "CREATED",
"order_type": "CG",
"po_date": "2021-04-01",
"first_leg_price_currency": 0.00,
"purchase_price_currency": 0.00,
"transfer_price_currency": 0.00,
"supplier_id": "",
"details": [
{
"reference_no": "INBOUNDSAMPLE123",
"line_no": 1,
"sku": "JTA-ARROWS",
"title": "Title JTA-ARROWS",
"pack_id": "JTA-ARROWS",
"received_time": "2025-12-12 10:00:00",
"expected_qty": 500,
"received_qty": 500,
"mfg_date": "2025-10-12",
"exp_date": "2025-10-12",
"batch_no": "Batch01",
"serial_no": "1",
"receipt_date": "2025-12-12 10:00:00",
"product_condition": "N",
"grn_no": "ASN21040100004",
"purchase_price": 0.00,
"first_leg_price": 0.00,
"transfer_price": 0.00,
"notes": ""
},
{
"reference_no": "INBOUNDSAMPLE123",
"line_no": 2,
"sku": "P-NYERILUTUT",
"title": "Title P-NYERILUTUT",
"pack_id": "P-NYERILUTUT",
"received_time": "2025-12-12 10:00:00",
"expected_qty": 200,
"received_qty": 0,
"mfg_date": "2025-10-12",
"exp_date": "2025-10-12",
"batch_no": "Batch01",
"serial_no": "1",
"receipt_date": "2025-12-12 10:00:00",
"product_condition": "N",
"grn_no": "ASN21040100004",
"purchase_price": 0.00,
"first_leg_price": 0.00,
"transfer_price": 0.00,
"notes": ""
}
],
"batch_infos": [
{
"sku": "JTA-ARROWS",
"pack_id": "JTA-ARROWS",
"received_time": "2025-12-12 10:00:00",
"received_quantity": 250,
"mfg_date": "2025-10-12",
"exp_date": "2025-10-12",
"batch_no": "Batch01",
"line_no": "1",
"sku_status": "N",
},
{
"sku": "JTA-ARROWS",
"pack_id": "JTA-ARROWS",
"received_time": "2025-12-12 10:00:00",
"received_quantity": 250,
"mfg_date": "2025-10-12",
"exp_date": "2025-10-12",
"batch_no": "Batch01",
"line_no": "2",
"sku_status": "N",
},
{
"sku": "P-NYERILUTUT",
"pack_id": "JTA-ARROWS",
"received_time": "2025-12-12 10:00:00",
"received_quantity": 200,
"mfg_date": "2025-10-12",
"exp_date": "2025-10-12",
"batch_no": "Batch01",
"line_no": "2",
"sku_status": "N",
},
]
}
}
}{
"metadata": {
"path": "/v3/fulfillment/warehouse/WG-123/inbound/PO-1999?%3Aorder_number=PO-1999&%3Awarehouse_id=WG-123&",
"http_status_code": 401,
"http_status": "Unauthorized",
"errors": [
{
"code": 10001,
"message": "Unauthorized Access. You are not authorized to access this resource."
}
],
"timestamp": 1637654466
}
}{
"metadata": {
"path": "/v3/fulfillment/warehouse/WG-123/inbound/PO000019?%3Aorder_number=PO000019&%3Awarehouse_id=WG-123&",
"http_status_code": 404,
"http_status": "Not Found",
"errors": [
{
"code": 10004,
"message": "Record Does Not Exist. Please Validate Your Input Or Contact Administrator."
}
],
"timestamp": 1637654251
}
}{
"metadata": {
"path": "/v1/fulfillment/client/information",
"http_status_code": 500,
"http_status": "Internal Server Error",
"errors": [
{
"code": 803,
"message": "Internal Server error."
}
],
"timestamp": 1637555484
}
}Status | Reason |
|---|---|
200 | Success |
401 | Invalid API Key |
404 | Invalid PO Order Number |
500 | Server Error |
Updated 17 days ago
