08 - Guest Checkout Standalone Collection
Number of APIs: 10
-
Prepare Products - Authenticate Copy POST {{api_url}}/oauth/token
-
Prepare Products - Setup Taxes POST {{api_url}}/tax/{{tenant}}/taxes
-
Prepare Products - createExampleProductAndStoreProductId Copy POST {{api_url}}/product/{{tenant}}/products
-
Prepare Products - add prices for Product POST {{api_url}}/price/{{tenant}}/prices/
-
Anonymous Login GET https://api.emporix.io/customerlogin/auth/anonymous/login?tenant={{tenant}}&client_id={{storefront_client_id}}
-
Match Price By Context POST {{api_url}}/price/{{tenant}}/match-prices-by-context
-
Adding a product to cart POST {{api_url}}/cart/{{tenant}}/carts/{{cart_id}}/items
-
Retrieve the cart of this customer GET {{api_url}}/cart/{{tenant}}/carts?siteCode=main
-
Trigger Checkout POST {{api_url}}/checkout/{{tenant}}/checkouts/order/
-
Creating a new cart POST {{api_url}}/cart/{{tenant}}/carts