# Order received event Endpoint: POST OrderReceivedEvent Version: 1.0.0 ## Request fields (application/json): - `ClientId` (integer, required) Client identifier - `ApplicationId` (integer, required) Application identifier - `ClientOrderRef` (string, required) This is the quotation/basket id from Norce or any external order reference (when an external order). - `Email` (string) This is the email address of the buyer. - `CellPhone` (string) This is the phone number of the buyer. - `FirstName` (string) This is the first name of the buyer. - `LastName` (string) This is the last name of the buyer. - `Source` (string, required) This is the source of the order. 'WEB' for Norce orders, name of marketplace or POS system is also possible.