Create Parameter Group
Creates a new parameter group for a given product in the catalog.
post
Path parameters
productIdstringRequired
Body
namestringOptional
labelstringOptional
descriptionstring | nullableOptional
displayOrderinteger · int32Optional
defaultbooleanOptional
Responses
201
Created
application/json
400
Bad Request
application/json
403
Forbidden
application/json
500
Internal Server Error
post
/public/v1/catalog/products/{productId}/parameter-groupsLast updated
Was this helpful?