请求限频率
{
"data": {
"orderCreate": {
"order": null,
"userErrors": [
{ "field": null, "message": "Too many attempts. Please try again later." }
]
}
}
}
Shopify API 响应状态码与错误码 官方文档地址
总入口(全 API 通用状态码对照表,你要的标题原文页面)
标题:Shopify API response status and error codes 官方完整链接: https://shopify.dev/docs/api/usage/response-codes
页面核心内容对应你之前的报错
- 所有 HTTP 状态码释义(402/403/404/423/429/5xx)
- 区分 REST Admin / GraphQL Admin / Storefront API 不同场景返回差异
This store is unavailable、NOT_FOUND、THROTTLED、店铺冻结 相关错误定义- 限流、店铺锁定、账号欠费封禁的官方判定标准
配套细分相关文档(同体系)
- Storefront API 专属错误 & 4xx/5xx https://shopify.dev/docs/api/storefront/latest#4xx-and-5xx-status-codes
- Admin GraphQL 错误处理(userErrors / 顶层 errors) https://shopify.dev/docs/api/admin-graphql/latest#error-handling
- API 限流规则文档 https://shopify.dev/docs/api/usage/rate-limits