Hi all ,
I have fetched all segment , now i want to know that is it possible to fetch all customer details under segment using “id”:“gid://shopify/Segment/568202101046” ,if possible please provide endpoint and request
{“data”:{“segments”:{“edges”:[{“node”:{“id”:“gid://shopify/Segment/568202101046”,“name”:“Customers who haven’t purchased”,“query”:“number_of_orders = 0”}},{“node”:{“id”:“gid://shopify/Segment/568202133814”,“name”:“Customers who have purchased more than once”,“query”:“number_of_orders \u003e 1”}},{“node”:{“id”:“gid://shopify/Segment/568202166582”,“name”:“Abandoned checkouts in the last 30 days”,“query”:“abandoned_checkout_date \u003e= -30d”}},{“node”:{“id”:“gid://shopify/Segment/568202199350”,“name”:“Email subscribers”,“query”:“email_subscription_status = ‘SUBSCRIBED’”}},{“node”:{“id”:“gid://shopify/Segment/568202232118”,“name”:“Customers who have purchased at least once”,“query”:“number_of_orders \u003e= 1”}},{“node”:{“id”:“gid://shopify/Segment/577006534966”,“name”:“with zero orders”,“query”:"number_of_orders = 0 "}},{“node”:{“id”:“gid://shopify/Segment/577010729270”,“name”:“from up”,“query”:"customer_regions CONTAINS ‘IN-UP’ "}}]}},“extensions”:{“cost”:{“requestedQueryCost”:9,“actualQueryCost”:9,“throttleStatus”:{“maximumAvailable”:1000.0,“currentlyAvailable”:991,“restoreRate”:50.0}}}}