Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GTIN] Prioritise core WooCommerce GTIN field when syncing #2614

Open
Tracked by #2617
martynmjones opened this issue Sep 17, 2024 · 0 comments · Fixed by #2621
Open
Tracked by #2617

[GTIN] Prioritise core WooCommerce GTIN field when syncing #2614

martynmjones opened this issue Sep 17, 2024 · 0 comments · Fixed by #2621
Assignees
Labels
type: enhancement The issue is a request for an enhancement.

Comments

@martynmjones
Copy link
Contributor

WooCommerce 9.2 introduced a global unique ID field to products that will replace the GTIN field included in Google for WooCommerce. To support the existing data being migrated to the core field we will first need to update our product adapter to prioritise the core field and then fallback to existing Google for WooCommerce data.

Screenshot 2024-09-17 at 20 33 45

Acceptance criteria

GTIN is automatically populated when syncing products using the following priority:

  1. WC Core field
  2. Mapping Rule
  3. Fallback to GLA value

Additional

pcTzPl-2p2-p2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement The issue is a request for an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant