FulfillmentWorkflowVendor

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

NameTypeDescription
IdintThe ID of the fulfillment workflow vendor.
FulfillmentWorkflowIdintThe ID of the fulfillment workflow that the vendor belongs to.
FulfillmentWorkflow (via $expand)FulfillmentWorkflowThe fulfillment workflow that the vendor belongs to.
VendorIdintThe ID of the vendor in the workflow.
Vendor (via $expand)VendorThe vendor in the workflow.
ShipsToVendorIdintThe ID of the vendor that the workflow vendor ships to. This value will be null if the workflow vendor ships directly to the customer.
ShipsToVendorVendorThe vendor that the workflow vendor ships to. This value will be null if the workflow vendor ships directly to the customer.
InstructionsstringThe fulfillment instructions for the workflow vendor.
UseForRatingbooleanFlag that indicates whether this vendor is used as the origin address for shipment rating purposes.
UseForInventorybooleanFlag that indicates whether this vendor is used to track inventory for products that use this workflow.
FulfillmentWorkflowVendorLocations (via $expand)FulfillmentWorkflowVendorLocation arrayThe collection of locations for the vendor that fulfills products in this workflow.