Data import schemas
Order
Orders have some required fields:
external_id
created_at
domain_id
, from your workspace configured Domainssubtotal_price
, revenue in cents without shipping and taxes (i.e: $105.20 → 10520)total_price
, revenue in cents with shipping and taxes (i.e: $187.31 → 18731)
The order
item also requires to provide the minimum required user
object. This is mandatory to self-heal the dataset if the order
is imported into the database before the user
profile (out-of-order).
Installed apps might have added additional fields to your orders. These fields are in the format: app_appname_fieldname