Skip to main content

CreateExceptionInput

No description

input CreateExceptionInput {
shipmentId: Int!
palletId: Int
priority: ExceptionPriority
customerExceptionDescription: String!
}

Fields

CreateExceptionInput.shipmentId ● Int! non-null scalar

Kargo Shipment ID for the exception, this must always be populated. If this is provided without the pallet ID then the customer exception will be at the shipment level.

CreateExceptionInput.palletId ● Int scalar

Kargo Pallet ID for the exception, if present this will be a pallet level exception

CreateExceptionInput.priority ● ExceptionPriority enum

Exception priority, will override if provided otherwise will use default for the chosen exception type

CreateExceptionInput.customerExceptionDescription ● String! non-null scalar

Description of the customer exception

Member Of

createException mutation