An InventoryPOItemFulfillment represents a fulfillment step for an InventoryPOItem in an InventoryPO.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the fulfillment step. |
| InventoryPOItemId | int | The ID of the inventory PO item that the fulfillment step belongs to. |
| InventoryPOItem (via $expand) | InventoryPOItem | The inventory PO item that the fulfillment step belongs to. |
| SourceLocationId | int | The ID of the vendor location that supplies inventory for this fulfillment step. |
| SourceLocation (via $expand) | Location | The vendor location that supplies inventory for this fulfillment step. |
| DestinationLocationId | int | The ID of the vendor location that receives inventory for this fulfillment step. Note that the last fulfillment step for a PO item must always be delivered to the warehouse location specified for the PO. |
| DestinationLocation | Location | The vendor location that receives inventory for this fulfillment step. |
| FulfillmentNumber | int | The number of the fulfillment step for the PO item. |
| ItemPONumber | string | The PO number for the fulfillment step. |
| SourceSKU | string | The SKU that the source location uses to reference the PO item's product. |
| Instructions | string | Fulfillment instructions for the source location. |
| BaseCost | decimal(18,2) | The base cost charged by the source location for this fulfillment step, in USD. |
| ShippingCost | decimal(18,2) | The shipping cost charged by the source location for this fulfillment step, in USD. |
| TaxAmount | decimal(18,2) | The tax amount charged by the source location for this fulfillment step, in USD. |
