--- title: CustomerSegmentMember - GraphQL Admin description: The member of a segment. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerSegmentMember md: https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerSegmentMember.md --- # Customer​Segment​Member object Requires `read_customers` access scope. Also: The user must not have restricted access. The member of a segment. ## Fields * amount​Spent [Money​V2](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) The total amount of money that the member has spent on orders. * default​Address [Mailing​Address](https://shopify.dev/docs/api/admin-graphql/latest/objects/MailingAddress) The member's default address. * default​Email​Address [Customer​Email​Address](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerEmailAddress) The member's default email address. * default​Phone​Number [Customer​Phone​Number](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerPhoneNumber) The member's default phone number. * display​Name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The full name of the member, which is based on the values of the `first_name` and `last_name` fields. If the member's first name and last name aren't available, then the customer's email address is used. If the customer's email address isn't available, then the customer's phone number is used. * first​Name [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The member's first name. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null The member’s ID. * last​Name [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The member's last name. * last​Order​Id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The ID of the member's most recent order. * mergeable [Customer​Mergeable!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerMergeable) non-null Whether the customer can be merged with another customer. * metafield [Metafield](https://shopify.dev/docs/api/admin-graphql/latest/objects/Metafield) A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * metafields [Metafield​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/MetafieldConnection) non-null A list of [custom fields](https://shopify.dev/docs/apps/build/custom-data) that a merchant associates with a Shopify resource. * note [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) A note about the member. * number​Of​Orders [Unsigned​Int64](https://shopify.dev/docs/api/admin-graphql/latest/scalars/UnsignedInt64) The total number of orders that the member has made. *** ## Map ### Fields with this object * {}[CustomerSegmentMemberEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerSegmentMemberEdge#field-CustomerSegmentMemberEdge.fields.node) *** ## Queries * [customer​Segment​Members](https://shopify.dev/docs/api/admin-graphql/latest/queries/customerSegmentMembers) query The list of members, such as customers, that's associated with an individual segment. The maximum page size is 1000. *** ## \CustomerSegmentMember Queries ### Queried by * \[customer​Segment​Members](https://shopify.dev/docs/api/admin-graphql/latest/queries/customerSegmentMembers) *** ## Interfaces * [Has​Metafields](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/HasMetafields) interface *** ## ||-CustomerSegmentMember Implements ### Implements * ||-[Has​Metafields](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/HasMetafields)