i'm trying to add an item to the Commerce API order object, which is a non inventory item
"can be fulfilled" is set as unchecked for the item
but when the order.submit() method is executed in my script, I get the error "shipping method is not set", but this item does not need shipping hence I don't need to set any shipping method
how can I tackle this issue?