Add woo_commerce_retailer_id to products API request#2958
Closed
Add woo_commerce_retailer_id to products API request#2958
Conversation
Contributor
|
@crisojog has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
vinkmeta
approved these changes
Mar 21, 2025
Contributor
tzahgr
pushed a commit
that referenced
this pull request
Mar 24, 2025
Summary: ## Description This PR changes the API response to include the actual product retailer ID set in WooCommerce. This will later be used to generate the checkout URL. ### Type of change - [ x ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Screenshots Please provide screenshots or snapshots of the system/state both before and after implementing the changes, if appropriate N/A - backend change ## Test instructions ./vendor/bin/phpunit --filter fbproductTest ## Checklist - [ x ] I followed general Pull Request best practices. Meta employees to follow this [wiki]([url](https://fburl.com/wiki/2cgfduwc)) - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added tests and all the new and existing unit tests pass locally with my changes - [ ] I have completed dogfooding and QA testing, or I have conducted thorough due diligence to ensure that it does not break existing functionality. ## Changelog entry Add woo_commerce_retailer_id to products API request Pull Request resolved: #2958 Reviewed By: vinkmeta Differential Revision: D71630166 Pulled By: crisojog fbshipit-source-id: c13bc1edb9a5f11d0b9907b84aac5886fe044064
Merged
SayanPandey
pushed a commit
to SayanPandey/facebook-for-woocommerce
that referenced
this pull request
Apr 1, 2025
Summary: ## Description This PR changes the API response to include the actual product retailer ID set in WooCommerce. This will later be used to generate the checkout URL. ### Type of change - [ x ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Screenshots Please provide screenshots or snapshots of the system/state both before and after implementing the changes, if appropriate N/A - backend change ## Test instructions ./vendor/bin/phpunit --filter fbproductTest ## Checklist - [ x ] I followed general Pull Request best practices. Meta employees to follow this [wiki]([url](https://fburl.com/wiki/2cgfduwc)) - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added tests and all the new and existing unit tests pass locally with my changes - [ ] I have completed dogfooding and QA testing, or I have conducted thorough due diligence to ensure that it does not break existing functionality. ## Changelog entry Add woo_commerce_retailer_id to products API request Pull Request resolved: facebook#2958 Reviewed By: vinkmeta Differential Revision: D71630166 Pulled By: crisojog fbshipit-source-id: c13bc1edb9a5f11d0b9907b84aac5886fe044064
This was referenced Apr 10, 2025
Closed
Closed
mradmeta
pushed a commit
that referenced
this pull request
Apr 14, 2025
Summary: ## Description This PR changes the API response to include the actual product retailer ID set in WooCommerce. This will later be used to generate the checkout URL. ### Type of change - [ x ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Screenshots Please provide screenshots or snapshots of the system/state both before and after implementing the changes, if appropriate N/A - backend change ## Test instructions ./vendor/bin/phpunit --filter fbproductTest ## Checklist - [ x ] I followed general Pull Request best practices. Meta employees to follow this [wiki]([url](https://fburl.com/wiki/2cgfduwc)) - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added tests and all the new and existing unit tests pass locally with my changes - [ ] I have completed dogfooding and QA testing, or I have conducted thorough due diligence to ensure that it does not break existing functionality. ## Changelog entry Add woo_commerce_retailer_id to products API request Pull Request resolved: #2958 Reviewed By: vinkmeta Differential Revision: D71630166 Pulled By: crisojog fbshipit-source-id: c13bc1edb9a5f11d0b9907b84aac5886fe044064
This was referenced Apr 18, 2025
This was referenced May 2, 2025
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.
Description
This PR changes the API response to include the actual product retailer ID set in WooCommerce. This will later be used to generate the checkout URL.
Type of change
Screenshots
Please provide screenshots or snapshots of the system/state both before and after implementing the changes, if appropriate
N/A - backend change
Test instructions
./vendor/bin/phpunit --filter fbproductTest
Checklist
Changelog entry
Add woo_commerce_retailer_id to products API request