Adding Additional Details for Item in Order

Which API reference can we use to add Additional Details for an item in an order via the API?

Hi ddsgadget,

That field is called selected_option.

Thanks,
-Jeffrey

Thanks. But where is it in the API reference? I don’t see selected_option here: http://docs.ordoro.apiary.io/# or here:
http://docs.devapiverson.apiary.io/ Nothing under order API or shipment. Where is it?

I’m trying to POST something to Additional Details, not GET. Where is the POST information for this field? Which API reference does that?

Hi,

The field is actually called details you’ll find reference to it here in the docs.
http://docs.devapiverson.apiary.io/#reference/order/orderordernumberlineorderlineid/put

– in the docs unfortunately the field is only in the example request body just below the method.