# E-Commerce > Shop · Collections · Support Storefront: https://real-prod-test.aly.store Slug: real-prod-test ## Catalog GET https://real-prod-test.aly.store/api/storefront/v1/stores/real-prod-test/products — All products GET https://real-prod-test.aly.store/api/storefront/v1/stores/real-prod-test/products/{product_id} — One product by id GET https://real-prod-test.aly.store/p/{product_id} — Public product page GET https://real-prod-test.aly.store/p/{product_id}?variantId={variant_id} — Public variant offer URL GET https://real-prod-test.aly.store/api/storefront/v1/stores/real-prod-test/collections — All collections GET https://real-prod-test.aly.store/collections/{collection_slug} — Public collection page GET https://real-prod-test.aly.store/api/storefront/v1/stores/real-prod-test/collections/{collection_slug} — One collection by slug GET https://real-prod-test.aly.store/api/storefront/v1/stores/real-prod-test/collections/{collection_slug}/products — Products in a collection GET https://real-prod-test.aly.store/api/storefront/v1/stores/real-prod-test/search?q={query} — Search this store ## Checkout (UCP) POST https://real-prod-test.aly.store/api/ucp/v1/checkout-sessions — Create checkout session Body: { line_items: [...] } — this host infers site_slug as "real-prod-test" POST https://real-prod-test.aly.store/api/ucp/v1/catalog/search — Search the UCP catalog POST https://real-prod-test.aly.store/api/ucp/v1/catalog/lookup — Batch lookup products by id, variant id, sku, gtin, or mpn POST https://real-prod-test.aly.store/api/ucp/v1/catalog/product — Lookup one product GET https://real-prod-test.aly.store/api/ucp/v1/orders/{order_or_checkout_id} — Retrieve a buyer-safe order view ## AI Protocols UCP: https://real-prod-test.aly.store/.well-known/ucp A2A: https://real-prod-test.aly.store/.well-known/agent-card.json Protocol discovery: https://real-prod-test.aly.store/.well-known/protocols Commerce profile: https://real-prod-test.aly.store/.well-known/commerce-profile.json Shop profile: https://real-prod-test.aly.store/shop.txt Google Merchant feed: https://real-prod-test.aly.store/feed/google-merchant.xml Sitemap: https://real-prod-test.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/real-prod-test/{product_id}