Developer forum

Forum » Integration » Field in Dynamicweb Custom Fields List missing in responseXML

Field in Dynamicweb Custom Fields List missing in responseXML

Kim Sørensen
Kim Sørensen
Reply

We have a client, where customers that are blocked on invoice in BC, are exported to the webshop, so we want to filter out these customers.

We tried adding the Blocked value on the Customer in the Dynamicweb Custom Fields List, so we filter on this value, but we are not getting the value in the response XML.
We are calling with the following Request XML: <GetEcomData><tables><Customers type="all" /></tables></GetEcomData>.

What are we missing?


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Kim
that is  because it imports Contacts with this request, so you can specify the importContacts="false" in the request and then it will use the Customers instead:
<GetEcomData><tables><Customers type="all" importContacts="false" /></tables></GetEcomData>
Here is this request explanation.
BR, Dmitrij

 

You must be logged in to post in the forum