Client APIAPI ReferenceCheckoutObjectsCheckoutMethodOn this pageCheckoutMethod Object Description Available shipping method with total cost. Declaration type CheckoutMethod { name: String! total: Float!} Fields NameTypeDescriptionnameString!Name of the shipping method.totalFloat!Total cost for this shipping method.