I have added products as fixed price line items.when I fetch line items for an order I dont get unitqty in it.Why am I not getting quantities ordered for any particular line item?
I have added products as fixed price line items.when I fetch line items for an order I dont get unitqty in it.Why am I not getting quantities ordered for any particular line item?
It sounds like the "unitqty" field might not be included in the response for fixed-price line items in your current setup. You might want to check if the API or data structure you're working with differentiates between fixed-price items and others in terms of data returned. If the quantity is missing, ensure that the line item object is correctly set up to track quantities, or verify if there's a separate field for fixed-price items that tracks the quantity. Double-check your API documentation or any configuration settings related to how quantities are handled for these items.
Make sure to verify if the line item setup is correctly tracking quantities, or if there's an alternate field specifically for fixed-price items that handles this. Reviewing your API documentation and configuration settings should provide more clarity on how quantities are processed for fixed-price items.
2 People are following this question.