A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I have this payload and just received the response code 200 and the item is not being created,
What is the wrong with this Payload?
{
"product" : {
"published_scope" : "global",
"title" : "TW Test Boomi Sync Parent 2",
"variants" : [
{
"inventory_management" : "shopify",
"price" : "20.0",
"sku" : "210000011628",
"title" : "TW Test Boomi Sync Parent 2",
"weight" : 0,
"weight_unit" : "lb"
},
{
"inventory_management" : "shopify",
"price" : "20.0",
"sku" : "210000011629",
"title" : "TW Test Boomi Sync Parent 2",
"weight" : 0,
"weight_unit" : "lb"
},
{
"inventory_management" : "shopify",
"price" : "20.0",
"sku" : "210000011630",
"title" : "TW Test Boomi Sync Parent 2",
"weight" : 0,
"weight_unit" : "lb"
}
],
"status" : "draft"
}
}