Overview

Introduction

Our platform supports multiple methods for data integration through file transfers. You can share your data files in two ways:

  1. Direct upload via sFTP
  2. Cloud storage integration (such as Azure Blob Storage)

Once your files are uploaded, our system automatically processes and synchronizes the data, making it readily available for analytics and insights on our platform.

Data Types

File name convention

We expect the file to be named the following:

{merchant}_{dataType}_{date}.{fileFormat}

where:

  • merchant = Company name
  • dataType = One of the values specified in Available Data Types
  • date = last date of data (normally ‘yesterday’ as it’s the last day containing a full day of data looking at today)
  • fileFormat = One of the values specified under Technical specification

Technical Specification

CategorySupported Options
File Formats.csv, .xls, .xlsx, .parquet
DelimitersComma ,, Semicolon ;
Decimal signDot .

Schemas & Examples

  • Please note that if you want to import an example into eg. Google Sheets, you should uncheck “Convert text to numbers, dates and formulas” - if not, the numbers may be malformatted.

Costs

  • Please reach out to commercial team for more info on the channel groups and channels.
  • There is a possibility to map rows to different storefronts by country. In case you want that, we need information on how the mapping should look, see Merchant mappings.
Column nameFormatData TypeDescriptionOptionalExample
dateISO 8601dateDate of the campaign data (YYYY-MM-DD according to ISO8601).No2025-02-20
campaignstringName of the campaign.YesSummer Sale 2025
channelstringMarketing channel used.NoFacebook
channelGroupstringGroup classification of the channel.NoSocial paid
costnumberTotal cost associated with the campaign.No1500
countryISO 3166stringTargeted country (2 letters).NoSE
currencyISO 4217stringCurrency of the cost data (3 letters).NoSEK

Indeliveries

Column nameFormatData TypeDescriptionOptionalExample
Product levelproductIdstringUnique product identifier.NoAK0898
Variant levelindeliveryDateISO 8601dateExpected or actual date of delivery for the items to the warehouse.No2025-02-20
Variant levelquantityNon-negativenumberQuantity of items in delivery.No1
Variant levelvariantNostringProduct variant number. Unique identifier of product variant (eg. style, color, size).NoBUF036
Variant levelwarehousestringWarehouse identifier.Yeswarehouse-1

Inventory

Column nameFormatData TypeDescriptionOptionalExample
Product levelbrandstringProduct brand.Yesbrand-1
Product levelcategorystringProduct category.YesApparel
Product levelcollectionstringProduct collection.YesSummer collection
Product levelcurrencyISO 4217stringCurrency code for cost of goods sold.NoSEK
Product levelcustomAttribute1stringCustom attribute for product.Yesseason-2024
Product levelcustomAttribute2stringAdditional custom attribute for product.YesKids
Product levelcustomAttribute3stringAdditional custom attribute for product.Yessustainable
Product levelcustomAttribute4stringAdditional custom attribute for product.Yeslimited-edition
Product levelcustomAttribute5stringAdditional custom attribute for product.Yesbestseller
Product levelgenderstringGender targeting for the product.YesWomen
Product levelnamestringProduct name.NoBlack Dress no. 1
Product levelproductIdstringUnique product identifier. Same as in your datalayer on the website.NoAK0898
Product levelsubCategorystringProduct subcategory.YesDresses
Variant levelcogsNon-negativenumberCost of goods sold.No120
Variant levelcolorstringProduct color.YesBlack
Variant levelinventoryQuantityNon-negativenumberAvailable inventory quantity.No124
Variant levelmaterialstringMaterial of product.YesPolyester
Variant levelsizestringProduct size.NoM
Variant levelvariantNostringProduct variant number. Unique identifier of product variant (eg. style, color, size).NoBUF036
Variant levelwarehousestringWarehouse identifier.Nowarehouse-1

Orders

  • Orders are matched on productId and variantId so we expect a unique combination of orderId-productId-variantId. If multiple items of the same variant were bought we expect them be aggregated with quantity: number of items bought.
  • All prices should include tax.
  • Order header level fields should be repeated for all items in the same order. If an item is returned or updated. we expect the original values for all columns except what has been updated (eg. the returned… fields or status line).
  • If an order is updated, please fill out the updatedAt field and the fields that have been updated (eg. return details).
  • If you want data mapped to a specific storefront, fill out externalStorefrontId and provide us with info about your existing storefronts, see Merchant mappings.
