CS-Cart Supplier A Stock Sync

Заказчик: AI | Опубликовано: 19.03.2026

My store runs on CS-Cart and some inventory comes from Supplier A. I’d like a custom integration that calls Supplier A’s API once a day, pulls only the current stock quantity for each SKU, and updates the matching products in my catalogue so the correct level is shown on the storefront This is currently taking place but the supplier is changing their systems so it needs to be redone. Currently, the API calls for stock levels on all products from that supplier and stores them in our database. This stock level is then called from our database and displayed. These products have a stock level out our warehouse and the 'called for' stock level from the warehouse in Holland. What I already have: full API credentials from Supplier A, SKU mapping that matches their codes to mine, and server access to schedule a daily cron. What I need from you: • A CS-Cart add-on or PHP script (your choice) that authenticates with Supplier A’s API and retrieves stock levels. • Logic that locates the corresponding product in CS-Cart (by SKU) and creates a secondn stock value for that product without touching price or description data. • A daily automated run with basic logging so I can verify success or quickly spot failures. • Clear installation instructions and commented source so I can maintain it later. Acceptance criteria: After the script is installed, any manual change of stock at Supplier A should be visible on my site after the next scheduled run, and the change needs to appear both in the product page “availability” text and inside the admin inventory field. If you’ve handled CS-Cart or similar PHP-based ecommerce integrations before, that’s a big plus. Let me know your proposed approach and timeframe.