Sales History

This is a requirement for AI Scores.

It is highly recommended that at least 6 months of history is supplied.

Format

The file must be sent as a CSV, preferably comma delimited and must contain the following fields:

FieldDescriptionFormat

ItemId

Id of the product.

String

OrderId

Id of the order.

String

ProfileId

Id of the customer (sessionId, email etc).

String

Date

Date of the order - ISO format.

ISO Date String

Price

Price of the order in cents/pence. (ยฃ9.99 should be sent as 999).

Integer

Quantity

The number purchased.

Integer

Last updated