OrderPackage
type OrderPackage {
id: ID!
errorMessage: String
note: String
orderLineItemIds: [String!]!
orderPackageFulfillStatus: OrderPackageFulfillStatusEnum!
orderPackageNumber: String!
sourceId: String
stockLocationId: String!
trackingInfo: TrackingInfo
}
Fields
errorMessageStringIf the package was sent via the cargo application and received an error, this field is filled with an error message.
noteStringAn optional note, can attach to the order package.
It is the id list of the order line items in the package.
It is the fulfill status of the package
It is the number of order package. Order package number is created with the order number - order package sequence format.
sourceIdStringtrackingInfoTrackingInfoIt is the stock location id information where the package will be shipped.