API Get Order additional details

I need to extract that Additional Details attributes of the Shopify Order. I have used the standard restAPI for Order, but can’t see it mentioned anywhere in the Json.

I have reviewed the API docs, and can’t find one that mentions additional details.

any help appreciated, Neville

Hey @NevilleHoward ,

This field is called note_attributes in the API, more info in the docs here.

Por favor no desinformar con datos errados. Es preferible no responder si no se sabe la respuesta. Los detalles adicionales no hacen parte de los note_attributes.

It seems it’s only avalaible via the REST api version.

Do you have any information about how to get thoose informations via GraphQl?