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

API Search Package

API Search Package information

URL

https://api.tikinow.vn/aftersales/2.0/inbound/search/

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

ParamsData TypeRequiredDefault ValueDescription
limitintegerN10Number of results to return per page.
offsetintegerN0The initial index from which to return the results.
orderingstringNWhich field from to use when ordering the results: created_at|order_completed_at|completed_at.
searchstringNSearch by package code
package_code__instringNThe list of Package Codes is concatenated with a “__” sign
status_code__instringNSearch by status is concatenated with a “__” sign. For example: created, created__received
warehouse_code__instringNSearch by Warehouse is concatenated with a “__” sign.

RESPONSE

ParamsTypeRequiredDescription
countintegerYSố lượng records
nextstringNURL để lấy kết quả page tiếp theo
previousstringNURL để lấy kết quả page trước
resultsarrayYDanh sách records
results[].package_codestringYMã kiện
results[].status_codestringYMã trạng thái kiện
results[].status_namestringYTên trạng thái kiện
results[].warehouse_codestringYMã kho
results[].warehouse_namestringYTên kho
results[].created_atDatetimeYNgày tạo
results[].created_byObjectYThông tin người tạo
Was this article helpful to you? Yes No

How can we help?

Leave a Reply

Your email address will not be published.