# SegmentMigration - admin-graphql - OBJECT Version: 2024-10 ## Description A segment and its corresponding saved search. For example, you can use `SegmentMigration` to retrieve the segment ID that corresponds to a saved search ID. ### Access Scopes `read_customers` access scope. ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [savedSearchId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the saved search. * [segmentId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the segment. ## Connections ## Related queries * [segmentMigrations](/docs/api/admin-graphql/2024-10/queries/segmentMigrations) A list of a shop's segment migrations. ## Related mutations ## Related Unions ## Examples