A FulfillmentWorkflowVendor is a Vendor that is part of a FulfillmentWorkflow.
Fulfillment workflows may include multiple vendors. For example, a shirt may ship from a vendor's warehouse to a subsequent vendor's embroidery facility. The second vendor would then ship the shirt to the customer.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the fulfillment workflow vendor. |
FulfillmentWorkflowId | int | The ID of the fulfillment workflow that the vendor belongs to. |
FulfillmentWorkflow (via $expand) | FulfillmentWorkflow | The fulfillment workflow that the vendor belongs to. |
VendorId | int | The ID of the vendor in the workflow. |
Vendor (via $expand) | Vendor | The vendor in the workflow. |
ShipsToVendorId | int | The ID of the vendor that the workflow vendor ships to. This value will be null if the workflow vendor ships directly to the customer. |
ShipsToVendor | Vendor | The vendor that the workflow vendor ships to. This value will be null if the workflow vendor ships directly to the customer. |
Instructions | string | The fulfillment instructions for the workflow vendor. |
UseForRating | boolean | Flag that indicates whether this vendor is used as the origin address for shipment rating purposes. |
UseForInventory | boolean | Flag that indicates whether this vendor is used to track inventory for products that use this workflow. |
FulfillmentWorkflowVendorLocations (via $expand) | FulfillmentWorkflowVendorLocation array | The collection of locations for the vendor that fulfills products in this workflow. |