UpdateOrderPackageStatusInput
type UpdateOrderPackageStatusInput {
orderId: String!
packages: [UpdateOrderPackageStatusPackagesInput!]!
sourceId: String
}
Fields
It is the order id whose status will be updated.
- Is the entered id must be exist in ikas.
A list of package objects, each containing input about an package in the order.
sourceId
StringIt is the source id of the order.