Delete order items - Sellercloud API Docs

Overview

The endpoint presented in this article is used for deleting order items from an existing order.

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 on the call when deleting items.

Endpoint

Example for such endpoint for TT server is

https://tt.api.sellercloud.com/rest/api/Orders/{orderID}/items

For your server endpoint will be:

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

Request

Data Type Description
[ int, int ] List of integers representing order items IDs.

Response

"Items deleted successfully."