# Amelia Huang > A simple storefront, ready to customize. Storefront: https://amelia-huang-store.aly.store Slug: amelia-huang-store ## Catalog GET https://amelia-huang-store.aly.store/api/storefront/v1/stores/amelia-huang-store/products — All products GET https://amelia-huang-store.aly.store/api/storefront/v1/stores/amelia-huang-store/products/{product_id} — One product by id GET https://amelia-huang-store.aly.store/p/{product_id} — Public product page GET https://amelia-huang-store.aly.store/p/{product_id}?variantId={variant_id} — Public variant offer URL GET https://amelia-huang-store.aly.store/api/storefront/v1/stores/amelia-huang-store/collections — All collections GET https://amelia-huang-store.aly.store/collections/{collection_slug} — Public collection page GET https://amelia-huang-store.aly.store/api/storefront/v1/stores/amelia-huang-store/collections/{collection_slug} — One collection by slug GET https://amelia-huang-store.aly.store/api/storefront/v1/stores/amelia-huang-store/collections/{collection_slug}/products — Products in a collection GET https://amelia-huang-store.aly.store/api/storefront/v1/stores/amelia-huang-store/search?q={query} — Search this store ## Checkout (UCP) POST https://amelia-huang-store.aly.store/api/ucp/v1/checkout-sessions — Create checkout session Body: { line_items: [...] } — this host infers site_slug as "amelia-huang-store" POST https://amelia-huang-store.aly.store/api/ucp/v1/catalog/search — Search the UCP catalog POST https://amelia-huang-store.aly.store/api/ucp/v1/catalog/lookup — Batch lookup products by id, variant id, sku, gtin, or mpn POST https://amelia-huang-store.aly.store/api/ucp/v1/catalog/product — Lookup one product GET https://amelia-huang-store.aly.store/api/ucp/v1/orders/{order_or_checkout_id} — Retrieve a buyer-safe order view ## AI Protocols UCP: https://amelia-huang-store.aly.store/.well-known/ucp A2A: https://amelia-huang-store.aly.store/.well-known/agent-card.json Protocol discovery: https://amelia-huang-store.aly.store/.well-known/protocols Commerce profile: https://amelia-huang-store.aly.store/.well-known/commerce-profile.json Shop profile: https://amelia-huang-store.aly.store/shop.txt Google Merchant feed: https://amelia-huang-store.aly.store/feed/google-merchant.xml Sitemap: https://amelia-huang-store.aly.store/sitemap.xml Platform MCP: https://aly.store/api/mcp Platform OAuth: https://admin.aly.store/oauth/authorize x402 direct-purchase template: https://aly.store/api/x402/product/amelia-huang-store/{product_id}