Skip to main content
Skip to main content

Order Log Export

What the Order Log export contains and the meaning of each field.

Overview

The Order Log export contains a line-level log of the completed orders you have received through the platform. Each row represents one item line on an order, with the buyer, the item's details, unit and public prices, shipping cost, and delivery information.

Prices are shown twice: in the currency of the order, and converted into your preferred currency (shown in the converted_currency column, defaulting to USD) using the current exchange rate.

Typical uses include sales reporting, reconciling platform orders with your own order management system, and analysing what your customers are buying.

Generating the Export

Navigate to Settings → Files → Exports and create a new export with the type Order Log.

Filters

FilterDescription
Created afterOnly include orders placed on or after this date.
Created beforeOnly include orders placed before this date.

You can optionally set a row limit to cap the size of the export.

Fields

ColumnDescription
cart_idInternal identifier of the order (cart) the line belongs to; lines from the same order share this value.
store_idInternal identifier of the store where the order was placed.
external_session_idIdentifier of the buyer's external punchout session, if the order was placed through one; empty otherwise.
order_createdDate and time when the order was placed.
user_nameName of the user who placed the order.
user_emailEmail address of the user who placed the order.
cart_item_typeType of item ordered; one of product, product_variant, quotation_item, search_api_product, service, free_text_item, supplier_punchout_product.
cart_item_nameName of the ordered item.
cart_item_descriptionDescription of the ordered item.
skuStock keeping unit of the ordered item, where applicable.
mpnManufacturer part number of the ordered item, where applicable.
supplier_idInternal identifier of the supplier for the line (your organisation).
supplier_nameName of the supplier for the line.
currencyCurrency code the order was placed in.
converted_currencyYour preferred currency code that converted amounts are expressed in (defaults to USD).
unit_pricePrice per unit in the order currency.
converted_unit_pricePrice per unit converted to your preferred currency.
public_pricePublic list price per unit in the order currency, if available.
converted_public_pricePublic list price per unit converted to your preferred currency.
order_quantityQuantity ordered on the line.
shipping_costShipping cost recorded on the line, in the order currency.
converted_shipping_costShipping cost converted to your preferred currency.
delivery_countryCountry code of the delivery destination.
delivery_addressDelivery address as a single comma-separated line (address lines, city, province, country), if a punchout delivery address was provided.
supplier_identifierSupplier identifier recorded on the order line, if any.
contract_numberContract number recorded on the order line, if any.
vendor_numberVendor number recorded on the order line, if any.