---
title: "SetOrderShippingInfo"
method: POST
path: "/api/Orders/SetOrderShippingInfo"
tags: ["Orders"]
---

# SetOrderShippingInfo

`POST /api/Orders/SetOrderShippingInfo`

Update the shipping info of a specific order
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>250</b></span> / minute

## Request body

- OrdersSetOrderShippingInfoRequest
  - `orderId` string, uuid — Order id
  - `info` UpdateOrderShippingInfoRequest
    - `PostalServiceId` string, uuid — Postal service ID
    - `TotalWeight` number, double — Order total weight
    - `ItemWeight` number, double — If order is processed
    - `PostageCost` number, double — Order postage cost
    - `TrackingNumber` string — Order tracking number provided by courier
    - `ManualAdjust` boolean — If there is an adjustment to shipping cost was made

## Response `200`

OK

- UpdateTotalsResult
  - `TotalsInfo` OrderTotalsInfo — OrderTotalsInfo
    - `Subtotal` number, double — Order subtotal
    - `PostageCost` number, double — Order postage cost
    - `PostageCostExTax` number, double — Order postage cost ex. tax
    - `Tax` number, double — Tax
    - `TotalCharge` number, double — Total charge
    - `PaymentMethod` string, nullable — Payment method
    - `PaymentMethodId` string, uuid — Payment method ID
    - `TotalDiscount` number, double — Total discount applied to the order
    - `Currency` string, nullable — Order currency
    - `CountryTaxRate` number, double — Country tax rate
    - `ConversionRate` number, double — Currency conversion rate. Set at point of save by the currency
  - `ShippingInfo` OrderShippingInfo — OrderShippingInfo
    - `Vendor` string, nullable — Courier name (e.g. Royal Mail)
    - `PostalServiceId` string, uuid — Postal service ID
    - `PostalServiceName` string, nullable — Postal service name (e.g. Next day delivery)
    - `TotalWeight` number, double — Order total weight
    - `ItemWeight` number, double — Order item weight
    - `PackageCategoryId` string, uuid — Package category ID
    - `PackageCategory` string, nullable — Package category name
    - `PackageTypeId` string, uuid, nullable — Package type ID
    - `PackageType` string, nullable — Package type name
    - `TrackingNumber` string, nullable — Order tracking number provided by courier
    - `ManualAdjust` boolean — If there is an adjustment to shipping cost was made

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
