Purchase_Flow

Recommended sequence: narrow the catalog, inspect checkout requirements for custom products, quote with final configuration, then purchase.

text
1. catalog_categories
2. catalog_search { category, q, limit }
3. catalog_checkout_requirements { catalogItemId }
4. quote_create { catalogItemId, quantity, configuration? }
5. purchase_create { quoteId | (catalogItemId, quantity, configuration?), idempotencyKey }
6. purchase_get_status { purchaseId }
7. service_list / service_get
8. domain_* or server_* management actions
9. router_api_key_create for OpenAI-compatible credit services