I need some help. I’ve been stuck on this issue all day.
I’m trying to create a test order via the Order API.
I’m currently using Celigo as a middleware, which hasn’t given me any issues with any of the GET requests for Shopify.
The error I receive when I try to create the order is as follows:
“{"errors":{"line_items":["product variant 0 not found, price must provided."]}}”
I’ve added two pieces of information:
-
Variant ID
-
Quantity
I’m unclear as to what the issue is as the product has both the PRICE and COMPARE AT PRICE.
Has anyone else run into similar issues?