Create Replacement Order - Sellercloud API Docs

Create Replacement Order

Overview

Endpoint that is presented in this article is used for creating replacement 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 to the call.

Endpoint

Example for such endpoint for TT server is:

https://tt.api.sellercloud.com/rest/api/Orders/ReplacementOrder

For your server endpoint will be:

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

Request

Post Body:

Parameter Data Type Description Is Required
OrderID Integer Order ID of the order for which to create replacement order. Yes
ReasonID Integer ID of replacement reason.
List of replacement reasons can be obtained from endpoint GET /Orders/ReplacementOrder/Reasons
Yes
AdditionalNote String Additional note No
DisableInventoryCount Bool Indicates whether the inventory count should be disabled.
Default value is False.
No
SecurityPin String Security pin. Required if Delta is configured to require security pin for this operation. No

Response

  {
  "ReplacementOrderID": 0
  }