No content to show
User Activity
Im trying to create new product with options using the productCreate Graphql Admin API . But unfortunatly it is not working properly. Below is my mutation request: mutation {
productCreate(input: {
title: "demo product 4",
productTy...
What about the default variant? for example if i want to create a simple product in shopify (without any variants) how can i set the price, inventory for them? is there any API ? NOTE: if i use the productVariantCreate API to set price and inventory ...
I aim to utilize the most recent version of the Shopify API, specifically the productCreate endpoint, to generate both simple and variant products. However, I've encountered an absence of fields for defining crucial attributes such as price, inventor...