Create consignment
POST/consignments
Creates a new inward consignment for the seller. Set validate=true to get per-item
validation results without committing, or validate=false to create immediately.
Request
Responses
- 200
- 400
- 401
Consignment created. If validate=true, includes per-item validation results.
Invalid request.
Missing or invalid access token.