Skip to main content

ASN Info for Partner

This endpoint used for getting ASN information for Partner.

Path

get

/fulfillment/partner/fs/:fs_id/asn/info

Request Parameters

ParameterTypeRequiredLocationDescription
fs_id
Integer
Required
path
Fulfillment service id
asn_id
Integer
Required, if asn_ref_num not in request
query
ASN Identifier (ID) of requested ASN
asn_ref_num
Integer
Required, if asn_id not in request
query
ASN reference number of requested ASN

Example Request

curl -X GET \
'http://<WAREHOUSEURL-or-OPENAPIHOST>/fulfillment/partner/fs/13057/asn/info?asn_ref_num=ASN-DODOLGARUTCHANGE/12102020/WHTESUDON/1318242073' \
-H 'Accept: */*' \
-H 'Accept-Encoding: gzip, deflate' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'cache-control: no-cache'

Response Parameters

Success Response Examples

{
"status":"OK",
"config":null,
"server_process_time":"",
"data":{
"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
}
}
}

Error Response Examples

Error Codes

Notes

Have a feedback?