InventoryPO

An InventoryPO represents an order of new inventory for a vendor Location.

Properties

NameTypeDescription
IdintThe ID of the inventory PO.
AccountIdintThe ID of the Liftoff account that the inventory PO belongs to. (Note: This account ID will always correspond to the account code you use in your authentication credentials.)
Account (via $expand)AccountThe Liftoff account that the inventory PO belongs to.
PONumberstringThe PO number for the inventory PO.
WarehouseLocationIdintThe ID of the vendor location that receives inventory for this PO.
WarehouseLocation (via $expand)LocationThe vendor location that receives inventory for this PO.
OwnerInventoryPOOwnerThe owner of the PO. Valid values are Subscriber, Account, and Vendor. This value will be null for auto-generated base inventory POs.
SubmitteddatetimeoffsetThe date/time the PO was created.
IsBasePObooleanFlag that indicates whether the PO is an auto-generated base inventory PO for a product.
StatusInventoryPOStatusThe status of the PO. Valid values are Draft, Open, and Closed. A Draft PO may not be set to Open if the PO has no items. An Open PO may not be set back to Draft. A Closed PO may not be set back to Open or Draft.
InventoryPOItems (via $expand)InventoryPOItem arrayThe collection of inventory PO items in the PO.

Deprecated properties

The following properties have been deprecated and scheduled for removal. Avoid using these properties. See the Description column for updated usage notes.

NameTypeDescription
SourceLocationIdintThe ID of the first vendor location that supplies inventory for the first item in this PO.

Deprecated 3/30/2023. Will be removed 10/1/2023. Multiple vendors may now supply inventory for PO items. Use InventoryPOItemFulfillment.SourceLocationId instead.
SourceLocation (via $expand)LocationThe first vendor location that supplies inventory for the first item in this PO.

Deprecated 3/30/2023. Will be removed 10/1/2023. Multiple vendors may now supply inventory for PO items. Use InventoryPOItemFulfillment.SourceLocation instead.
ShippingCostdecimal(18,2)The shipping cost for the first vendor location that supplies inventory for the first item in this PO, in USD.

Deprecated 3/30/2023. Will be removed 10/1/2023. Shipping cost may now be captured for each fulfillment step of each PO item. Use InventoryPOItemFulfillment.ShippingCost instead.
TaxAmountdecimal(18,2)The tax amount for the first vendor location that supplies inventory for the first item in this PO, in USD.

Deprecated 3/30/2023. Will be removed 10/1/2023. Tax may now be captured for each fulfillment step of each PO item. Use InventoryPOItemFulfillment.TaxAmount instead.