---
title: "Return the Shipment"
method: GET
path: "/api/v1/shipping"
tags: ["shipment"]
---

# Return the Shipment

`GET /api/v1/shipping`

Return the Shipment for the specified order

## Path parameters

- `id` string, required

## Response `200`

For successful fetch.

- Shipment[]
  - `id` string — Shipment Identifier
  - `carrier` string — Shipping Carrier
  - `trackingNumber` string — Shipping Tracking Number
  - `estDeliveryDate` string, date — Estimated Delivery Date

---

[API](https://skmtc.dev/packtpublishing/apis/sample-ecommerce-app.md) · [All operations](https://skmtc.dev/packtpublishing/apis/sample-ecommerce-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/sample-ecommerce-app/revisions/51a26ae44206/schema)
