InventoryIncoming
The incoming inventory object represents the information of a Shipment
type InventoryIncoming {
carrierType: String!
createdAt: ISO8601DateTime!
expectedArrivalDate: ISO8601Date
poNumber: String!
receivedAt: ISO8601DateTime
shipDate: ISO8601Date
shipmentId: ID!
shipmentIdentifier: String!
shipmentItem: SupplyShipmentItem!
shippingCarrierService: String
statusName: SupplyShipmentStatusEnum!
totalUnits: Int!
trackingNumber: String
updatedAt: ISO8601DateTime!
}
Fields
InventoryIncoming.carrierType ● String! non-null scalar
InventoryIncoming.createdAt ● ISO8601DateTime! non-null scalar
InventoryIncoming.expectedArrivalDate ● ISO8601Date scalar
InventoryIncoming.poNumber ● String! non-null scalar
InventoryIncoming.receivedAt ● ISO8601DateTime scalar
InventoryIncoming.shipDate ● ISO8601Date scalar
InventoryIncoming.shipmentId ● ID! non-null scalar
InventoryIncoming.shipmentIdentifier ● String! non-null scalar
The Shipment identifier associated with the incoming inventory
InventoryIncoming.shipmentItem ● SupplyShipmentItem! non-null object
The Shipment item object associated with the incoming inventory
InventoryIncoming.shippingCarrierService ● String scalar
InventoryIncoming.statusName ● SupplyShipmentStatusEnum! non-null enum
The status name associated with the incoming inventory
InventoryIncoming.totalUnits ● Int! non-null scalar
InventoryIncoming.trackingNumber ● String scalar
InventoryIncoming.updatedAt ● ISO8601DateTime! non-null scalar
Member Of
InventoryItem object