I am fetching orders via the API, but none of the items return a quantity value.
I want to get the qty ordered for the line item. There is only price. Modifications also don't have qty returned.
Is there anyway to get the qty sold for the line item?
Update: How can I filter orders by date created? For example: Get all orders created on April 10th?
The createdTime is accepting timestamp so I assume the time is also included in that timestamp. But I need to get by date.