---
title: "Scan parcel for shipper drop-off"
method: GET
path: "/{countryCode}/1.0/send-orders/{trackingId}"
tags: ["PUDO partners API"]
---

# Scan parcel for shipper drop-off

`GET /{countryCode}/1.0/send-orders/{trackingId}`

Triggers parcel scanning for shipper drop-off at a Ninja Point. Returns order information.

## Path parameters

- `countryCode` 'SG' | 'MY' | 'TH' | 'ID' | 'VN' | 'PH' | 'MM', required
- `trackingId` string, required

## Response `200`

Order successfully scanned.

- SendParcelScanResponse
  - `tracking_id` string, required — Tracking ID of the parcel
  - `type` string, required — Type of parcel (Normal | Return)
  - `status` string, required — Identifies the major milestone for where an order is in the parcel life cycle
  - `granular_status` string, required — Identify more detailed transitions inside the status

---

[API](https://skmtc.net/ninjavan/apis/ninja-van-api.md) · [All operations](https://skmtc.net/ninjavan/apis/ninja-van-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/ninja-van-api/revisions/9096adaf76a2/schema)
