Skip to main content

Export sales order columns reference

This page lists every column the Export button on the Sales Orders list can write, for both content modes. It's the reference companion to the export walkthrough in Bulk actions on the sales orders list — go there for the dialog, scope options, and file formats; come here to look up what a specific exported column contains.

The two content modes

The Content setting in the Export dialog picks the shape of the file:

  • SO Summaryone row per sales order. Contains the summary columns below.
  • SO with Line Itemsone row per line item, with the order's summary columns repeated on each of its lines, followed by the line-item columns. An order with no lines still emits one row (line columns blank).

Scope (All records / Filtered results / Current page / Selected records) and format (XLSX / CSV) are independent of the content mode. Exports of roughly a thousand orders or more run as a background job; a Current page export always downloads inline. See Bulk actions → Export the list.

Summary mode follows your visible columns

SO Summary exports exactly the columns you currently have visible in the list — tune the Columns menu first if you want a specific layout. (When no visible set is passed, all summary columns below are written.) Line-item columns are always fully included in SO with Line Items mode regardless of which columns are visible.

SO Summary columns

One row per order. Money columns are in the order's own currency; empty values are blank. Any sales-order custom-field columns you have visible are appended here too.

HeadingContains
IDThe order's record ID.
Order #The sales order number.
Customer PO#The customer's own purchase order number.
Order DateThe order date (in your account timezone).
StatusOrder status — shows cancelled for a canceled order, otherwise the stored status.
FulfillmentFulfillment status.
PaymentPayment status.
Customer IDThe customer's record ID.
CustomerCustomer name.
Customer EmailCustomer email.
Customer CompanyCustomer company.
Customer PhoneCustomer phone.
Channel IDThe sales channel's record ID.
Sales ChannelThe sales channel name.
Sub ChannelThe sub sales channel name.
ChannelThe origin integration name (for example, the marketplace/integration behind the channel).
Store IDThe store's record ID.
StoreThe store name.
CurrencyThe order's currency code.
Currency RateThe exchange rate captured on the order.
SubtotalLine subtotal.
TotalGrand total.
TaxTax total.
DiscountTotal discount amount.
Order DiscountsOrder-level discounts in pipe format — see Discount columns.
Order Discount TotalThe summed order-level discount amount.
Requested Shipping MethodThe method the customer or channel asked for.
Shipping MethodThe order's resolved shipping method.
Tracking #Shipment tracking numbers (comma-separated when more than one).
Sales RepThe assigned sales rep.
TagsThe order's tags (comma-separated).
WarehousesThe warehouses the order's lines route to.
LinesLine count.
Ship By DateThe promised ship-by date.
Deliver By DateThe promised delivery date.
Hold Until DateThe date a reserved order is held until.
Approved AtWhen the order was approved.
Reserved AtWhen stock was reserved.
Fulfilled AtWhen the order became fully fulfilled.
Cancelled AtWhen the order was cancelled.
Created AtWhen the order was created.
Updated AtWhen the order was last changed.
Shipping NameShipping recipient name.
Shipping CompanyShipping company.
Shipping AddressThe full shipping address block (name, company, street lines, city / province / zip, country), matching the UI.
Shipping Address Line 1 / 2 / 3The individual shipping street lines.
Shipping CityShipping city.
Shipping ProvinceShipping state / province.
Shipping ZipShipping ZIP / postal code.
Shipping CountryShipping country.
Billing NameBilling recipient name.
Billing CompanyBilling company.
Billing AddressThe full billing address block, matching the UI.
Billing Address Line 1 / 2 / 3The individual billing street lines.
Billing CityBilling city.
Billing ProvinceBilling state / province.
Billing ZipBilling ZIP / postal code.
Billing CountryBilling country.
One column per custom fieldEach visible sales-order custom field, by its label.

SO with Line Items columns

In this mode each row is the summary columns above followed by the line-item columns below. These line-item columns are always fully included.

HeadingContains
Line IDThe line's record ID.
Item SKUThe line product's SKU.
Item NameThe line product's name.
Item DescriptionThe line description.
Item QtyOrdered quantity.
Fulfilled QtyFulfilled quantity.
Cancelled QtyCancelled quantity.
Externally FulfilledQuantity fulfilled outside SKU.io (for example, by a channel/3PL).
Unit PricePrice per unit.
Tax RateThe line's tax rate (%).
Line DiscountThe line's allocated discount amount.
Line DiscountsLine-level discounts in pipe format — see Discount columns.
Line Discount TotalThe summed line-level discount amount.
Item Net TotalThe line's net total (after discount, before/after tax per the order's config).
Line TotalItem Qty × Unit Price.
WarehouseThe line's warehouse.
Warehouse TypeThe warehouse's type.
Nominal CodeThe line's accounting nominal code.
Item WeightThe product's unit weight.
Weight UnitThe product's weight unit.
Extended WeightUnit weight × quantity.
Length / Width / HeightThe product's dimensions.
Dimension UnitThe product's dimension unit.
Extended VolumeUnit volume × quantity.

The discount columns

The Order Discounts and Line Discounts cells pack multiple discounts into one string. Each discount is name:type:value, and multiple discounts are joined with a pipe (|). type is percentage or fixed_amount; value is the rate for a percentage discount, or the amount for a fixed one.

  • Order DiscountsName:type:value per discount. Example: Order Discount:percentage:10 or Summer Sale:fixed_amount:15|Loyalty:percentage:5.
  • Line DiscountsName:type:value:amount per discount — the same three parts plus the resolved discount amount as a fourth field. Example: Line Discount:fixed_amount:2:4 (a $2/unit discount that resolved to $4 on the line).

A raw export isn't directly re-importable

The export headings are display labels ("Order #", "Item SKU", "Sales Channel"), not the importer's field keys (sales_order_number, sku, sales_channel_name). A file you export therefore won't import as-is — the columns won't auto-map, and the summary/line-item shapes differ from the one-row-per-line import layout.

To bulk-update orders, start from the import template instead (or remap the export's columns to the import fields during the Map Columns step), and use the importable columns reference for the exact field keys.

Next steps

Last verified: