Delete Manual Reserve - Sellercloud API Docs

Delete Manual Reserve

Overview

This endpoint can be used to delete a manual reserve of a product.

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 endpoint for server XX is https://xx.api.sellercloud.com/rest/api/Inventory/ManualReserves/Delete

For your server endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/Inventory/ManualReserves/Delete

Request

Parameter Data Type Description Required
ProductId String ID of a product Yes
ReserveId Long ID of a manual reserve Yes

Response