Feature: Merchant API Migration#3595
Draft
joemcgill wants to merge 244 commits into
Draft
Conversation
…se-2-product-inserts
…se-2-product-inserts
… API spec and adjust endTime tolerance
…ns-mapi GOOWOO-776: Migrate content.promotions.create to MAPI promotions.insert
…nd action triggering via Merchant API
…ct review status, issues, and actions
…thout products; add unit tests for new logic
…sed dependencies, and update tests
… status definitions, and add unit tests for issue rendering and action triggering
…rendering and action triggering.
…ort for `reviewAction` flow, and remove region-based review logic.
…tatus derivation logic, and integrate `reviewAction` support.
…or dependency management and service sharing.
… statistics load, clarify onboarding logic for accounts without products
…tion flow ID and input values, update related test cases to align with new method signature, and add support for `UNDER_REVIEW_LIFETIME` constant and filter.
…ut action rendering, update `trigger_action` to use explicit arguments
…, improve caching logic with `under_review` support, and enhance error signaling for redirect actions.
Adopt develop's removal of the API Pull / notifications infrastructure (deleted in 87f6697): drop the per-datatype is_enabled_for_datatype sync gating from Settings, CouponSyncer and ProductSyncer so syncing relies on the existing should_push()/is_ready_for_syncing() guards, and remove the now-obsolete gating tests. Keep the MAPI service wiring (MapiPromotionsService, MapiDataSourcesService).
…solution GOOWOO-760: Migrate content.freelistingsprogram.get to MAPI accounts.programs.get
…atting adjustments
…o avoid invalid name errors
…g Merchant API ID mapping and valid IDs are retained
…eduling on MAPI upgrade and guard against unnecessary resyncs
…sh-legacy-ids GOOWOO-793: Product status refresh rejects legacy-format product IDs
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #3595 +/- ##
===========================================
+ Coverage 66.8% 67.9% +1.1%
- Complexity 5342 5710 +368
===========================================
Files 914 934 +20
Lines 28280 29368 +1088
Branches 1720 1721 +1
===========================================
+ Hits 18883 19937 +1054
- Misses 9136 9170 +34
Partials 261 261
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed in this Pull Request:
See: Merchant API Migration.
This replaces the Shopping Content API with the Merchant API. The Content API for Shopping will be sunset on August 18, 2026. See: https://developers.google.com/shopping-content/guides/rel-notes
Changelog entry