# productFullSync - admin-graphql - MUTATION Version: 2024-10 ## Description Runs the full product sync for a given shop. ### Access Scopes Access allowed for apps with `read_product_listings` scope. ## Arguments * [beforeUpdatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - Syncs only products that haven't changed since the specified timestamp. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The product feed which needs syncing. * [updatedAtSince](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - Syncs only products that have changed since the specified timestamp. ## Returns * [userErrors](/docs/api/admin-graphql/2024-10/objects/ProductFullSyncUserError): ProductFullSyncUserError! The list of errors that occurred from executing the mutation. ## Examples