Smart-IT WooCommerce Technical Q&A
How invalid or duplicate SKU records are handled during batch sync
We get a list of SKU from WordPress API if its on the list we add it to the update part of the batch, if its not on the WordPress API list we add it to the create part of the batch
What safeguards exist to prevent array index exceptions when malformed or incomplete data is encountered
The response is parsed into object so if invalid data is received it will give an error.
Does Smart-IT Create cron Jobs
No, Smart-IT puts nothing in WC cron or webserver cron - we purely use the WooCommerce API
Does Smart-IT use the WCID Field
No, Smart-IT uses SKU for mapping
Does Smart-IT use Caching
No, Smart-IT does not uses any caching and infact if any caching plugins are uses it may interfere with the WooCommerce RestAPI