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>"
}
]
}
]
}Endpoint used to apply updates for product type
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>"
}
]
}
]
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Mozu.ProductAdmin.Contracts.QuickEditChangeProductTypeActions
List of Mozu.ProductAdmin.Contracts.ChangeProductTypeActions to be applied to a list of Mozu.ProductAdmin.Contracts.Products.
Show child attributes
Success
Aggregates the individual results of update actions per product update
List of Mozu.ProductAdmin.Contracts.QuickEditChangeProductTypeResult
Show child attributes