```
```

Split Shipment Package

Use this method to split one or more items in an Order Package. Package status will be UnPacked and new PackageIDs will be generated. shouldKeepPreviousStatus true keeps the package status, false creates package with Created status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Seller ID

int64
required

Package ID

Body Params
orderLineIds
array of int64s
required

Array of order line IDs to split

orderLineIds*
boolean
Defaults to false

Whether to keep the previous status (true) or create new package with Created status (false)

Headers
string
required

Store front code

Responses
200

Package split successfully

400

Client error

500

Internal server error

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!