Check if a consignment or consignment import exists

Status code responses: 201 = consignment exists, 202 = consignment import exists, 404 = consignment or consignment import was not found

Path Parameters
  • consignmentId
    Type: stringFormat: uuid
    required
Responses
  • application/json
  • application/json
  • application/json
Request Example for get/v1/consignments/{consignmentId}/check-exists
curl https://api.consignlyhq.com/v1/consignments/123e4567-e89b-12d3-a456-426614174000/check-exists
{
  "status": null,
  "description": null
}