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