Documentation Index

Fetch the complete documentation index at: https://docs.mapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Get catalog metadata for a workspace

Prev Next
Get
/api/product-catalog/v1/catalogs/metadata/catalog/workspace
Security
HTTP
Type bearer
Responses
200

Catalog metadata found

{
  "id": 123,
  "name": "Spring Fashion Catalog",
  "description": "Primary product catalog for spring assortment",
  "enrichReady": true,
  "createDate": "2026-07-08T12:00:00Z",
  "modifyDate": "2026-07-08T13:30:00Z",
  "creatorId": 789
}
object

Public catalog metadata

id
integer (int64)

Catalog identifier

name
string

Catalog name

description
string

Catalog description

enrichReady
boolean

Whether enriched catalog data is ready

createDate
string (date-time)

Catalog creation date

modifyDate
string (date-time)

Catalog last modification date

creatorId
integer (int64)

Identifier of the user who created the catalog

204

No catalog is assigned to the requested workspace, or the assigned catalog lookup returned an empty body.

404

Assigned catalog was not found.

{
  "message": "Product feed not found for companyId: 456 and feedId: 123",
  "httpStatus": 404,
  "errorCode": "404 Not Found",
  "timestamp": "2026-07-08T12:00:00Z"
}
object
message
string
httpStatus
integer (int32)
errorCode
string
timestamp
string (date-time)
500

Unexpected error while fetching catalog metadata.

{
  "message": "Unexpected error while processing request",
  "httpStatus": 500,
  "errorCode": "500 Internal Server Error",
  "timestamp": "2026-07-08T12:00:00Z"
}
object
message
string
httpStatus
integer (int32)
errorCode
string
timestamp
string (date-time)