addedInput schema / properties / conversationStatus
Added value: +{
+ "description": "Filter by status: ACTIVE, ARCHIVE, DELETE, READ, UNREAD",
+ "type": "string"
+}
addedInput schema / properties / conversationType
Added value: +{
+ "description": "Type of conversation: FROM_EBAY or FROM_MEMBERS",
+ "type": "string"
+}
removedInput schema / properties / conversation_status
Removed value: -{
- "description": "Filter by status: ACTIVE, ARCHIVE, DELETE, READ, UNREAD",
- "type": "string"
-}
removedInput schema / properties / conversation_type
Removed value: -{
- "description": "Type of conversation: FROM_EBAY or FROM_MEMBERS",
- "type": "string"
-}
addedInput schema / properties / endTime
Added value: +{
+ "description": "End time for retrieving conversations (ISO 8601 format)",
+ "type": "string"
+}
removedInput schema / properties / end_time
Removed value: -{
- "description": "End time for retrieving conversations (ISO 8601 format)",
- "type": "string"
-}
addedInput schema / properties / limit / exclusiveMinimum
Added value: +0
changedInput schema / properties / limit / type
Previous value: -"string"New value: +"number"
addedInput schema / properties / offset / minimum
Added value: +0
changedInput schema / properties / offset / type
Previous value: -"string"New value: +"number"
addedInput schema / properties / otherPartyUsername
Added value: +{
+ "description": "Filter by specific eBay user",
+ "type": "string"
+}
removedInput schema / properties / other_party_username
Removed value: -{
- "description": "Filter by specific eBay user",
- "type": "string"
-}
addedInput schema / properties / referenceId
Added value: +{
+ "description": "Filter by reference ID (e.g., listing ID)",
+ "type": "string"
+}
addedInput schema / properties / referenceType
Added value: +{
+ "description": "Reference type (currently only LISTING is supported)",
+ "type": "string"
+}
removedInput schema / properties / reference_id
Removed value: -{
- "description": "Filter by reference ID (e.g., listing ID)",
- "type": "string"
-}
removedInput schema / properties / reference_type
Removed value: -{
- "description": "Reference type (currently only LISTING is supported)",
- "type": "string"
-}
addedInput schema / properties / startTime
Added value: +{
+ "description": "Start time for retrieving conversations (ISO 8601 format)",
+ "type": "string"
+}
removedInput schema / properties / start_time
Removed value: -{
- "description": "Start time for retrieving conversations (ISO 8601 format)",
- "type": "string"
-}
changedInput schema / required
Previous value: -[
- "conversation_type"
-]New value: +[
+ "conversationType"
+]