addedInput schema / properties / feedbackId
Added value: +{
+ "description": "Filter by specific feedback ID",
+ "type": "string"
+}
addedInput schema / properties / feedbackType
Added value: +{
+ "description": "Type of feedback (FEEDBACK_RECEIVED or FEEDBACK_SENT)",
+ "type": "string"
+}
removedInput schema / properties / feedback_id
Removed value: -{
- "description": "Filter by specific feedback ID",
- "type": "string"
-}
removedInput schema / properties / feedback_type
Removed value: -{
- "description": "Type: FEEDBACK_RECEIVED or FEEDBACK_SENT",
- "type": "string"
-}
changedInput schema / properties / filter / description
Previous value: -"Filter criteria"New value: +"Filter criteria for the query"
changedInput schema / properties / limit / description
Previous value: -"Maximum number of feedback items to return"New value: +"Maximum number of items to return per page (25-200)"
addedInput schema / properties / limit / exclusiveMinimum
Added value: +0
changedInput schema / properties / limit / type
Previous value: -"string"New value: +"number"
addedInput schema / properties / listingId
Added value: +{
+ "description": "Filter by listing ID",
+ "type": "string"
+}
removedInput schema / properties / listing_id
Removed value: -{
- "description": "Filter by listing ID",
- "type": "string"
-}
addedInput schema / properties / offset / minimum
Added value: +0
changedInput schema / properties / offset / type
Previous value: -"string"New value: +"number"
addedInput schema / properties / orderLineItemId
Added value: +{
+ "description": "Filter by order line item ID",
+ "type": "string"
+}
removedInput schema / properties / order_line_item_id
Removed value: -{
- "description": "Filter by order line item ID",
- "type": "string"
-}
changedInput schema / properties / sort / description
Previous value: -"Sort order"New value: +"Sort order for results"
addedInput schema / properties / transactionId
Added value: +{
+ "description": "The unique identifier of the transaction",
+ "type": "string"
+}
removedInput schema / properties / transaction_id
Removed value: -{
- "description": "Filter by transaction ID",
- "type": "string"
-}
addedInput schema / properties / userId
Added value: +{
+ "description": "The unique identifier (eBay username) of the user",
+ "type": "string"
+}
removedInput schema / properties / user_id
Removed value: -{
- "description": "The eBay username of the user",
- "type": "string"
-}
changedInput schema / required
Previous value: -[
- "user_id",
- "feedback_type"
-]New value: +[
+ "userId",
+ "feedbackType"
+]