I’m trying to integrate the Sanmar Web Services API with my WooCommerce store in WordPress. I want to import products and keep inventory updated using the API.
I have received the following from Sanmar:
WSDL URL for API
SFTP access to download CSV files (SanMar_SDL_N.csv, SanMar_EPDD.csv, sanmar_dip.txt)
Credentials (Username & Password) via a secure Bitwarden link
My questions:
How can I connect the Sanmar API directly with WooCommerce?
Which WordPress/WooCommerce plugins are recommended for SOAP API integration?
How to handle bulk product import (getProductBulkInfo) and inventory updates efficiently?
Do I need to create a custom plugin or is there a ready solution?
I’m new to WooCommerce REST API and SOAP integration, so any guidance, code snippets, or plugin recommendations will be really helpful.
Thanks in advance!
note: I purchased the WooCommerce API Product Sync with WooCommerce REST APIs plugin to connect Sanmar API and sync products and inventory automatically , or any easy way to connect.