Magento 2-REST API Guest shopper

Number of APIs: 7

  1. Create a cart POST {{serverUrl}}/index.php/rest/V1/guest-carts

  2. Add product to cart POST {{serverUrl}}/index.php/rest/V1/guest-carts/{{cartId}}/items

  3. Set billing address POST {{serverUrl}}/index.php/rest/V1/guest-carts/{{cartId}}/billing-address

  4. Set shipping info and get payment methods POST {{serverUrl}}/index.php/rest/V1/guest-carts/{{cartId}}/shipping-information

  5. Get payment methods GET {{serverUrl}}/index.php/rest/V1/guest-carts/{{cartId}}/payment-methods

  6. Payment information POST {{serverUrl}}/index.php/rest/V1/guest-carts/{{cartId}}/payment-information

  7. Payment Status POST {{serverUrl}}/index.php/rest/V1/adyen/orders/guest-carts/{{cartId}}/payment-status