Index

Accessing Product Persons

You can access all persons for the product safety in your GarageSale library through the allProductPersons variable.

function run() {
    consoleLog("your library contains " + allProductPersons.length + " product persons");
}

See eBay Listing JavaScript methods for more sample scripts.



<< Product Person JavaScript properties Product Document JavaScript properties >>