---
title: "Changes to Order - Add Manual Shipment"
method: POST
path: "/order/add_manual_shipment"
---

# Changes to Order - Add Manual Shipment

`POST /order/add_manual_shipment`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 13 revisions.

- **2026-03-02** `fa53dd949b8e` — 6 breaking, 8 warning, 17 info
- **2024-05-28** `5be88c3f42d3` — 1 info
- **2024-04-22** `08cd9cfa14dd` — 1 breaking, 20 warning, 2 info
- **2024-04-19** `46ceda528000` — 2 breaking, 26 info

## Changes

- **2026-03-02** `fa53dd949b8e` — 6 breaking, 8 warning, 17 info
  - the request property `order_number` became required
  - the request property `store_id` became required
  - the `address` request property type changed from `string` to `object`
  - the `dropship` request property type changed from `string` to `boolean`
  - the `force_deduction` request property type changed from `string` to `boolean`
  - the `order_items` request property type changed from `string` to `array`
  - removed the request property `bol_pro_number`
  - removed the request property `booking`
  - removed the request property `options`
  - removed the request property `origin_address`
  - removed the request property `parcel`
  - removed the request property `seal`
  - removed the request property `total_bundles`
  - removed the request property `tracking_url`
  - api operation id `post_order_add_manual_shipment` was added
  - added the new optional request property `address/address`
  - added the new optional request property `address/address2`
  - added the new optional request property `address/city`
  - added the new optional request property `address/company`
  - added the new optional request property `address/country_code`
  - added the new optional request property `address/email`
  - added the new optional request property `address/name`
  - added the new optional request property `address/phone`
  - added the new optional request property `address/postal_code`
  - added the new optional request property `address/state`
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2024-05-28** `5be88c3f42d3` — 1 info
  - added the new optional request property `parcel`
- **2024-04-22** `08cd9cfa14dd` — 1 breaking, 20 warning, 2 info
  - added required request body
  - deleted the `query` request parameter `address`
  - deleted the `query` request parameter `bol_pro_number`
  - deleted the `query` request parameter `booking`
  - deleted the `query` request parameter `carrier`
  - deleted the `query` request parameter `cost`
  - deleted the `query` request parameter `dropship`
  - deleted the `query` request parameter `force_deduction`
  - deleted the `query` request parameter `no_refresh`
  - deleted the `query` request parameter `notes`
  - deleted the `query` request parameter `options`
  - deleted the `query` request parameter `order_items`
  - deleted the `query` request parameter `order_number`
  - deleted the `query` request parameter `origin_address`
  - deleted the `query` request parameter `seal`
  - deleted the `query` request parameter `service`
  - deleted the `query` request parameter `store_id`
  - deleted the `query` request parameter `total_bundles`
  - deleted the `query` request parameter `tracking_number`
  - deleted the `query` request parameter `tracking_url`
  - deleted the `query` request parameter `warehouse_id`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
- **2024-04-19** `46ceda528000` — 2 breaking, 26 info
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `post_order_add_manual_shipment` removed and replaced with ``
  - added the new optional `query` request parameter `address`
  - added the new optional `query` request parameter `bol_pro_number`
  - added the new optional `query` request parameter `booking`
  - added the new optional `query` request parameter `carrier`
  - added the new optional `query` request parameter `cost`
  - added the new optional `query` request parameter `dropship`
  - added the new optional `query` request parameter `force_deduction`
  - added the new optional `query` request parameter `no_refresh`
  - added the new optional `query` request parameter `notes`
  - added the new optional `query` request parameter `options`
  - added the new optional `query` request parameter `order_items`
  - added the new optional `query` request parameter `order_number`
  - added the new optional `query` request parameter `origin_address`
  - added the new optional `query` request parameter `seal`
  - added the new optional `query` request parameter `service`
  - added the new optional `query` request parameter `store_id`
  - added the new optional `query` request parameter `total_bundles`
  - added the new optional `query` request parameter `tracking_number`
  - added the new optional `query` request parameter `tracking_url`
  - added the new optional `query` request parameter `warehouse_id`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `429`
  - removed the non-success response with the status `500`

---

[Operation](https://skmtc.dev/skulabs/apis/skulabs-api/docs/order/add_manual_shipment/post.md) · [API](https://skmtc.dev/skulabs/apis/skulabs-api.md) · [Page](https://skmtc.dev/skulabs/apis/skulabs-api/changes/order/add_manual_shipment/post)
