Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

ProcessedOrders /CreateFullResend

Allows 150 calls per minute

Response: List<ReturnInfo>


Parameters

NameTypeDescription
pkOrderIdGuid
despatchLocationGuid
categoryString
reasonString
additionalCostDouble

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/ProcessedOrders/CreateFullResend

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

pkOrderId=d12fe58c-1c46-4518-a37b-f1e7f9ab7f3a&despatchLocation=ba51e60f-b573-474b-9b01-9326cd810910&category=sample string 1&reason=sample string 1&additionalCost=1.1

Response

This is an example of the response JSON. Results will vary depending on your data.

[
  {
    "pkReturnId": 1,
    "RowType": 0,
    "ReturnReference": "sample string 2",
    "fkOrderId": "e9bbbcc5-60d6-40a1-9070-4d70fa0f4638",
    "fkOrderItemRowId": "1d15554c-9bd9-40dd-b3c5-ab08c225ab10",
    "OrderItemBatchId": 5,
    "nOrderId": 6,
    "SKU": "sample string 7",
    "ItemTitle": "sample string 8",
    "BatchNumber": "sample string 9",
    "Reason": "sample string 10",
    "ChannelReason": "sample string 11",
    "ChannelReasonSec": "sample string 12",
    "Category": "sample string 13",
    "ReturnQty": 14,
    "fkReturnLocationId": "8dbd9c6b-04b6-4df3-98b5-908c36eaf472",
    "Scrapped": true,
    "ScrapQty": 1,
    "LastState": "sample string 16",
    "LastDate": "2023-01-10T13:49:50.3299799+00:00",
    "Completed": true,
    "fkNewOrderId": "4809db6f-f5d1-45f7-9711-0b0b2437404e",
    "fkNewOrderItemRowId": "d5d41b1b-e78f-406e-98a1-c35c3e2e8d0f",
    "fkNewStockItemId": "2167424f-2d06-47ff-938a-6feacb30705b",
    "NewQty": 1,
    "NewOrderId": 1,
    "NewOrderCancelled": true,
    "NewSKU": "sample string 20",
    "NewItemTitle": "sample string 21",
    "NewOrderProcessedOn": "2023-01-10T13:49:50.3299799+00:00",
    "AdditionalCost": 1.1,
    "fkRefundRowId": "c63bcf7e-f19b-45ef-a149-1a25df465d48",
    "RefundedAmount": 1.1,
    "PendingRefund": 1.1,
    "ReturnDate": "2023-01-10T13:49:50.3299799+00:00"
  }
]