Home > @infiniteobjects/shopify-data-manager > AdminTypes > SegmentMembership
The response type for the segmentMembership object.
Signature:
export interface SegmentMembership
| Property | Modifiers | Type | Description |
|---|---|---|---|
| isMember | Scalars[‘Boolean’][‘output’] | A Boolean that indicates whether or not the customer in the query is a member of the segment, which is identified using the segmentId. |
|
| segmentId | Scalars[‘ID’][‘output’] | A segmentId that’s used for testing membership. |