1. Home
  2. Docs
  3. TikiNOW Smart Logistics
  4. API References
  5. Aftersales Service Group
  6. API Get Package Detail

API Get Package Detail

API Get Package Detail.

URL

https://api.tikinow.vn/aftersales/2.0/inbound/package/{package_code}/detail/

Link Production

METHOD

GET

QUERY HEADERS

HeaderValueNote
Content-Typeapplication/json
AuthorizationBearer <access_token>access_token is generated by authorizing the In-House application of the Tiki Developer Platform

QUERY PARAMS

No params

RESPONSE

ParamsTypeRequiredDescription
typestringYPhương thức nhập hàng
type_namestringYTên phương thức nhập hàng
warehouse_inboundstringYKho Aftersale nhập kiện hàng
statusstringYTrạng thái xử lý
status_namestringYTên trạng thái xử lý
itemsArrayYDanh sách sản phẩm
package_logArrayYLịch sử thông tin kiện hàng xử lý

Thông tin sản phẩm: items

ParamsTypeRequiredDescription
skustringYSku của sản phẩm
product_namestringYTên sản phẩm
product_idstringYID sản phẩm (phía Tikinow)
qtyintegerYSố lượng trong kiện
newObjectYThông tin kết quả phân loại: Mới
Ví dụ:
“new”: {
“qty”: 0
}
defectiveObjectYThông tin kết quả phân loại: Hư hỏng
Ví dụ:
“defective”: {
“qty”: 0
}
lostObjectYThông tin sau khi kiểm điếm: Mất
Ví dụ:
“lost”: {
“qty”: 0
}
incorrect_contentObjectYThông tin kết quả phân loại: Sai nội dung sản phẩm
Ví dụ:
“incorrect_content”: {
“qty”: 0
}
grading_codesArrayNDanh sách các mã grading code

Was this article helpful to you? Yes No

How can we help?

Leave a Reply

Your email address will not be published.