Set WITR Status to Shipped - Sellercloud API Docs

Overview

This endpoint allows you to change the general status of a single existing Warehouse Inventory Transfer (WITR) from Requested to Shipped. 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 Requested. yes

Response