Elegance
搜索与获取by regenique
AI-powered commerce API for luxury skincare shopping. Enables AI agents to search products, browse collections, manage shopping carts, and generate checkout URLs for the Regenique Elegance Shopify store.
Tools (12)
search_productsSearch for products by keyword. Returns matching products with titles, descriptions, prices, and images. Use this to find specific products or browse by category.
get_productGet detailed information about a specific product by its handle (URL slug) or ID. Returns full product details including all variants, images, and availability.
list_collectionsList all product collections/categories in the store. Returns collection names, descriptions, and handles for navigation.
get_collection_productsGet all products within a specific collection. Use the collection handle to retrieve products organized by category.
filter_productsFilter products by various criteria including vendor/brand, product type, price range, and availability. Useful for narrowing down product selection.
create_cartCreate a new shopping cart, optionally with initial items. Returns the cart ID needed for subsequent operations.
get_cartGet the current contents and total of a shopping cart.
add_to_cartAdd a product variant to an existing cart. Use the variant ID from product details.
update_cartUpdate quantities of items already in the cart. Set quantity to 0 to remove an item.
remove_from_cartRemove one or more items from the cart by their line IDs.
update_buyer_infoAdd or update buyer information (email, phone, country) on the cart for checkout.
get_checkout_urlGet the Shopify checkout URL. The user must be redirected to this URL to complete payment. This requires human escalation as the AI cannot complete payment.