Covers all questions related to inventory management, order fulfillment, and shipping.
I have an issue with an api module, for creating a product variant. I use Printify for the my fulfillment service and then I do not track inventory. So for the field "inventory management" I leave it blank, but when then api is sent to shopfiy, shopify fills the field with "shopify" for shopify to track inventory. How do I create the new variant and not have inventory tracked. I've tried "null" and it comes back saying null would have to be my fulfillment service. I am using make.com (integromat) for my api modules. Please help!
Solved! Go to the solution
This is an accepted solution.
Hi There,
excuse the question, just want to be sure... Are you sending
{
"inventory_management":"null"
}
or
{
"inventory_management" : null
}
Cheers,
Gary
This is an accepted solution.
Hi There,
excuse the question, just want to be sure... Are you sending
{
"inventory_management":"null"
}
or
{
"inventory_management" : null
}
Cheers,
Gary
I was inputting null incorrectly. Needed to enter a boxed null provided by make.com
Hi @tickletrunkart
How did you manage to make it work? I put null inside the "Inventory Management" and still Shopify overrides its "shopify" value.