ASN Lines ObjectΒΆ
Name |
Data Type |
Description |
---|---|---|
lineId |
Number |
The line ID assigned by the client. |
purchaseOrderNumberLineId |
Number |
The line ID for the purchase order, as assigned by the client. |
PBlineId |
Number |
RESPONSE ONLY. The line ID assigned by Pitney Bowes. |
sku |
String |
Required. The SKU from the master catalog. |
alternateSKU |
String |
Reserved for future use. |
inventoryType |
String |
The type of item inventory. Possible values:
|
originCountryCode |
String |
The ISO-2 country code. Maximum length: 2 characters |
expectedQuantity |
Number |
Required. The total quantity of the item arriving. |
unitOfMeasurement |
String |
The unit of measure for the container. Possible values:
|
estimatedDeliveryDate |
String |
The date and time the order is expected to be delivered, specified in the ISO 8601 format: |
costDetails |
Object |
Details about product price and cost. |
costDetails.retailPrice |
Number |
Retail price of the product. |
costDetails.wholeSalePrice |
Number |
Wholesale price of the product. |
costDetails.unitCost |
Number |
Unit cost of the product. |
costDetails.currency |
String |
The ISO-2 country code. Maximum length: 2 characters |
licensePlateDetails |
Array[Object] |
Reserved for future use. |
licensePlateDetails.licensePlate |
String |
Reserved for future use. |
licensePlateDetails.lotNumber |
String |
Reserved for future use. |
licensePlateDetails.lotExpirationDate |
String |
Reserved for future use. |
licensePlateDetails.expectedQuantity |
Number |
Reserved for future use. |
receivedQuantity |
Number |
RESPONSE ONLY. The actual quantity of the received item. |
For an example, see your API operation.