跳轉到主要內容
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