GET Customer Detail
Last Updated by 25/01/2025
Shipper API gives interface access to our clients for retrieving or pulling Customer Master Detail API from Shipper Warehouse Management System
Specification
| Field | Endpoint |
|---|---|
| GET | /v3/fulfillment/customer |
Sample Query Parameter
| Header | How to Fill |
|---|---|
| X-Api-Key | Shipper Api Key |
/v3/fulfillment/customer?Sample Body Response
{
"metadata": {
"path": "/v1/fulfillment/customers",
"http_status_code": 200,
"http_status": "OK",
"timestamp": 1768201025
},
"data": {
"customers": [
{
"customer_id": "SHIPPERAPI",
"customer_descr1": "SHIPPERAPI",
"customer_descr2": "SHIPPERAPI",
"address1": "SHIPPERAPI",
"address2": "",
"contact1_email": "[email protected]",
"contact1_telp": "0827374625245",
"district": "",
"city": "",
"province": "",
"zipcode": "",
"notes": ""
}
]
}
}{
"metadata": {
"path": "/v3/fulfillment/customer",
"http_status_code": 401,
"http_status": "Unauthorized",
"errors": [
{
"code": 10001,
"message": "Unauthorized Access. You are not authorized to access this resource."
}
],
"timestamp": 1768201053
}
}{
"metadata": {
"path": "/v3/fulfillment/customer",
"http_status_code": 404,
"http_status": "Not Found",
"errors": [
{
"code": 10004,
"message": "Record Does Not Exist. Please Validate Your Input Or Contact Administrator."
}
],
"timestamp": 1637569142
}
}Updated 1 day ago
