跳转到主要内容
GET
/
api
/
ShopifyReturnStatus
/
getAllShopifyReturnStatusList
Get all Shopify return statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/ShopifyReturnStatus/getAllShopifyReturnStatusList \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "shopifyReturnStatusList": [
    {
      "shopifyReturnStatusCode": "<string>",
      "shopifyReturnStatus": "<string>",
      "shopifyReturnStageDescription": "<string>"
    }
  ]
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
列出经 Shopify 连接器集成账户使用的 Shopify 专用退货状态。用于将 Return Helper 内部状态映射到 Shopify 退货记录上的对应状态。

授权

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

响应

Success

shopifyReturnStatusList
object[]

List of Shopify return statuses