Shopify create a new product PRICE missing

:bullseye: What is your goal?

Hi there,

I’m new to Make.com and I’ve been trying to create an automation for creating products, so far I was able to have some success, I connected it to google sheets for title, tags and description, however I’ve no idea how to set a price or variations, there is no such thing as price in create a product module, I tried to add a create a product variant module but then what do I put in Variant ID box?(regardless of what I put there it gives me errors). Please help.

:thinking: What is the problem & what have you tried?

can’t find the prices option

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hey Ron,

you create the product variant in the previous module and map the resulting ID in this one.

Thanks for your reply. Would you be able to show me how to do that? I can’t see an option to create a variant in the ‘Create a product’ module

It’s the second module in your screenshot.

tagging onto this because I’m stuck with the same issue.

there is no price field (plus SKU/weight etc) for basic products without variants. How do I add this info?

That’s because the price lives in the variant and not in the product. Each product you create needs to have at least one variant.

so i figured it out by adding a Get Product module after the Create Product, because if your item doesn’t have specified variants it doesn’t give you the default variant ID on the standard output. So you have nothing to reference in the Update Variant module you need to add the price. It seems horribly convoluted.