Specify how many records to return in single call, up to 200.
PageNumber
Y
Integer
Specify which page you are querying, starts from 1.
FromTime
DateTime
The start date (only support date level at this moment, time part will be supported in the future) of the ASN uploading time, based on UTC.
ToTime
DateTime
The end date (only support date level at this moment, time part will be supported in the future) of the ASN uploading time, based on UTC.
FromCloseTime
DateTime
The start date (only support date level at this moment, time part will be supported in the future) of the ASN close time (the time when the ASN is marked as Completed), based on UTC.
ToCloseTime
DateTime
The end date (only support date level at this moment, time part will be supported in the future) of the ASN close time, based on UTC.
WarehouseCode
String
Specify the warehouse that the ASN delivers to, value could be “USCA01” or “USNJ01”, empty means querying all applicable warehouses.
AsnNumber
String
ASN Number
ReferenceNumber
String
Reference number of the ASN
Type
String
The type of the ASN, value should be “SupplierReceipt” or “Return”.
Status
String
The status of the ASN.
SKU
String
The SKU number in the ASN.
Response
Attribute List
Element Name
Data Type
Description
TotalCount
Integer
The count of returned records.
PageNumber
Integer
Same value in request body.
PageSize
Integer
Same value in request body.
PageCount
Integer
Indicate the total page count based the total record count and the page size.
Result
Array<Object>
The ASN data list. the detail schema inside this node is same with the response schema of Get ASN Information API.