Set WITR Status to Requested - Sellercloud API Docs

Set WITR Status to Requested

Overview

This endpoint allows you to change the general status of a single existing Warehouse Inventory Transfer (WITR) from Pending to Requested. To consume it, you must:

For information on how you can authenticate, see: Authentication

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

Endpoint

An example of such an endpoint for XX server is:

https:// xx.api.sellercloud.com/rest/api/WarehouseInventoryTransfers/{id}/SetShipped

For your server, the endpoint will be:

https:// {your_server_id}.api.sellercloud.com/rest/api/WarehouseInventoryTransfers/{id}/SetShipped

Request

Parameter Data Type Description Is Required
id integer The ID of an existing WITR with its status currently set to Pending. yes

Response