InventoryIncoming
The incoming inventory object represents the information of an ASN
type InventoryIncoming {
asnId: ID!
asnIdentifier: String!
asnItem: ASNItem!
asnType: ASNTypeEnum!
carrierType: String!
createdAt: ISO8601DateTime!
expectedArrivalDate: ISO8601Date
poNumber: String!
receivedAt: ISO8601DateTime
shipDate: ISO8601Date
shippingCarrierService: String
statusName: ASNStatusEnum!
totalUnits: Int!
trackingNumber: String!
updatedAt: ISO8601DateTime!
}
Fields
InventoryIncoming.asnId ● ID! non-null scalar
InventoryIncoming.asnIdentifier ● String! non-null scalar
The ASN identifier associated with the incoming inventory
InventoryIncoming.asnItem ● ASNItem! non-null object
The ASN item object associated with the incoming inventory
InventoryIncoming.asnType ● ASNTypeEnum! non-null enum
The ASN type associated with the incoming inventory
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.shippingCarrierService ● String scalar
InventoryIncoming.statusName ● ASNStatusEnum! non-null enum
The status name associated with the incoming inventory
InventoryIncoming.totalUnits ● Int! non-null scalar
InventoryIncoming.trackingNumber ● String! non-null scalar
InventoryIncoming.updatedAt ● ISO8601DateTime! non-null scalar
Member Of
InventoryItem object