Skip to main content
POST
/
commerce
/
catalog
/
admin
/
publishing
/
publishsets
Error
A valid request URL is required to generate request examples
{
  "code": "<string>",
  "productCount": 123,
  "productCodes": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
code
string | null

The PublishSet unique identifier

productCount
integer<int32>

Number of product drafts that are included in the publish set

productCodes
string[] | null

List of specific product codes that are included in the publish set

Response

Success

code
string | null

The PublishSet unique identifier

productCount
integer<int32>

Number of product drafts that are included in the publish set

productCodes
string[] | null

List of specific product codes that are included in the publish set