Skip to main content
POST
/
commerce
/
catalog
/
admin
/
quickedit
/
products
/
producttype
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "resourceId": "<string>",
      "success": true,
      "message": "<string>",
      "targetProductTypeId": 123,
      "initialProductTypeId": 123,
      "validationResults": [
        {
          "attributeFqn": "<string>",
          "code": 123,
          "severity": "<string>",
          "message": "<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

Mozu.ProductAdmin.Contracts.QuickEditChangeProductTypeActions

List of Mozu.ProductAdmin.Contracts.ChangeProductTypeActions to be applied to a list of Mozu.ProductAdmin.Contracts.Products.

actions
object[] | null

Response

Success

Aggregates the individual results of update actions per product update

results
object[] | null

List of Mozu.ProductAdmin.Contracts.QuickEditChangeProductTypeResult