Remove one or more consignments from a wave pick job

Path Parameters
  • jobId
    Type: stringFormat: uuid
    required
Body·
application/json
  • consignmentIds
    Type: array string[]
Responses
  • 200

    OK

Request Example for post/v1/jobs/{jobId}/wave-pick/consignments/remove
curl https://api.consignlyhq.com/v1/jobs/123e4567-e89b-12d3-a456-426614174000/wave-pick/consignments/remove \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "consignmentIds": [
    ""
  ]
}'
No Body