07 - Checkout Standalone Collection

Number of APIs: 12

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

  2. Creating a new customer POST {{api_url}}/customer/{{tenant}}/signup

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

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

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

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

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

  8. Logging in as this customer POST {{api_url}}/customer/{{tenant}}/login

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

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