SetUserNotesRequestType
Enables users to add, replace, and delete My eBay notes for items that are being tracked in the My eBay All Selling and All Buying areas.
Fields
Action ( SetUserNotesActionCodeType )
ItemID ( ItemIDType (string) )
NoteText ( string )
SKU ( SKUType (string) )
TransactionID ( string )
VariationSpecifics ( NameValueListArrayType )

Action ( see SetUserNotesActionCodeType for possible values ) [0..1]
Specifies whether to add/update the note or delete.
See the Field Index to learn which calls use Action.

ItemID ( ItemIDType (string) ) [0..1]
ID of the item to which the My eBay note will be attached. Notes can only be added to items that are currently being tracked in My eBay.
See the Field Index to learn which calls use ItemID.

NoteText ( string ) [0..1]
Text of the note. Maximum 250 characters. Required only if the Action is AddOrUpdate. This note text will completely replace any existing My eBay note for the specified item.
See the Field Index to learn which calls use NoteText.

SKU ( SKUType (string) ) [0..1]
Variation-level SKU that uniquely identifes a variation within the listing identified by ItemID. Only applicable when the seller listed the item with variation-level SKU (Variation.SKU) values. Retrieves all the usual Item fields, but limits the Variations content to the specified variation.

As buyers should not know a variation's SKU, this field should only be used when the item's seller is setting a note on the variation.

Ignored if used in combination with TransactionID.
See the Field Index to learn which calls use SKU.

TransactionID ( string ) [0..1]
ID of the transaction to which the My eBay note will be attached. Notes can only be added to transactions that are currently being tracked in My eBay. You can see it in the Won list of GetMyeBayBuying if you are the buyer. You can see it from Sold list of GetMyeBaySelling if you are the seller.
See the Field Index to learn which calls use TransactionID.

VariationSpecifics ( NameValueListArrayType ) [0..1]
Name-value pairs that identify (match) one variation within the listing identified by ItemID. Ignored if used in combination with TransactionID.
See the Field Index to learn which calls use VariationSpecifics.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.