← Back to all apps

C.FLIP

Shoppingby C.Fli
Launched Mar 8, 2026 on ChatGPT

C.Flip: Your Personal Multilingual AI Shopping Assistant Shopping in a foreign language or looking for the exact right product? C.Flip connects shoppers and physical stores through a seamless AI chat. Instantly talk to the shop's AI clerk in your native language. No extra app downloads, no waiting in line.

For Shoppers: A Smarter Way to Buy Instant Answers in Your Language: Ask about product ingredients, sizes, or bestsellers and get immediate answers in your preferred language. Hyper-Personalized Picks: The AI understands your context to recommend the perfect items based on your skin type, style, or specific needs. Zero Friction: Chat directly through your existing ChatGPT app—it’s that simple.

For Store Owners: Empower Your Retail Turn your inventory data into a 24/7 top-performing clerk. Serve dozens of international tourists simultaneously without language barriers, prevent customer drop-offs during busy hours, and boost your cross-selling conversion rates effortlessly.

3ChatGPT Tools
C.FliDeveloper
ShoppingCategory

Available Tools

Store Information

get_store_info
Full Description

Fetch store information, policies, and descriptions. For parent-scope requests across all stores, pass targetMerchantId (preferred) or targetStoreName to resolve the intended merchant. Prefer targetMerchantId from search_parent_products results when the user asks about a specific merchant.

Parameters (0 required, 3 optional)
Optional
localestring

Optional BCP-47 locale from user context, e.g. ko-KR, en-US, ja-JP, zh-CN.

targetMerchantIdstring

Optional merchant id for cross-store lookup (parent scope only). Prefer this when available.

targetStoreNamestring

Optional store name for cross-store lookup (parent scope only). Use exact/clear names to avoid ambiguity.

First Step

question_guide_tool
Full Description

Use this when the user is starting for the first time, or store name is missing/ambiguous. Do not use when a valid store name is already provided.

Parameters (0 required, 3 optional)
Optional
is_first_timeboolean

Whether this is the user's first visit.

localestring

Optional user locale such as ko-KR or en-US.

store_namestring

Optional store name provided by the user.

Parent Products

search_parent_products
Full Description

Fetch and search available products across all stores. Each product includes merchantId, which should be used for follow-up tools like get_store_info(targetMerchantId). Always preserve the user sentence and split it into rawQuery, storeName, branchName, categoryOrNeed, and preference before calling this tool.

Parameters (0 required, 6 optional)
Optional
branchNamestring

Store branch/location name. Example: "안암점"

categoryOrNeedstring

Category or user need. Example: "스킨케어"

localestring

Optional BCP-47 locale from user context (for language-specific product/store labels), e.g. ko-KR, en-US, ja-JP, zh-CN.

preferencestring

User preference/constraints. Example: "남성 피부에 맞는"

rawQuerystring

Original user sentence without removing store/branch/need words. Example: "씨플립 안암점에서 남성 피부에 맞는 스킨케어 추천"

storeNamestring

Store brand name. Example: "씨플립"