You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to create pick wave with mutiple orders via pickWaves REST API?

Summary:

First, I grouped orders 19946, and 19945 into one shipment 2110157.

Then, I tried to use pickWaves API to create pick wave by shipment.

However, I failed. It seems I must input the order number for the payload.

If we have different order, I don't know what should I put.

I tried to put "OrderNumber": "Multiple", and the API response :

You must enter a valid combination of values for the OrderNumber, OrderTypeCode, SourceSystemName attributes.

Do anyone know how to solve it?

Payload:

{    "SourceSystemName": "OPS",    "ShipFromOrganizationCode": "UTI",    "OrderTypeCode": "Sales Order",    "OrderNumber": "Multiple",    "Shipment": "2110157",    "ReleaseStatus": "All",    "ReleaseRule": "Main-UTI",    "PickReleaseFlag": true,    "ReleaseMode": "ONLINE"}

Version (include the version you are using, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!