Skip to main content

ASN List For Partner

This endpoint used for getting ASN list for Partner.

Path

get

/fulfillment/partner/fs/:fs_id/asn/list

Request Parameters

ParameterTypeRequiredLocationDescription
fs_id
Integer
Required
path
Fulfillment service id
status
Integer
Optional
query
Filtered by ASN Status (default 0, options: 0, 100, 200, 300, 400, 500, 600)
warehouse_id
Integer
Required
query
Warehouse ID, where the increment decrement addressed to
page
Integer
Required
query
Page cursor
limit
Integer
Required
query
Number of result per page

Example Request

curl -X GET \
'http://<WAREHOUSEURL-or-OPENAPIHOST>/fulfillment/partner/fs/13057/asn/list?warehouse_id=19505&page=1&limit=1' \
-H 'Accept: */*' \
-H 'Accept-Encoding: gzip, deflate' \
-H 'Authorization: Tokopedia+Kero:eWG1gWewwgUnLHSO4tjTbtEjXGQ=' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Host: 10.255.15.124' \
-H 'Postman-Token: ef473f7d-914c-435a-9576-d03d107a09cd,01dafdba-43d4-42a1-b78d-9f6a88ee7976' \
-H 'User-Agent: PostmanRuntime/7.15.2' \
-H 'cache-control: no-cache'

Response Parameters

Success Response Examples

{
"status":"OK",
"config":null,
"server_process_time":"",
"data":{
"list":[
{
"asn_id":785,
"asn_ref_num":"ASN-DODOLGARUTCHANGE/12102020/WHTESUDON/1318242073",
"shop_id":480876,
"warehouse_id":341004,
"warehouse_name":"",
"warehouse_dropoff_id":341004,
"fleet_option_id":1,
"partner_id":1,
"booking_date":"2020-10-12T00:00:00Z",
"booking_month":10,
"suggestion_date":[

],
"status":0,
"status_text":"Waiting for Approval",
"can_print":true,
"create_time":"2020-10-12T15:34:17Z",
"detail":[
{
"asn_id":785,
"product_id":15321997,
"quantity":5,
"status":0,
"create_time":"2020-10-12T15:34:17Z",
"product_identifier":"15321997",
"product_tags":[
{
"key":"Batch Inbound",
"value":""
}
],
"product_detail":{
"sku":"",
"name":"Gambar Monokrome",
"alias":"gambar-monokrome",
"category_tree":[
{
"category_id":984,
"name":"Rumah Tangga"
},
{
"category_id":993,
"name":"Dekorasi"
},
{
"category_id":1050,
"name":"Lukisan"
}
],
"weight_value":25,
"weight_unit":"GRAM",
"product_url":"https://staging.tokopedia.com/dodolgarutchange/gambar-monokrome",
"picture_url":"https://ecs7.tokopedia.net/img/cache/200-square/product-1/2019/12/30/8968586/8968586_df31bbf0-e62c-4f93-8eb8-a3eccbead42c_1080_1080",
"product_price":150000
},
"damage_quantity":0,
"putaway_quantity":0,
"remaining_quantity":{
"Int64":0,
"Valid":false
},
"pregenerated_barcode":"15321997"
}
],
"detail_total_page":0,
"detail_next_page":false,
"total_quantity":5,
"number_of_package":1,
"additional_notes":"",
"file_url":"",
"remaining_qty":{
"Int64":0,
"Valid":false
},
"aging_date":{
"String":"",
"Valid":false
},
"finished_time":{
"String":"",
"Valid":false
}
},
{
"asn_id":782,
"asn_ref_num":"ASN-MASS-DODOLGARUTCHANGE/30092020/HAISTARMEDAN/6865616643",
"shop_id":480876,
"warehouse_id":340998,
"warehouse_name":"",
"warehouse_dropoff_id":341004,
"fleet_option_id":1,
"partner_id":1,
"booking_date":"2020-09-30T00:00:00Z",
"booking_month":9,
"suggestion_date":[

],
"status":0,
"status_text":"Waiting for Approval",
"can_print":true,
"create_time":"2020-09-30T19:08:32Z",
"detail":[
{
"asn_id":782,
"product_id":15321968,
"quantity":20,
"status":0,
"create_time":"2020-09-30T19:08:32Z",
"product_identifier":"15321968",
"product_tags":[
{
"key":"Batch Inbound",
"value":""
}
],
"product_detail":{
"sku":"",
"name":"a",
"alias":"a",
"category_tree":[
{
"category_id":500,
"name":""
}
],
"weight_value":100,
"weight_unit":"GRAM",
"product_url":"https://staging.tokopedia.com/dodolgarutchange/a",
"picture_url":"https://ecs7.tokopedia.net/img/cache/200-square/product-1/2019/12/30/8968586/8968586_b2b669bb-3fa4-421f-a752-65d14e6f1a67_526_526",
"product_price":100000
},
"damage_quantity":0,
"putaway_quantity":0,
"remaining_quantity":{
"Int64":0,
"Valid":false
},
"pregenerated_barcode":"15321968"
}
],
"detail_total_page":0,
"detail_next_page":false,
"total_quantity":20,
"number_of_package":1,
"additional_notes":"",
"file_url":"",
"remaining_qty":{
"Int64":0,
"Valid":false
},
"aging_date":{
"String":"",
"Valid":false
},
"finished_time":{
"String":"",
"Valid":false
}
}
],
"next_page":true,
"total_page":0
}
}

Error Response Examples

Error Codes

Notes

Have a feedback?