First time here? Check out the FAQ!
0

Using RETS with WP-Property Importer

How do I set up the WP-Property Importer plugin for WordPress to use RETS data?

I've tried with this data:

I'm getting the following error message: "The search query failed because this provider requires certain attributes to be included in the search query. Required attribute(s):" (sic)

What can this mean, and how can I setup the plugin to use RETS data correctly? I'm not sure about the resource class and primary key, probably I should use others, but where can I find them?

Thanks.

Dmitry K.'s avatar
Dmitry K.
asked 2016-04-20 10:23:00 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Please use this URL: "http://laar-rets.paragonrels.com/rets/fnisrets.aspx/LAAR/login"

User-Agent: WP-Property/1.0 SearchType=Property&Class=Property&Query=(ListingStatus=|Active)&QueryType=DMQL2&Count=1&Format=COMPACT-DECODED&Limit=1&StandardNames=0

In our logs I see this error: Miscellaneous Search Error. Class [Property] does not exist in Resource [Property]

You need to use the proper class names from the metadata. Also ListingStatus or (L_StatusCatID) needs to use the lookup value for Active which is 1.

SearchType=Property&Class=RE_1&Query=(ListingStatus=|1)&QueryType=DMQL2&Count=1&Format=COMPACT-DECODED&Limit=1&StandardNames=0

bwolven's avatar
bwolven
answered 2016-04-20 18:47:13 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you! That worked.

Dmitry K.'s avatar Dmitry K. (2016-04-22 06:11:36 -0500) edit

Glad to hear it!

bwolven's avatar bwolven (2016-04-22 09:18:47 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer