Creates a product in Shopify.
Input Fields
- Product
- Title (text): The title of the product.
- Description(text): A description of the product.
- Vendor(text): The vendor of the product (ie “Nike”).
- Type(text): The type of product (ie “Shoes”).
- Tags(text): Tags fort the project. If there are more than one tag that you are trying to add, separate them with commas.
- Variants (list of objects): If there are variants in the product ie “Size” Note: there is a maximum of 100 variants per product. JSON object.
Output Field
- Product ID (text): The ID for the product.