0
api = finding(appid=ID_APP, config_file=None, siteid=GLOBAL_ID)
response = api.execute('findItemsAdvanced', {'keywords':search['search'],
                                              itemFilter':[
                                         {'name':'MinPrice' , 'value':'20',
                                         'paramName':'Currency','paramValue':'USD'},
                                         {'name':'MaxPrice' ,      'value':'22'}
                                                            ],
                                        'paginationInput': {
                                           'entriesPerPage': '5',
                                           'pageNumber': '1'
                                                                },
                                       'sortOrder': 'PricePlusShippingLowest',                          
                                                            })
return response.dict()

在这段代码中,如何在不使用循环的情况下获得只有标题、画廊 URL、价格的 5 个项目?

4

0 回答 0