Skip to main content

UpdateOrderPackageStatusInput

type UpdateOrderPackageStatusInput {
orderId: String!
packages: [UpdateOrderPackageStatusPackagesInput!]!
sourceId: String
}

Fields

orderIdString!required

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.

sourceIdString

It is the source id of the order.