Update Multiple Custom Columns - Sellercloud API Docs

Update Multiple Custom Columns

Overview

Endpoint is used for updating value of multiple user defined product columns. In order to do that you must:

For information on how you can authenticate, see: Authentication

Endpoint

NOTE: Endpoint “PUT /api/Products/{productID}/CustomColumnsMultiple” is obsolete as it does not support special characters in the productID. Use the new endpoint presented in this article.

Example for such endpoint for TT server is https://tt.api.sellercloud.com/api/Products/CustomColumns

For your server endpoint will be:

https://{your_server_id}.api.sellercloud.com/api/Products/CustomColumns

Request

Parameter Data Type Description Is Required
ProductID integer ID of existing product Yes
model List List of custom columns to update Yes
Column.ColumnName string Name of existing column Yes
Column.Value string Column value Yes

Response