linkfox-shopify-store-query
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseShopify 店铺查询
Shopify Store Query
要点
Key Points
- 分页:从 1 起;
page默认 20、最大 100。pageSize - 区间入参:/
*Min成对出现(产品数、广告数、月访问量、月订单量),组成上游区间。*Max - 店铺年限 :1=最近 1 年、2=1
year2 年、3=23 年、4=3 年以上。 - 排序:整数枚举(0=产品数,1=类目数,2=月访问量,3=FB 粉丝,4=Ins 粉丝,5=广告数,6=相关度,7=月订单数默认);
sortBy为orderBy(默认)/desc。asc - 国家:传国家代码(如
country、US)。CN
- Pagination: starts from 1;
pagedefaults to 20, maximum 100.pageSize - Range Parameters: /
*Minappear in pairs (number of products, number of ads, monthly visits, monthly orders) to form upstream ranges.*Max - Store Age : 1 = within the last year, 2 = 1-2 years, 3 = 2-3 years, 4 = over 3 years.
year - Sorting: is an integer enumeration (0=number of products, 1=number of categories, 2=monthly visits, 3=FB followers, 4=Ins followers, 5=number of ads, 6=relevance, 7=monthly orders (default));
sortByisorderBy(default) /desc.asc - Country: uses country codes (e.g.,
country,US).CN
脚本(可选)
Script (Optional)
命令行调试:(需 )。详见 references/api.md 末尾。
python scripts/shopify_store_query.py '<JSON>'LINKFOXAGENT_API_KEYCommand line debugging: (requires ). See the end of references/api.md for details.
python scripts/shopify_store_query.py '<JSON>'LINKFOXAGENT_API_KEY解决认证和积分问题
Resolve Authentication and Points Issues
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
For the following exceptions, guide users to resolve them using references/onboarding.md:
异常情况
Exception Scenarios
- 未配置API Key:环境变量未配置 ,也未配置
LINKFOX_AGENT_API_KEY。LINKFOXAGENT_API_KEY - 响应401或402状态码
- 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。
- API Key Not Configured: The environment variable or
LINKFOX_AGENT_API_KEYis not configured.LINKFOXAGENT_API_KEY - 401 or 402 Status Code Response
- Insufficient Points or Balance Prompt: Messages containing "insufficient points balance/insufficient billing/insufficient balance/quota exceeded/insufficient balance/package expired/need to recharge/please recharge" or similar meanings.
参考
References
入参/出参表见 references/api.md。
See references/api.md for the input/output parameter table.
积分消耗规则
Points Consumption Rules
按动态规则计费:消耗积分 = 返回的店铺数 × 1.8。按本页返回条数计费;翻到下一页,本质上是再发一次请求,再按下一页返回条数重新计算。
重要:本技能的服务按倍数动态计算,可能一次性消耗大量积分,必须提醒用户,由用户决定是否继续。
Billed by dynamic rules: Consumed points = number of returned stores × 1.8. Billed based on the number of items returned on this page; turning to the next page is essentially sending another request, and the points are recalculated based on the number of items returned on the next page.
Important: The service of this skill is calculated dynamically by multiples, which may consume a large number of points at once. Users must be reminded and decide whether to continue.