Skip to main content

StoreWuiltShipmentStatistics

No description

type StoreWuiltShipmentStatistics implements Node {
storeId: ID!
expectedCOD: Money!
id: ID!
current: StoreWuiltShipmentStats!
previous: StoreWuiltShipmentStats!
airwayBillsCost: Money!
pendingCount: Int!
pendingPickupCount: Int!
deliveredCount: Int!
ongoingCount: Int!
actionRequiredCount: Int!
unsuccessfulCount: Int!
}

Fields

StoreWuiltShipmentStatistics.storeId ● ID! non-null scalar

StoreWuiltShipmentStatistics.expectedCOD ● Money! non-null object

StoreWuiltShipmentStatistics.id ● ID! non-null scalar

StoreWuiltShipmentStatistics.current ● StoreWuiltShipmentStats! non-null object

StoreWuiltShipmentStatistics.previous ● StoreWuiltShipmentStats! non-null object

StoreWuiltShipmentStatistics.airwayBillsCost ● Money! non-null object

StoreWuiltShipmentStatistics.pendingCount ● Int! non-null scalar

StoreWuiltShipmentStatistics.pendingPickupCount ● Int! non-null scalar

StoreWuiltShipmentStatistics.deliveredCount ● Int! non-null scalar

StoreWuiltShipmentStatistics.ongoingCount ● Int! non-null scalar

StoreWuiltShipmentStatistics.actionRequiredCount ● Int! non-null scalar

StoreWuiltShipmentStatistics.unsuccessfulCount ● Int! non-null scalar

Interfaces

Node interface