Is it possible to retrieve the custom properties (see here http://wiki.shopify.com/Line_Item_Properties) for all the order’s line items within the Order API?
I need to create a custom report for all orders, but they rely on displaying these properties.
Line item properties are exposed by default through the Order API where they exist. Here’s an example line-items XML snippet, notice the ‘Monogram’ property at the bottom:
Note that the properties array will be absent if it’s empty, so make sure you cater for that in your code.