Skip to main content
GET
/
retailer
/
{retailerId}
Get Retailer Details
curl --request GET \
  --url https://api.example.com/retailer/{retailerId}
Returns the full configuration and details of a specific retailer, including integration status and enabled features.

Authentication

Requires a valid Retailer JWT or Admin JWT.

Path Parameters

ParameterTypeRequiredDescription
retailerIdstringYesThe retailer’s UUID

Response

{
  "id": "uuid",
  "name": "Example Store",
  "platform": "shopify",
  "billing": {
    "plan": "growth",
    "status": "active"
  },
  "features": {
    "emailMarketing": true,
    "aiCopy": true,
    "productSync": true
  },
  "createdAt": "2024-01-01T00:00:00Z"
}
MethodPathDescription
GET/retailer/{retailerName}/configGet analytics configuration