Cathal

Results 1 issues of Cathal

Hi All, I'm trying to find all metafields for a Customer that has a specific `namespace` and `key` Basically, this cURL request ``` curl --location --request GET 'https://{{store_domain.com}}/admin/api/2022-01/metafields.json?namespace={{namespace}}&key={{key}}' \ --header...