UpdateOrderPackageStatusPackagesInput
type UpdateOrderPackageStatusPackagesInput {
errorMessage: String
packageId: String!
sourceId: String
status: OrderPackageFulfillStatusEnum!
trackingInfo: TrackingInfoDetailInput
}
Fields
errorMessage
StringIf 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.
sourceId
StringIt is the source id of the package.
It is the status enum of the will be updated package
trackingInfo
TrackingInfoDetailInputIt is the tracking information of the package