addedInput schema / properties / commentText
Added value: +{
+ "description": "The feedback comment text (max 500 characters)",
+ "maxLength": 500,
+ "type": "string"
+}
addedInput schema / properties / commentType
Added value: +{
+ "description": "Overall rating: POSITIVE, NEUTRAL, or NEGATIVE",
+ "type": "string"
+}
removedInput schema / properties / comment_text
Removed value: -{
- "description": "The feedback comment text (max 500 characters)",
- "maxLength": 500,
- "type": "string"
-}
removedInput schema / properties / comment_type
Removed value: -{
- "description": "Overall rating: POSITIVE, NEUTRAL, or NEGATIVE",
- "type": "string"
-}
addedInput schema / properties / listingId
Added value: +{
+ "description": "The listing ID related to the transaction",
+ "type": "string"
+}
removedInput schema / properties / listing_id
Removed value: -{
- "description": "The listing ID related to the transaction",
- "type": "string"
-}
addedInput schema / properties / orderLineItemId
Added value: +{
+ "description": "The unique identifier of the line item",
+ "type": "string"
+}
removedInput schema / properties / order_line_item_id
Removed value: -{
- "description": "The unique identifier of the line item",
- "type": "string"
-}
addedInput schema / properties / sellerRatings
Added value: +{
+ "description": "Array of seller performance ratings",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "key": {
+ "description": "Rating category (e.g., ON_TIME_DELIVERY, ITEM_AS_DESCRIBED)",
+ "type": "string"
+ },
+ "value": {
+ "description": "Rating value (1-5)",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
removedInput schema / properties / seller_ratings
Removed value: -{
- "description": "Array of seller performance ratings",
- "items": {
- "additionalProperties": false,
- "properties": {
- "key": {
- "description": "Rating category (e.g., ON_TIME_DELIVERY, ITEM_AS_DESCRIBED)",
- "type": "string"
- },
- "value": {
- "description": "Rating value (1-5)",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}
addedInput schema / properties / transactionId
Added value: +{
+ "description": "The unique identifier of the transaction",
+ "type": "string"
+}
removedInput schema / properties / transaction_id
Removed value: -{
- "description": "The unique identifier of the transaction",
- "type": "string"
-}