---
title: "SearchProcessedOrdersPaged"
method: POST
path: "/api/ProcessedOrders/SearchProcessedOrdersPaged"
tags: ["ProcessedOrders"]
deprecated: true
---

# SearchProcessedOrdersPaged

`POST /api/ProcessedOrders/SearchProcessedOrdersPaged`

> **Deprecated.**

Use this call to search for processed orders.
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- ProcessedOrdersSearchProcessedOrdersPagedRequest
  - `from` string, date-time — The lower end of the date range to search. Can be null if searching for 'all dates'. Maximum range is 3 months.
  - `to` string, date-time — The upper end of the date range to search. Can be null if searching for 'all dates'. Maximum range is 3 months.
  - `dateType` 'ALLDATES' | 'RECEIVED' | 'PROCESSED' | 'PAYMENTRECEIVED' | 'CANCELLED' — The search type (e.g. ALLDATES)
  - `searchField` string — The field to search by. Can be found by calling GetSearchTypes.
  - `exactMatch` boolean — Set to true if an exact match is required for the search data.
  - `searchTerm` string — The term which you are searching for.
  - `pageNum` integer — The page number of the request.
  - `numEntriesPerPage` integer — The number of entries required on a page. Maximum 200.

## Response `200`

OK

- GenericPagedResultProcessedOrderWeb — Order item object
  - `PageNumber` integer — Result page number
  - `EntriesPerPage` integer — Result page size, quantity of records per page
  - `TotalEntries` integer — Total records
  - `TotalPages` integer — Total pages
  - `Data` ProcessedOrderWeb[]
    - `pkOrderID` string, uuid — Order ID
    - `cShippingAddress` string — Customer's shipping address
    - `dReceivedDate` string, date-time — Date when order was received on a channel
    - `dProcessedOn` string, date-time — Date when order was processed
    - `timeDiff` number, double — Days elapsed between order received and order processed
    - `fPostageCost` number, double — Order postage cost
    - `fTotalCharge` number, double — Order total charge
    - `PostageCostExTax` number, double — Postage cost excluding tax
    - `Subtotal` number, double — Order subtotal
    - `fTax` number, double — Order tax
    - `TotalDiscount` number, double — Total discount
    - `ProfitMargin` number, double — Profit margin
    - `CountryTaxRate` number, double — Country specific tax rate
    - `nOrderId` integer — Linnworks order ID
    - `nStatus` integer — Order status
    - `cCurrency` string — Order currency
    - `PostalTrackingNumber` string — Postal tracking number
    - `cCountry` string — Country
    - `Source` string — ChannelName/Source (e.g. EBAY)
    - `PostalServiceName` string — Postal service name (e.g. Next day delivery)
    - `PostalServiceCode` string — Postal service code
    - `Vendor` string — Courier name (e.g. DPD)
    - `BillingEmailAddress` string
    - `ReferenceNum` string — Order reference number
    - `SecondaryReference` string — An additional reference number for the order
    - `ExternalReference` string — This is an additional reference number from the sales channel, typically used by eBay
    - `Address1` string — Order first line of address
    - `Address2` string — Order second line of address
    - `Address3` string — Order third line of address
    - `Town` string — Town
    - `Region` string — Region, county, area
    - `BuyerPhoneNumber` string — Buyer phone number
    - `Company` string — Company
    - `SubSource` string — Order subsource (e.g. EBAY1)
    - `ChannelBuyerName` string — Channel specific name used to identify the buyer, such as a username, normally used for eBay
    - `AccountName` string — Customer channel account name
    - `cFullName` string — Customer full name
    - `cEmailAddress` string — Customer email address
    - `cPostCode` string — Post Code
    - `dPaidOn` string, date-time — When order was marked as PAID
    - `dCancelledOn` string, date-time — When order was cancelled
    - `PackageCategory` string — Package category
    - `PackageTitle` string — Package name
    - `ItemWeight` number, double — Items weight
    - `TotalWeight` number, double — Total order weight
    - `FolderCollection` string — Folder name of an order
    - `cBillingAddress` string — Customer billing address
    - `BillingName` string — Customer billing name
    - `BillingCompany` string — Customer billing company
    - `BillingAddress1` string — Billing address line one
    - `BillingAddress2` string — Billing address line two
    - `BillingAddress3` string — Billing address line three
    - `BillingTown` string — Billing town
    - `BillingRegion` string — Billing region, area, county
    - `BillingPostCode` string — Billing postcode
    - `BillingCountryName` string — Billing country
    - `BillingPhoneNumber` string — Billing phone number
    - `HoldOrCancel` boolean — If order on hold or cancelled.
    - `IsResend` boolean — If order was created from a resend
    - `IsExchange` boolean — If order was created from an exchange
    - `TaxId` string — Order tax id
    - `FulfilmentLocationName` string — Order fulfilment location

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
