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

FieldEndpoint
GET/v3/fulfillment/warehouse/{warehouse_id}/inbound/{order_number}

Path Parameter

FieldData TypeDescriptionNotes
warehouse_idString

Registered warehouse identification

Example: WH-TGR04

Mandatory
order_numberString

Registered Order Number

Example: PO000019

Mandatory

Response Parameter

FieldData TypeDescriptionNote
warehouse_idStringRegistered Warehouse IdentificationAvailable
order_noStringRegistered Order NumberAvailable
po_statusStringPurchase Order Status, divided by 4 categories, “CREATED”, “PROCESSING“, “CLOSED“, “CANCELLED“Available
order_typeString“CG” for Normal Inbound. “RT” for Inbound ReturnAvailable
po_dateyyyy-MM-dd HH:mm:ssPurchase Order Created DateAvailable
first_leg_price_currencyStringCurrency Default : IDRAvailable
purchase_price_currencyStringCurrency Deafult : IDRAvailable
transfer_price_currencyStringCurrency Default : IDRAvailable
track_numberStringTrack NumberAvailable
notesStringNotes InboundAvailable
remarkStringRemark InboundAvailable
supplier_idStringRegistered Supplier IdentificationNot Used in Current System
DETAILS
reference_noStringInbound Order NoAvailable
line_noIntegerLine NoAvailable
skuStringSKU Code (Registered at WMS)Available
titleStringSKU TitleAvailable
received_timeyyyy-MM-dd HH:mm:ssInbound Received Date TimeAvailable
expected_qtyIntegerQTY Expected from SKUAvailable
received_qtyIntegerQTY Received from SKUAvailable
receipt_dateyyyy-MM-dd HH:mm:ssInbound Received Date TimeAvailable
mfg_dateyyyy-MM-ddManufacturing DateAvailable
exp_dateyyyy-MM-ddExpired DateAvailable
batch_noStringBatch NoAvailable
serial_noStringSerial NoAvailable
product_conditionStringProduct Condition
N : Good
Y : Damage
Available
grn_noStringGenerated ASN Number By System WMSAvailable
notesStringRemarksAvailable
purchase_priceStringPurchaseAvailable
first_leg_priceStringThe first tripAvailable
transfer_priceStringTransferAvailable
pack_idStringSKU Code (Registered at WMS)Not Used in Current System
BATCH INFOS
skuStringSKU Code (Registered at WMS)Available
sku_statusStringProduct Condition
N : Good
Y : Damage
Available
received_timeyyyy-MM-dd HH:mm:ssInbound Received Date TimeAvailable
received_quantityIntegerQTY Received from SKUAvailable
mfg_dateyyyy-MM-ddManufacturing DateAvailable
exp_dateyyyy-MM-ddExpired DateAvailable
batch_noStringBatch NoAvailable
line_noStringLine NoAvailable

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_status

Sample 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
  }
}
StatusReason
200Success
401Invalid API Key
404Invalid PO Order Number
500Server Error
Please contact Shipper's representative