updateCollection( )


Updates specified properties of a collection. To add products to a collection, call the addProductsToCollection function.

Permissions
Manage Stores - all permissions
Manage Products
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Collection ID (generated automatically by the catalog).


collectionUpdateCollectionRequired

Collection info to update.

Returns
Return Type:Promise<UpdateCollectionResponse>
Did this help?