GetArchivedTransfers

Use this call to retrieve all of the archived transfers in the system (i.e. Delivered or Deleted).
Permissions Required: GlobalPermissions.Inventory.WarehouseTransferNode
Rate limit: 150 / minute

Log in to see full request history
Query Params
int32

The page number (starting at 1).

int32

The number of entries to be returned per page.

Response

Response body
object
int32

Result page number

int32

Result page size, quantity of records per page

int64

Total records

int32

Total pages

Data
array of objects
Data
object
uuid

Transfer ID

uuid

Location from which transfer is made (unique identifier)

uuid

Location to which transfer is made (unique identifier)

string

Name of location from which transfer is made

string

Name of location to which transfer is made

string

Current transfer status

Draft Request Accepted Packing InTransit CheckingIn Delivered

int32

Status ID

string

Transfer reference number

date-time

When transer was ordered

int32

Number of items transfered

int32

Number of transfer notes

uuid

Original transfer ID

string

Original transfer reference number

boolean

If its a discrepency transfer

boolean

If transfer is deleted

Bins
array of objects

List of transfer bins

Bins
object
uuid

Bin ID

string

Transfer bin name

string

Bin reference

string

Bin barcode

BinNotes
array of objects

List of transfer bin notes

BinNotes
object
uuid

Transfer bin note ID

string

User who created note

string

Note text

date-time

When bin note was added

boolean

If bin note is readable

uuid

Bin ID

BinItems
array of objects

List of transfer items

BinItems
object
uuid

Transfer ID

uuid

Stock item ID (unique identifier)

string

Product SKU

string

Product barcode

string

Product title

int32

Quantity requested for transfer

int32

Quantity transferred

int32

Quantity received

int32

Quantity from location

int32

Due from location quantity

int32

Currently in location quantity

int32

Items notes count

string

Stock item binrack

uuid

Transfer bin ID

ItemNotes
array of objects

List of transfer notes

ItemNotes
object
uuid

Stock item ID (unique identifier)

string

User who added note

string

Note text

date-time

When note was added

boolean

If note is readable

uuid

Bin ID

uuid

Transfer ID

Notes
array of objects

List of transfer notes

Notes
object
uuid
string
string
date-time
boolean
AuditTrail
array of objects

List of transfer audits

AuditTrail
object
uuid
string

TransferStatusChange TransferItem TransferNote TransferProperty TransferBin TransferInformation TransferMerge TransferArchived

int32
date-time
string
TransferProperties
array of objects

List of transfer properties

TransferProperties
object
uuid
string
string
UpdateStatus
object
Language
Credentials