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
Name | Type | Description |
---|---|---|
OrderId | int | The ID of the order that the fulfillment PO maps to. |
LocationId | int | The ID of the vendor location that fulfills the PO. |
AccountId | int | The 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) | Account | The Liftoff account that the fulfillment PO belongs to. |
Order (via $expand) | Order | The 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) | Location | The vendor location that fulfills the PO. |
FulfillmentPOItems (via $expand) | FulfillmentPOItem array | The collection of fulfillment PO items in the fulfillment PO. |