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

Documentation Index

Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt

Use this file to discover all available pages before exploring further.

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