---
title: "GetOrderPackagingSplit"
method: GET
path: "/api/Orders/GetOrderPackagingSplit"
tags: ["Orders"]
---

# GetOrderPackagingSplit

`GET /api/Orders/GetOrderPackagingSplit`

Get a possible order split by packaging
<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

## Query parameters

- `orderId` string, uuid
- `openOrdersOnly` boolean

## Response `200`

OK

- OrderPackagingSplit[]
  - `pkBinId` string, uuid — Bin ID
  - `pkPostalServiceId` string, uuid — Postal service ID
  - `PackagingWeight` number, double — Order packaging weight
  - `fkPackagingTypeId` string, uuid — Order packaging type
  - `Items` OrderPackagingSplitItem[] — List of items
    - `AssignedBatches` OrderItemShippingBatchWithRow[] — The batches that make up this row
      - `OrderItemRowId` string, uuid
      - `BatchNumber` string
      - `fkBinId` string, uuid
      - `fkOrderItemBatchId` integer
      - `Quantity` integer — The quantity taken from the batch to fulfil this item
    - `RowId` string, uuid
    - `BoxId` integer
    - `Quantity` integer
    - `TrackingNumber` string
    - `Weight` number, double
    - `SKU` string
    - `Title` string
    - `IsBatched` boolean — Is the order item batched
  - `TotalWeight` number, double — Total weight
  - `Width` number, double — Width
  - `Height` number, double — Height
  - `Depth` number, double — Depth
  - `TrackingNumbers` string — Tracking number

---

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