---
title: "Ship the specified shipping request"
method: POST
path: "/api/v1/shipping"
tags: ["shipping"]
---

# Ship the specified shipping request

`POST /api/v1/shipping`

Ship the specified shipping request

## Request body

- ShippingReq — Contains information required for Shipping request
  - `orderId` string — Order Identifier
  - `address` Address
    - `id` string — Order identifier
    - `number` string — house of flat number
    - `residency` string — Socieity or building name
    - `street` string — street name
    - `city` string — city name
    - `state` string — state name
    - `country` string — country name
    - `pincode` string — postal code
  - `itemCount` integer — The number of items in the order

## Response `200`

For successful fetch.

- Authorization
  - `orderId` string — Order Identification
  - `time` string, date-time — Timestamp when this authorization was created
  - `authorized` boolean — Flat that specify whether the payment is authorized
  - `message` string — Approavl or rejection message
  - `error` string — Processing error description, if any

---

[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)
