Skip to main content

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 common

InventoryIncoming.createdAt ● ISO8601DateTime! non-null scalar common

InventoryIncoming.expectedArrivalDate ● ISO8601Date scalar common

InventoryIncoming.poNumber ● String! non-null scalar common

InventoryIncoming.receivedAt ● ISO8601DateTime scalar common

InventoryIncoming.shipDate ● ISO8601Date scalar common

InventoryIncoming.shipmentId ● ID! non-null scalar common

InventoryIncoming.shipmentIdentifier ● String! non-null scalar common

The Shipment identifier associated with the incoming inventory

InventoryIncoming.shipmentItem ● SupplyShipmentItem! non-null object shipments

The Shipment item object associated with the incoming inventory

InventoryIncoming.shippingCarrierService ● String scalar common

InventoryIncoming.statusName ● SupplyShipmentStatusEnum! non-null enum shipments

The status name associated with the incoming inventory

InventoryIncoming.totalUnits ● Int! non-null scalar common

InventoryIncoming.trackingNumber ● String scalar common

InventoryIncoming.updatedAt ● ISO8601DateTime! non-null scalar common

Member Of

InventoryItem object