stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SegmentMembership

AdminTypes.SegmentMembership interface

The response type for the segmentMembership object.

Signature:

export interface SegmentMembership 

Properties

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.