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

# SetOrderGeneralInfo

`POST /api/Orders/SetOrderGeneralInfo`

Update the general 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

- OrdersSetOrderGeneralInfoRequest
  - `orderId` string, uuid — Order id
  - `info` OrderGeneralInfo — BasicOrderGeneralInfo
    - `Status` integer — Order Status (0 = UNPAID, 1 = PAID, 2 = RETURN, 3 = PENDING, 4 = RESEND)
    - `StatusDescription` string, nullable — Description of the order status
    - `LabelPrinted` boolean — Is label printed?
    - `LabelError` string, nullable — Is there a label error?
    - `InvoicePrinted` boolean — Is invoice printed?
    - `InvoicePrintError` string, nullable — Is there a invoice print error?
    - `PickListPrinted` boolean — Is pick list printed?
    - `PickListPrintError` string, nullable — Is there a pick list print error?
    - `NotesCount` integer — Quantity of order notes
    - `Marker` integer — Order marker (0 = NOT TAG, 1 = Tag 1, 2 = Tag 2, 3 = Tag 3, 4 = Tag 4, 5 = Tag 5, 6 = Tag 6, 7 = Parked)
    - `Identifiers` BasicIdentifier[], nullable — Order identifiers. [Prime | Scheduled]
      - `Tag` string, nullable — Internal tag for identification purposes
      - `Name` string, nullable — Display name for the identifier
    - `ReferenceNum` string, nullable — Order reference number (Channel defined)
    - `SecondaryReference` string, nullable — An additional reference number for the order (Used by some channels)
    - `ExternalReferenceNum` string, nullable — This is an additional reference number from the sales channel, typically used by eBay
    - `ReceivedDate` string, date-time — The date and time at which the order was placed on the sales channel
    - `Source` string, nullable — Order ChannelName/Source (e.g. EBAY)
    - `SubSource` string, nullable — Order SubSource (e.g. EBAY1)
    - `DespatchByDate` string, date-time — Despatch by Date
    - `ScheduledDelivery` ScheduledDelivery — ScheduledDelivery
      - `From` string, date-time, nullable — The start of requested delivery
      - `To` string, date-time, nullable — The end of requested delivery
    - `HasScheduledDelivery` boolean — Does the order have scheduled delivery dates?
    - `NumItems` integer — Quantity of order items
    - `StockAllocationType` 'NotAllocated' | 'Insuffient' | 'Partial' | 'Full' | 'OverAllocated' — StockAllocationType
  - `wasDraft` boolean — Indicate if the order was a draft before this operation

## Response `204`

No Content

---

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