Quick Edit Product in Catalog
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.
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
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Body
Mozu.ProductAdmin.Contracts.QuickEditProductInCatalogActions
List of Mozu.ProductAdmin.Contracts.ProductInCatalogPatchActions to be applied
List of Mozu.ProductAdmin.Contracts.ProductPropertyPatchAction actions to perform
Response
Success
Aggregates the individual results of update actions per product update
List of Mozu.ProductAdmin.Contracts.QuickEditResult

