---
title: "getPackageTrackingDetails"
method: GET
path: "/fba/outbound/2020-07-01/tracking"
tags: ["Fulfillment Outbound v2020-07-01"]
---

# getPackageTrackingDetails

`GET /fba/outbound/2020-07-01/tracking`

Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order.

**Usage Plan:**

| Rate (requests per second) | Burst |
| ---- | ---- |
| 2 | 30 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

## Query parameters

- `packageNumber` integer, required

## Response `200`

Success.

- GetPackageTrackingDetailsResponse — The response schema for the `getPackageTrackingDetails` operation.
  - `payload` PackageTrackingDetails — Tracking details of package
    - `packageNumber` integer, required — The package identifier.
    - `trackingNumber` string — The tracking number for the package.
    - `customerTrackingLink` string — Link on swiship.com that allows customers to track the package.
    - `carrierCode` string — The name of the carrier.
    - `carrierPhoneNumber` string — The phone number of the carrier.
    - `carrierURL` string — The URL of the carrier's website.
    - `shipDate` string, date-time — Date-time formatted timestamp.
    - `estimatedArrivalDate` string, date-time — Date-time formatted timestamp.
    - `shipToAddress` TrackingAddress — Address information for tracking the package.
      - `city` string, required — The city.
      - `state` string, required — The state.
      - `country` string, required — The country.
    - `currentStatus` 'IN_TRANSIT' | 'DELIVERED' | 'RETURNING' | 'RETURNED' | 'UNDELIVERABLE' | 'DELAYED' | 'AVAILABLE_FOR_PICKUP' | 'CUSTOMER_ACTION' | 'UNKNOWN' | 'OUT_FOR_DELIVERY' | 'DELIVERY_ATTEMPTED' | 'PICKUP_SUCCESSFUL' | 'PICKUP_CANCELLED' | 'PICKUP_ATTEMPTED' | 'PICKUP_SCHEDULED' | 'RETURN_REQUEST_ACCEPTED' | 'REFUND_ISSUED' | 'RETURN_RECEIVED_IN_FC' — The current delivery status of the package.
    - `currentStatusDescription` string — Description corresponding to the `CurrentStatus` value.
    - `deliveryWindow` DateRange — The time range within which something (for example, a delivery) will occur.
      - `earliest` string, date-time, required — Date-time formatted timestamp.
      - `latest` string, date-time, required — Date-time formatted timestamp.
    - `signedForBy` string — The name of the person who signed for the package.
    - `additionalLocationInfo` 'AS_INSTRUCTED' | 'CARPORT' | 'CUSTOMER_PICKUP' | 'DECK' | 'DOOR_PERSON' | 'FRONT_DESK' | 'FRONT_DOOR' | 'GARAGE' | 'GUARD' | 'MAIL_ROOM' | 'MAIL_SLOT' | 'MAILBOX' | 'MC_BOY' | 'MC_GIRL' | 'MC_MAN' | 'MC_WOMAN' | 'NEIGHBOR' | 'OFFICE' | 'OUTBUILDING' | 'PATIO' | 'PORCH' | 'REAR_DOOR' | 'RECEPTIONIST' | 'RECEIVER' | 'SECURE_LOCATION' | 'SIDE_DOOR' — Additional location information.
    - `trackingEvents` TrackingEvent[] — An array of tracking event information.
      - `eventDate` string, date-time, required — Date-time formatted timestamp.
      - `eventAddress` TrackingAddress, required — Address information for tracking the package.
        - `city` string, required — The city.
        - `state` string, required — The state.
        - `country` string, required — The country.
      - `eventCode` 'EVENT_101' | 'EVENT_102' | 'EVENT_201' | 'EVENT_202' | 'EVENT_203' | 'EVENT_204' | 'EVENT_205' | 'EVENT_206' | 'EVENT_301' | 'EVENT_302' | 'EVENT_304' | 'EVENT_306' | 'EVENT_307' | 'EVENT_308' | 'EVENT_309' | 'EVENT_401' | 'EVENT_402' | 'EVENT_403' | 'EVENT_404' | 'EVENT_405' | 'EVENT_406' | 'EVENT_407' | 'EVENT_408' | 'EVENT_409' | 'EVENT_411' | 'EVENT_412' | 'EVENT_413' | 'EVENT_414' | 'EVENT_415' | 'EVENT_416' | 'EVENT_417' | 'EVENT_418' | 'EVENT_419' | 'EVENT_801' | 'EVENT_804', required — The event code for the delivery event.
      - `eventDescription` string, required — A description for the corresponding event code.
  - `errors` Error[] — A list of error responses returned when a request is unsuccessful.
    - `code` string, required — An error code that identifies the type of error that occurred.
    - `message` string, required — A message that describes the error condition.
    - `details` string — Additional details that can help the caller understand or fix the issue.

## Other responses

- `400` — Request has missing or invalid parameters and cannot be parsed.
- `401` — The request's Authorization header is not formatted correctly or does not contain a valid token.
- `403` — Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
- `404` — The specified resource does not exist.
- `429` — The frequency of requests was greater than allowed.
- `500` — An unexpected condition occurred that prevented the server from fulfilling the request.
- `503` — Temporary overloading or maintenance of the server.

---

[API](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01.md) · [All operations](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/a-content-management-v2020-11-01/revisions/815a5b6dbaa6/schema)
