Fetch Guest customer Payment details by /V1/guest-carts/:cartId/shipping-information REST API Magento 2.

Guest Quote REST API /V1/guest-carts/:cartId/shipping-information to fetch available payment method and cart totals related information for Guest Cart.

When you work with the Guest Customer Order flow via API, you need given API details to fetch the payment method for the current quote. Continue reading “Fetch Guest customer Payment details by /V1/guest-carts/:cartId/shipping-information REST API Magento 2.”

Guest Estimate shipping method V1/guest-carts/:cartId/estimate-shipping-methods from address REST API Magento 2.

Get Estimate Shipping method for a guest customer in Magento via V1/guest-carts/:cartId/estimate-shipping-methods REST API.

To fetch current guest customer quote shipping methods, you need to pass the address of the customer, once you add the payload as the address for the current quote, the available shipping method will be displayed in the result. Continue reading “Guest Estimate shipping method V1/guest-carts/:cartId/estimate-shipping-methods from address REST API Magento 2.”

Fetch Guest Customer Quote data by Masked Id /V1/guest-carts/:cartId REST API Magento 2.

You can Fetch Guest customer quote data using REST API in Magento 2 by passing cart Masked ID as parameter in Request URL,

/V1/guest-carts/:cartId

Continue reading “Fetch Guest Customer Quote data by Masked Id /V1/guest-carts/:cartId REST API Magento 2.”