Skip to main content
GET
/
commerce
/
catalog
/
admin
/
mastercatalogs
/
{masterCatalogId}
Error
A valid request URL is required to generate request examples
{
  "id": 123,
  "name": "<string>",
  "productPublishingMode": "<string>",
  "enableLiveEdit": true,
  "supportedLocaleCodes": [
    "<string>"
  ],
  "isDeleted": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

masterCatalogId
integer<int32>
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

id
integer<int32>

MasterCatalogId (readonly)

name
string | null

Name of the MasterCatalog (readonly)

productPublishingMode
string | null

The product publishing mode of this MasterCatalog

enableLiveEdit
boolean | null

If the publishingMode is Pending and LiveEditsEnabled = true, DataViewMode live can be passed in the header and live products can be directly edited.

supportedLocaleCodes
string[] | null

Master catalog supported locale codes

isDeleted
boolean

Indicates whether the MasterCatalog has been deleted and should no longer be used