Good Morning, Is there any way to specify or debug a specific DIH configuration via the API/http request?
I have the following: <lst name="defaults"> <str name="config">dih_pc_default_feed.xml</str> </lst> <lst name="pc_cms_article"> <str name="config">dih_pc_cms_article_feed.xml</str> </lst> <lst name="pc_local_event"> <str name="config">dih_pc_local_event_feed.xml</str> </lst> For example, is there any to specific only the "pc_local_event" be process (imported)? Another questions, if command=full-import, this should effectively mean that all DIH configuration are executed in sequential order. Is that correct? I am not seeing that behaviour at present. Thanks, Wesley