Skip to main content
Version: v3

Update Product Collection

PUT 

/products/collections/:collectionId

Update a specific product collection with Id :collectionId

Request

Version stringrequired

API Version

Available optionsv3
collectionId stringrequired

MongoId of the collection

application/json

Bodyrequired

    altIdstringrequired

    Location Id

    altTypestringrequired

    The type of alt. For now it is only LOCATION

    Available optionslocation
    namestring

    Name of the Product Collection

    slugstring

    Slug of the Product Collection which helps in navigation

    imagestring

    The URL of the image that is going to be displayed as the collection Thumbnail

    seoobject

    The metadata information which will be displayed in SEO previews

application/json

Successful response

Schema
    statusbooleanrequired

    Status of api action

    messagestring

    Success message