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

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

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.

id
integer<int32>

MasterCatalogId (readonly)

isDeleted
boolean

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

name
string | null

Name of the MasterCatalog (readonly)

productPublishingMode
string | null

The product publishing mode of this MasterCatalog

supportedLocaleCodes
string[] | null

Master catalog supported locale codes