Hey @dan125 ,
Thanks for sharing that.
It’s a bit hard to diagnose as it’s not clear specifically which API’s Make is using for the create order function. I’m assuming you’re creating a draft order based on the error and some of the values in your screenshots. With draft orders, the price field is only required on custom line items.
My guess here is that the variant ID is not being properly passed in the the mutation, resulting in the line items being considered custom line items with the price needing to be declared.
Here’s an example in our REST documents here:
Hope that helps in troubleshooting. If you have more insight in to the specific Shopify API’s being used, I’m happy to dig in further.
- Kyle G.
