Data Formats
DateTime
DateTime values returned for certain fields (e.g. createdAt, expiresAt) will be a string in simplified extended ISO format (ISO 8601).
The timezone is always zero UTC offset, as denoted by the suffix "Z". e.g. 2022-03-17T17:28:54.817Z
Date
Calendar dates e.g. for deliveryDate fields, will be a string in YYYY-MM-DD format.
Timestamp
timestamp fields are represented in Unix epoch time.
Updated over 4 years ago
What’s Next
