Checkout REST endpoints
vendor/magento/module-checkout/etc/webapi.xml
GET
/V1/carts/mine/payment-information
SelfGet payment information
Checkout · Magento\Checkout\Api\PaymentInformationManagementInterface::getPaymentInformation
/V1/guest-carts/:cartId/payment-information
AnonymousGet payment information
Checkout · Magento\Checkout\Api\GuestPaymentInformationManagementInterface::getPaymentInformation
POST
/V1/carts/:cartId/shipping-information
Checkout · Magento\Checkout\Api\ShippingInformationManagementInterface::saveAddressInformation
/V1/carts/:cartId/totals-information
Calculate quote totals based on address and shipping method.
Checkout · Magento\Checkout\Api\TotalsInformationManagementInterface::calculate
/V1/carts/mine/payment-information
SelfSet payment information and place order for a specified cart.
Checkout · Magento\Checkout\Api\PaymentInformationManagementInterface::savePaymentInformationAndPlaceOrder
/V1/carts/mine/set-payment-information
SelfSet payment information for a specified cart.
Checkout · Magento\Checkout\Api\PaymentInformationManagementInterface::savePaymentInformation
/V1/carts/mine/shipping-information
SelfCheckout · Magento\Checkout\Api\ShippingInformationManagementInterface::saveAddressInformation
/V1/carts/mine/totals-information
SelfCalculate quote totals based on address and shipping method.
Checkout · Magento\Checkout\Api\TotalsInformationManagementInterface::calculate
/V1/guest-carts/:cartId/payment-information
AnonymousSet payment information and place order for a specified cart.
Checkout · Magento\Checkout\Api\GuestPaymentInformationManagementInterface::savePaymentInformationAndPlaceOrder
/V1/guest-carts/:cartId/set-payment-information
AnonymousSet payment information for a specified cart.
Checkout · Magento\Checkout\Api\GuestPaymentInformationManagementInterface::savePaymentInformation
/V1/guest-carts/:cartId/shipping-information
AnonymousCheckout · Magento\Checkout\Api\GuestShippingInformationManagementInterface::saveAddressInformation
/V1/guest-carts/:cartId/totals-information
AnonymousCalculate quote totals based on address and shipping method.
Checkout · Magento\Checkout\Api\GuestTotalsInformationManagementInterface::calculate
Every Magento dev tool, in one hosted workspace.
Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.