Update Multiple Custom Columns for Order - Sellercloud API Docs

Update Multiple Custom Columns for Order

Overview

This endpoint can be used to get the values of multiple custom columns of an order.

In order to consume the endpoint, you must:

For information on how you can authenticate, see: Authentication

As soon as you do the authentication and receive a valid token, it needs to be passed to the call.

Endpoint

https://{your_server_id}.api.sellercloud.com/rest/api/Orders/{orderID}/CustomColumns/Multiple

Request

Method Type:

Authorization:

Header info:

Request Body

A list of custom columns has to be provided in the request where each custom column should have the below fields:

Parameter Data Type Description Required
ColumnName string Custom column name Yes
Value object Custom column value Yes

Response