Get a Partners Catalog

GET /partners/{partnerId}/catalogs/{catalogId}

Path parameters

  • partnerId string(uuid) Required
  • catalogId string(uuid) Required

Responses

  • 200
    Hide response attributes Show response attributes object
    • catalogName string Required
    • products object Required
    • customers object Required
  • 400
    Hide response attributes Show response attributes object
    • message object Required
    • data object Required
  • 401
    Hide response attributes Show response attributes object
    • message object Required
    • data object Required
GET /partners/{partnerId}/catalogs/{catalogId}
curl \
 -X GET https://open-api.hml.soupi.com.br/partners/{partnerId}/catalogs/{catalogId} \
 -H "Authorization: $API_KEY"
Response examples (200)
{
  "catalogName": "string",
  "products": {},
  "customers": {}
}
Response examples (200)
{
  "catalogName": "string",
  "products": {},
  "customers": {}
}
Response examples (400)
{
  "message": {},
  "data": {}
}
Response examples (400)
{
  "message": {},
  "data": {}
}
Response examples (401)
{
  "message": {},
  "data": {}
}
Response examples (401)
{
  "message": {},
  "data": {}
}