Column nameFormatData TypeDescriptionOptionalExampleDefault
Order headercitystringCity for the order.YesStockholm
Order headercountryISO 3166stringTargeted country (2 letters).NoSE
Order headercreatedAtISO 8601 - UTCdateTimestamp of when the order was created.No2025-01-13T11:36:45Z
Order headercurrencyISO 4217stringCurrency of the cost data (3 letters).NoSEK
Order headercustomerIdentifierstringIdentifier for the customer. Can be either customer id, email or a hashed email.Yesdavid@dema.aiUNKNOWN
Order headerexternalStorefrontIdstringIdentifier for the storefront / location where item was sold.YesCH-233
Order headerorderIdstringUnique identifier for the order.NoD12345
Order headerpaymentProviderstringPayment method used.YesKlarna
Order headerregionstringGeographic region for the orderYes
Order headershippingNon-negativenumberShipping fees paid by customer (including tax).No80
Order headershippingProviderstringShipping provider.YesUPS
Order headerstatusEnum. One of [PENDING, IN_PROGRESS, COMPLETED, CANCELLED]stringStatus of the order.YesPENDINGUNKNOWN
Order headertaxTotalNon-negativenumberTotal tax amount (including shipping tax). Based on paid price.No200
Order headertotalNon-negativenumberTotal order amount. What the customer paid after discounts, includes tax but excludes shipping costs.No3000
Order headertypestringWhat type of order (online, retail etc.).YesONLINEONLINE
Order headerupdatedAtISO 8601 - UTCdateWhen the order was last updated.Yes2025-01-13T11:36:45Z
Order headervoucherstringVoucher code used for an order. What was added by the customer.YesBLACK_WEEK25
Order headervoucherDiscountnumberDiscount amount applied by the voucher.Yes1000
Order headervoucherTypestringType of voucherYesDISCOUNT
Order headerzipCodeNo spacestringZip code of the order.Yes11613
Order linecogsNon-negativenumberCost of goods sold, if not set COGS from inventory is used. Usually customers don't send this.Yes200
Order lineoriginalPriceNon-negativenumberOriginal price per unit (before any discounts). Including tax, but excluding order level discounts.No1000
Order linepaidPriceNon-negativenumberFinal price per unit paid by the customer. Including tax, but excluding order level discounts.No900
Order lineproductIdstringUnique product identifier. Same as in your datalayer on the website.NoAK0898
Order linepromotionAmountstringPromotion amount applied per unit.Yes100 SEK
Order linepromotionIdstringIdentifier of the promotion rule applied to this item.Yespromotion-12345
Order linepromotionTypeEnum. One of [FIXED, PERCENTAGE]stringType of promotion.YesPERCENTAGE
Order linequantityDecimalNon-negativenumberQuantity sold.No2.5
Order linereturnedAtISO 8601 - UTCdateDate of return.Yes2025-01-14T11:36:45Z
Order linereturnedQuantityDecimalNon-negativenumberQuantity returned decimal.Yes1.5
Order linereturnedReasonstringReason for the return.YesTOO_SMALL
Order linereturnedShipmentStatusEnum. One of [CREATED, SHIPPED, DELIVERED, CANCELLED]stringStatus of the return shipment.YesDELIVERED
Order linereturnedShipmentIdstringShipment ID for the return.Yesshipment-id
Order linereturnedShippingProviderstringShipping provider for the return.YesUPS
Order linereturnedWarehousestringWarehouse for the return.Yeswarehouse-1
Order lineshipmentIdstringID of the shipment.Yesshipment-id
Order lineshipmentStatusEnum. One of [CREATED, SHIPPED, DELIVERED, CANCELLED]stringStatus of the shipment.YesCREATED
Order lineshippingProviderLinestringShipping provider for item.YesUPS
Order linestatusLineEnum. One of [PENDING, IN_PROGRESS, COMPLETED, CANCELLED]stringStatus of the order item. Overrides status.YesPENDINGUNKNOWN
Order linetaxNon-negativenumberTax amount per unit, excluding order level discounts.At least one of `tax` or `taxRate` must be set.30
Order linetaxRateNon-negativenumberTax rate percentage for the item (e.g., 25 for 25% VAT).&uarr,25
Order linevariantNostringProduct variant number. Unique identifier of product variant (eg. style, color, size).NoBUF036
Order linewarehousestringWarehouse identifier.Nowarehouse-1

Troubleshooting and Support

For common issues and solutions, contact our support team directly for assistance.