calculateShipmentFees
Calculates the fees for a collection of shipped items. Should only be called by the Order service
calculateShipmentFees(
input: CalculateShipmentFeesInput!
): Int!
Arguments
calculateShipmentFees.input
● CalculateShipmentFeesInput!
non-null input
The input for the calculateShipmentFees query.
Type
Int
scalar
The
Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.