A FulfillmentWorkflowVendorLocation is a specific Location for a FulfillmentWorkflowVendor.
Fulfillment workflows vendors may include multiple locations. For example, a vendor may have warehouse locations in multiple states. In such cases, the location that is closest to the customer and that has sufficient inventory would fulfill the order.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the fulfillment workflow vendor location. |
FulfillmentWorkflowVendorId | int | The ID of the fulfillment workflow vendor that the location belongs to. |
FulfillmentWorkflowVendor (via $expand) | FulfillmentWorkflowVendor | The fulfillment workflow vendor that the location belongs to. |
LocationId | int | The ID of the location for the vendor. |
Location (via $expand) | Location | The location for the vendor. |