SearchCriteriaItemNumber Property
Search by the item number of the purchased goods.
Object Oriented Interface
public function getSearchCriteriaItemNumber(); public function setSearchCriteriaItemNumber($value);
Procedural Interface
inpaypal_transactionsearch_get($res, 33 ); inpaypal_transactionsearch_set($res, 33, $value );
Default Value
''
Remarks
Search by the item number of the purchased goods.
To search for purchased items not related to auctions, set the ItemNumber property to the value of the HTML "item_number" variable that was set in the shopping cart for the original transaction.
Data Type
String