How to get Resident id number with API

Some countries require the Resident’s ID Number for imported goods. China, Brazil are some of them.

How to get this information using the Rest API?

Hi @menelaos_vergis

This information isn’t available via the REST API - however you can use the GraphQL API. This is available via the localizationExtensions connection on the Order object https://shopify.dev/api/examples/i18n-country-fields

1 Like

Is there a plan to also make this information available in the REST API?