UpdateOrderPackageStatusPackagesInput
type UpdateOrderPackageStatusPackagesInput {
errorMessage: String
packageId: String!
sourceId: String
status: OrderPackageFulfillStatusEnum!
trackingInfo: TrackingInfoDetailInput
}
Fields
errorMessageStringIf the package fulfill status is an ERROR , this field can be sent as full.
It is the package id whose status will be updated.
- Is the entered id must be exist in ikas.
sourceIdStringIt is the source id of the package.
It is the status enum of the will be updated package
trackingInfoTrackingInfoDetailInputIt is the tracking information of the package