Checkout Queries
Operations registered in src/gql/queries/checkout/*.
Available Queries
- AvailableShippingMethodsQuery
Operation:
checkoutShippingMethods(cartId: String!, country_code: String, site_id: Int) - AvailablePaymentMethodsQuery
Operation:
checkoutPaymentMethods(cartId: String!, country_code: String, shipping_method: String, site_id: Int) - CheckoutAgreementsQuery
Operation:
checkoutAgreements(cartId: String!)