Sync Status is a setting that allows you to choose which items you want to sync with your remote website. There are several options you can choose from to configure your API portal to manage sync status. Global Sync Status When a new user is added to the API portal this will be their defaultRead More
wp_data_sync_image
Conditional Logic
Conditional Logic enables the WP Data Sync API to manipulate your raw data based on a set of conditions. Conditions are defined in Conditions UI. You can configure as many conditions as needed. How does Conditional Logic Work? Conditional Logic replaces a value with a different value based on the conditions applied. These conditions areRead More
Prefix URL
A prefix URL is used when only the name of an images is provided from your data source. This setting is optional and should only be used as needed. Example Array with Image Name How does Prefix URL work? Let’s say your data source only returns the name for the image image-1.jpg. But the locationRead More
Child Key
A Child Key is the key for a field in a parent array. WP Data Sync API allows use of a child key only when iterating an array. Child key is optional and not used in all situations. Array with Child Key The Source Key is ImageSet and the Child Key is url. Configuring ArrayRead More