A FulfillmentWorkflowShipment is a shipment definition for a FulfillmentWorkflow. Shipment definitions inform rated and non-rated shipments that are created for order items.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the fulfillment workflow shipment. |
| FulfillmentWorkflowId | int | The ID of the fulfillment workflow that the fulfillment workflow shipment belongs to. |
| FulfillmentWorkflow | FulfillmentWorkflow | The fulfillment workflow that the fulfillment workflow shipment belongs to. |
| IsRated | boolean | Flag that indicates whether this shipment is rated. Exactly one rated shipment must exist per fulfillment workflow. Only rated shipments are exposed to the customer. |
| OriginFulfillmentWorkflowVendorId | int | The ID of the fulfillment workflow vendor that serves as the origin for this shipment. |
| OriginFulfillmentWorkflowVendor | FulfillmentWorkflowVendor | The fulfillment workflow vendor that serves as the origin for this shipment. |
| DestinationFulfillmentWorkflowVendorId | int | The ID of the fulfillment workflow vendor that serves as the destination for this shipment. This value will be null if the destination is the customer. |
| DestinationFulfillmentWorkflowVendor | FulfillmentWorkflowVendor | The fulfillment workflow vendor that serves as the destination for this shipment. This value will be null if the destination is the customer. |
| IsIntegrated | boolean | Flag that indicates whether shipments resulting from this definition will be integrated with ShipStation. |
