A valid request URL is required to generate request examples{
"results": [
{
"resourceId": "<string>",
"success": true,
"message": "<string>"
}
]
}Updates products in catalog through quick edit. Values will be added, not replaced. The Quick Edit APIs are designed primarily for the Quick Edit UI. They are not advised for bulk product updates through a batch job. For efficiently updating your catalog through a batch job, use the Import Export APIs or the Catalog Administration APIs directly.
A valid request URL is required to generate request examples{
"results": [
{
"resourceId": "<string>",
"success": true,
"message": "<string>"
}
]
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Mozu.ProductAdmin.Contracts.QuickEditProductInCatalogActions
List of Mozu.ProductAdmin.Contracts.ProductInCatalogPatchActions to be applied
List of Mozu.ProductAdmin.Contracts.ProductPropertyPatchAction actions to perform
Show child attributes
Success
Aggregates the individual results of update actions per product update
List of Mozu.ProductAdmin.Contracts.QuickEditResult
Show child attributes