Many tools require an SFTP feed upload, like ChatGPT Ads.
There does not appear to be a native sales channel in Shopify for working with this.
Related: https://help.openai.com/en/articles/20001268-create-campaigns-from-product-feeds
Many tools require an SFTP feed upload, like ChatGPT Ads.
There does not appear to be a native sales channel in Shopify for working with this.
Related: https://help.openai.com/en/articles/20001268-create-campaigns-from-product-feeds
Shopify has no native SFTP push, so that part will not appear as a sales channel. Two routes work today. A feed app can host your product feed at a URL, and the store’s public /products.json endpoint returns published products as JSON, 250 per page. If the receiving tool can fetch a feed over HTTPS on a schedule, a hosted URL replaces SFTP entirely. Where the tool strictly requires SFTP upload, you need middleware, because Shopify will not push files to your server.
There still isn’t a native Shopify SFTP sales channel. The reliable setup is a small scheduled export job:
Shopify Flow cannot make an SFTP connection by itself. Also, avoid using the public products endpoint for this if inventory accuracy, metafields, or market-specific pricing matters.