checkout
checkout: object
applyCoupon
applyCoupon: string = "/checkout/currentOrder/applyCoupon"
getAddresses
getAddresses: string = "/checkout/addresses/get?form_key=:formKey"
getCurrentOrder
getCurrentOrder: string = "/checkout/currentOrder/get?form_key=:formKey"
getFormKey
getFormKey: string = "/checkout/formkey/get"
getPayments
getPayments: string = "/checkout/payments/get?form_key=:formKey"
removeCoupon
removeCoupon: string = "/checkout/currentOrder/deleteCoupon"
saveAddress
saveAddress: string = "/checkout/addresses/save"
Magento Client default configuration