Skip to main content

Order Created Timestamp

· One min read
Matt Carter

The createdTimestamp timestamp is now available on the /order endpoint.

This timestamp is the time the order was created in the system (including timezone offset). This should allow a consumer to accurately determine the order creation date in any desired timezone.

Example Excerpt from Response

{
"createdDate": "2023-02-23",
"createdTimestamp": "2023-02-23T23:26:41.782Z"
}