Operation Id:
products/auctions/get [Official Documentaction]
Methods
- identType 'id'|'index'|'codeExtern'|'codeProducer'
- products Array<String>
- auctionSites Array<String>
- resultsPage Integer
- resultsLimit Integer
- ids value: number|string|number[]|string[]
- fromAllegro
Examples
This function returns the second page of a list of products auctions with 10 items per page.
Loading editor...
const result = await idosellRequest.getProductsAuctions .page(2,10) .exec();
This function gets data from Allegro about product ID 33.
Loading editor...
const result = await idosellRequest.getProductsAuctions .ids(33) .fromAllegro() .exec();