eBay Post-Order APIVersion 2.7.7
 

DateTime

This type is used by all fields that require a timestamp, both in UTC and as a formatted value.

Types that use DateTime:

Calls that use DateTime:

Fields

formattedValue ( string ) [0..?]
Reserved for future use.
See the Field Index to learn which calls use formattedValue.

value ( datetime ) [0..?]
This timestamp indicates the date and time when an action or event occurred.

The timestamp is formatted as an ISO 8601 string, which is based on the 24-hour Coordinated Universal Time (UTC) clock.

Format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[sss]Z
Example: 2022-03-20T00:00:00.000Z
See the Field Index to learn which calls use value.