def getAllIds(self): ''' Returns a list of all numerical listing IDs ''' return util.getAllIds('/v2/commerce/listings')
def getAllIds(self): ''' Returns a list of all numerical item IDs ''' return util.getAllIds('/v2/items')