Resource timestamps
Every fulfillmenttools entity contains two different timestamps, the created
and the lastModfied
timestamp. The created
field contains the date and time when the corresponding entity was created, the lastModfied
field represents the timestamp when the last change happened.
UTC time format
Timestamps on the fulfillmenttools platform are UTC timestamps and are represented as ISO 8601 standard. Timestamps are formatted strings, for example 2023-06-22T12:10:31.000Z
.
Last updated