# serverPixelCreate - admin-graphql - MUTATION Version: 2024-10 ## Description Creates a new unconfigured server pixel. A single server pixel can exist for an app and shop combination. If you call this mutation when a server pixel already exists, then an error will return. ### Access Scopes `write_pixels` access scope. Also: The app must have the read_customer_events access scope, write_server_pixels access scope, and user access permission. ## Arguments ## Returns * [serverPixel](/docs/api/admin-graphql/2024-10/objects/ServerPixel): ServerPixel The new server pixel. * [userErrors](/docs/api/admin-graphql/2024-10/objects/ErrorsServerPixelUserError): ErrorsServerPixelUserError! The list of errors that occurred from executing the mutation. ## Examples