Skip to main content
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>"
    }
  ]
}
Lists Shopify-specific return statuses for accounts integrated via the Shopify connector.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

shopifyReturnStatusList
object[]

List of Shopify return statuses