Magento 2-REST API Guest shopper
Number of APIs: 7
-
Create a cart POST {{serverUrl}}/index.php/rest/V1/guest-carts
-
Add product to cart POST {{serverUrl}}/index.php/rest/V1/guest-carts/{{cartId}}/items
-
Set billing address POST {{serverUrl}}/index.php/rest/V1/guest-carts/{{cartId}}/billing-address
-
Set shipping info and get payment methods POST {{serverUrl}}/index.php/rest/V1/guest-carts/{{cartId}}/shipping-information
-
Get payment methods GET {{serverUrl}}/index.php/rest/V1/guest-carts/{{cartId}}/payment-methods
-
Payment information POST {{serverUrl}}/index.php/rest/V1/guest-carts/{{cartId}}/payment-information
-
Payment Status POST {{serverUrl}}/index.php/rest/V1/adyen/orders/guest-carts/{{cartId}}/payment-status