Hello
I wanting to understand if it is possible to either update the createdTime or set when creating the Clover Order? The issue I am seeing is that no matter what I do the createdTime and clientCreatedTime cannot be amended when either creating the order or updating it. Please can you advise if it is possible to change these values:
Please see the example JSON Payload I am sending currently below:
POST /v3/merchants/<MerchantID>/orders/ HTTP/1.1
Authorization: Bearer <BearerID>
Content-Type: application/json; charset=utf-8
Host: apisandbox.dev.clover.com
Connection: close
User-Agent: Paw/3.0.16 (Macintosh; OS X/10.12.3) GCDHTTPRequest
Content-Length: 78
{"createdTime":1487842393000,"state":"OPEN","clientCreatedTime":1487842393000}
Thanks, Michael