API Get Order additional details

Topic summary

Main issue: extracting the “Additional details” of a Shopify Order via API. The field isn’t visible in the Orders REST JSON; a screenshot of the admin UI section is provided.

  • Proposed mapping: one reply states “Additional details” corresponds to the order field note_attributes in the REST API (docs link shared).
  • Disagreement: “Por favor no desinformar… Los detalles adicionales no hacen parte de los note_attributes.” Se cuestiona que esa equivalencia sea incorrecta.
  • API coverage: another participant suggests it seems only available via the REST API and asks how to retrieve the same via GraphQL.

Status/outcome:

  • No consensus on whether “Additional details” == note_attributes.
  • No confirmed GraphQL method was provided.
  • Discussion remains open; key open questions: the exact API field for “Additional details,” and whether a GraphQL equivalent exists.
Summarized with AI on February 7. AI used: gpt-5.

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

1 Like

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?