Skip to main content

OrderPackage

type OrderPackage {
id: ID!
errorMessage: String
note: String
orderLineItemIds: [String!]!
orderPackageFulfillStatus: OrderPackageFulfillStatusEnum!
orderPackageNumber: String!
sourceId: String
stockLocationId: String!
trackingInfo: TrackingInfo
}

Fields

idID!required
errorMessageString

If the package was sent via the cargo application and received an error, this field is filled with an error message.

noteString

An optional note, can attach to the order package.

orderLineItemIds[String!]!required

It is the id list of the order line items in the package.

orderPackageFulfillStatusOrderPackageFulfillStatusEnum!required

It is the fulfill status of the package

orderPackageNumberString!required

It is the number of order package. Order package number is created with the order number - order package sequence format.

sourceIdString
stockLocationIdString!required
trackingInfoTrackingInfo

It is the stock location id information where the package will be shipped.