| Column Header | Description |
| Sequence | A number that groups rows into orders. All rows with the same sequence number become line items on the same order. When the sequence number changes, a new order is created. Rows must be sorted by sequence. |
| Customer | The name of the customer (vendor) placing the order. Must match an existing connected customer name in OrderWerks. This column header may vary depending on your account's terminology (e.g., "Dealer", "Distributor"). |
| Catalog | The name of the catalog to use for this order. Must match an existing catalog name in your account. |
| Price Group | The price group to use for pricing. Must match an existing price group within the specified catalog. If the customer has a locked price group, this must match it. If left blank and the customer has an assigned price group, that will be used instead. |
| SKU (or Item) | The SKU of the catalog item to add as a line item. Must exactly match an active item in the specified catalog. The column can be named either "SKU" or "Item". |
| Qty | The quantity for this line item (numeric value). |
| Column Header | Description |
| Name | Recipient name for the shipping address. |
| Address Line One | Street address line 1. |
| Address Line Two | Street address line 2 (suite, unit, etc.). |
| Address Line Three | Street address line 3 (additional info). |
| City | City. |
| State | State or province. |
| Postal Code | ZIP or postal code. |
| Country | Country. |
| Column Header | Description |
| Order No | A custom order number. If left blank, the system auto-generates one using your account's order numbering sequence. |
| PO No. | Purchase order number to attach to the order. |
| Note | A note visible to the customer on the order. |
| Internal Note | An internal-only note (not visible to the customer). |
| Description | A description for the order. |
| Order Date | Overrides the order creation date (format: a parseable date string, e.g., ). If omitted, defaults to the current date. |
| Ship Date | Sets the due date / target ship date for the order (format: a parseable date string, e.g., ). |
| Order Status | Sets the order to a specific status by name (e.g., "Submitted", "In Production"). If omitted, the order is created in Preliminary status. |
| Unit Price | Overrides the catalog price for this line item. When provided, the line item is marked as a manual price. |
| UOM | Unit of measurement (abbreviation or name). Only applicable if your account uses UOM Sets. The quantity will be converted automatically based on the UOM configuration. |
| Expedited | Set to to mark the order as expedited. Only applicable if your account has the expedited feature enabled. |
| Service Level | The name of the service level to assign (e.g., "Standard", "Rush"). If the name isn't found, the system falls back to your default service level. Only applicable if your account uses service levels. |
| Third Party Order Ref. | A third-party reference number for the order. Only applicable if your account has this feature enabled. |
| Shipping Warehouse | The name of the warehouse to ship from. Must match an existing warehouse name. Only applicable if your account uses warehouses. |
| Is Local Pickup | Set to for local pickup orders. Only applicable if your account supports local pickup. |
| Is Local Delivery | Set to for local delivery orders. Only applicable if your account supports local delivery. |
| Column Header | Description |
| End Client | Name of the end client / final recipient. |
| End Client Address Line One | End client street address line 1. |
| End Client Address Line Two | End client street address line 2. |
| End Client Address Line Three | End client street address line 3. |
| End Client City | End client city. |
| End Client State | End client state/province. |
| End Client Postal Code | End client ZIP/postal code. |
| End Client Country | End client country. |
| End Client Email | End client email address. |
| Sequence | Customer | Catalog | SKU | Qty |
| 1 | Acme Corp | Main | WIDGET-A | 5 |
| 1 | Acme Corp | Main | WIDGET-B | 3 |
| 2 | Smith LLC | Main | GADGET-X | 10 |
| 3 | Acme Corp | Main | WIDGET-A | 2 |
| Error | Cause |
| vendor_not_found | The Customer name doesn't match any connected customer in OrderWerks. Check spelling and ensure the customer is connected. |
| catalog_not_found | The Catalog name doesn't match any catalog in your account. |
| vendor_locked_catalog_mismatch | The customer is locked to a specific catalog that doesn't match the one in the CSV. |
| price_group_not_found | The Price Group doesn't match any price group in the specified catalog, and the customer has no default price group assigned. |
| vendor_price_group_mismatch | The customer has an assigned price group that doesn't match the one in the CSV. |
| item_not_found: [SKU] | The SKU doesn't match any active item in the specified catalog. Verify the SKU is correct and the item is active. |
| service_level_not_found | The Service Level name doesn't match any service level in your account, and no default service level exists. |