list_customer_metafields
Retrieve all metafields associated with a Shopify customer using GraphQL. Filter by namespace to get specific custom data.
Instructions
List all metafields for a customer via GraphQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | The numeric Shopify customer ID (or GID). | |
| namespace | No | Filter by namespace. | |
| limit | No | Number of metafields to return. Default: 50. |