I feel like the the Information provided inside a Webhook order.created event is currently insufficient, as it lacks:
license key information
user profile information for seller and buyer (e.g. profile url, name[not username], last-updated at)
As it stands currently I need to perform a call to the /orders/{id} endpoint for each webhook, to ensure I have all the data, that I need (and that that data is in a consistent layout)
