08 - Guest Checkout Standalone Collection

Number of APIs: 10

  1. Prepare Products - Authenticate Copy POST {{api_url}}/oauth/token

  2. Prepare Products - Setup Taxes POST {{api_url}}/tax/{{tenant}}/taxes

  3. Prepare Products - createExampleProductAndStoreProductId Copy POST {{api_url}}/product/{{tenant}}/products

  4. Prepare Products - add prices for Product POST {{api_url}}/price/{{tenant}}/prices/

  5. Anonymous Login GET https://api.emporix.io/customerlogin/auth/anonymous/login?tenant={{tenant}}&client_id={{storefront_client_id}}

  6. Match Price By Context POST {{api_url}}/price/{{tenant}}/match-prices-by-context

  7. Adding a product to cart POST {{api_url}}/cart/{{tenant}}/carts/{{cart_id}}/items

  8. Retrieve the cart of this customer GET {{api_url}}/cart/{{tenant}}/carts?siteCode=main

  9. Trigger Checkout POST {{api_url}}/checkout/{{tenant}}/checkouts/order/

  10. Creating a new cart POST {{api_url}}/cart/{{tenant}}/carts