NotifyShipmentPickup
Represents the response of notifying the pickup of a shipment.
type NotifyShipmentPickup {
message: Message!
errors: [NotifyShipmentPickupError!]
}
Fields
NotifyShipmentPickup.message ● Message! non-null enum
The message indicating the result of the pickup notification. Possible values: SUCCESS, ERROR
NotifyShipmentPickup.errors ● [NotifyShipmentPickupError!] list object
The errors occurred during the pickup notification.
Returned By
notifyShipmentPickup mutation