FulfillmentPO

A FulfillmentPO represents an order that is fulfilled -- in whole or in part -- by a particular vendor Location.

A FulfillmentPO is distinct from an Order in that a FulfillmentPO only contains items that are fulfilled by a specified vendor location. For example, an order may contain multiple items, each of which is fulfilled by a different vendor location. In that case, the FulfillmentPO would only contain items in the specified order that are fulfilled by the specified location.

Properties

NameTypeDescription
OrderIdintThe ID of the order that the fulfillment PO maps to.
LocationIdintThe ID of the vendor location that fulfills the PO.
AccountIdintThe ID of the Liftoff account that the fulfillment 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 fulfillment PO belongs to.
Order (via $expand)OrderThe full order that the fulfillment PO maps to. Note: The full order may contain items or portions of items that are not fulfilled by the PO's Location and are therefore not part of the fulfillment PO. Therefore, certain order properties (like OrderTotal) may not be accurate for the fulfillment PO.
Location (via $expand)LocationThe vendor location that fulfills the PO.
FulfillmentPOItems (via $expand)FulfillmentPOItem arrayThe collection of fulfillment PO items in the fulfillment PO.