Discussing APIs and development related to customers, discounts, and order management.
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:
1. Variant ID
2. 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?
Can you post json the data you're sending, along with the request ID you get back in the headers?