Add new products to shopify from CSV

@Massimo_Coppola good news! Confirmed that it’s possible to create new products with the step Send to an API. First, you’ll need to customize the API Endpoint URL for your specific API key, secret, and store URL. Please see below for that process:

  1. Set up a Shopify private app using the following URL (replace the “your-url” with what your Shopify store base is):
    https://your-url.myshopify.com/admin/apps/private

  2. In the Shopify Private apps page, click on the new app you made to pull up those customized details.

  3. On that same page, update API Permissions to add Products with read and write permissions.





Then, return to Parabola and connect your flow to the export step Send to an API. Configure the step by:

  • In the Type section, select POST.
  • In the API Endpoint URL section, enter the Example URL from your Shopify private app details page and append “admin/api/2020-10/products.json” to the end of it.
  • In the Body section, enter the request seen in Shopify’s Create a new product guide.

Here’s what the step Send to an API should look like once you finish:

1 Like