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!
}