Delete Purchase Order Items - Sellercloud API Docs

Overview

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

To consume the endpoint, you must:

For information on how you can authenticate, see Authentication.

Once you authenticate and receive a valid token, it needs to be passed on the call when deleting items.

Endpoint

Example of such endpoint for TT server is

https://tt.api.sellercloud.com/rest/api/PurchaseOrders/{POid}/Items

For your server endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/PurchaseOrders/{POid}/Items

Request

Parameter Description
PoItemsIDs List of integers representing purchase order items IDs.

Response

"Items deleted successfully."