Update Customer Service Status - Sellercloud API Docs

Update Customer Service Status

Table of Contents

Overview

This endpoint can be used to update the customer service status of existing orders.

In order to consume the endpoint you must:

For information on how you can authenticate, see: Authentication.

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

Endpoint

Example for such an endpoint for TT server is:

https://tt.api.sellercloud.com/rest/api/Orders/CustomerServiceStatus

For your server endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/Orders/CustomerServiceStatus

Request

Post Body:

Parameter Data Type Description Is Required
Orders List List of order ids for which to update the customer service status Yes
CustomerServiceStatus int Customer service status value
For possible values call the service: GET /api/Orders/CustomerServiceStatus/Statuses Yes

Response