Discussing APIs and development related to customers, discounts, and order management.
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.
JB | Solutions Engineer @ Shopify
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
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?