OrderWorkflow Steps
Purchase Order Steps
Workflow steps for creating and managing purchase orders from sales orders.
Overview
Purchase order steps handle the creation of purchase orders and deliveries from sales orders. They support drop-shipping, internal transfers, and goods receipt scenarios.
Available Steps
| Step | Key | Description |
|---|---|---|
| Create Purchase Order From Order | CreatePurchaseOrderFromOrder | Create supplier PO from sales order |
| Create Internal Transfer From Shipment | CreateInternalTransferFromShipment | Create internal transfer POs |
| Create PO Delivery From Shipment | CreatePoDeliveryFromShipment | Create deliveries from shipments |
Common Use Cases
Drop-Shipping
Create purchase orders for supplier fulfillment:
Internal Transfers
Move inventory between warehouses:
Goods Receipt
Record deliveries when shipments arrive:
Purchase Order Linking
Sales orders and purchase orders are linked via external IDs:
LinkedToPurchaseOrderId: Links sales order to its purchase orderCreatedFromSalesOrderId: Links purchase order back to originating sales order
This enables:
- Tracking which POs belong to which orders
- Matching deliveries to original orders
- Reservation management across documents
Integration with Allocation
Purchase order steps work with allocation steps:
- TryReallocateToPurchaseOrder: Allocates order lines to existing POs
- CreateInternalTransferFromShipment: Creates new POs for unreserved items
- CreatePODeliveryFromShipment: Records goods receipt
This provides a complete flow from order to fulfillment for complex sourcing scenarios.
