Add living wage & amfori data to GET production-locations/<os_id> endpoint#67
Merged
VadimKovalenkoSNF merged 9 commits intomainfrom Feb 23, 2026
Merged
Conversation
vlad-shapik
requested changes
Jan 21, 2026
vlad-shapik
requested changes
Jan 29, 2026
VadimKovalenkoSNF
added a commit
to opensupplyhub/open-supply-hub
that referenced
this pull request
Jan 30, 2026
…oduction-locations (#858) Feature from [OSDEV-2329](https://opensupplyhub.atlassian.net/browse/OSDEV-2329) Pass MIT Living Wage and WageIndicator data (`wage_indicator` and `mit_living_wage`) to `GET v1/production-locations/?os_id` endpoint. API spec [PR](opensupplyhub/open-supply-hub-api-docs#67) Example output: ``` "wage_indicator": { "living_wage_link_national": "https://paywizard.org/salary/living-wages", "living_wage_link_national_text": "Living Wage in national language", "minimum_wage_link_english": "https://wageindicator.org/salary/minimum-wage/united-states-of-america", "minimum_wage_link_english_text": "Minimum Wage in English", "minimum_wage_link_national": "https://paywizard.org/salary/minimum-wage", "minimum_wage_link_national_text": "Minimum Wage in national language" }, "mit_living_wage": { "county_id": "12117" } ``` [OSDEV-2329]: https://opensupplyhub.atlassian.net/browse/OSDEV-2329?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
vlad-shapik
previously approved these changes
Jan 30, 2026
protsack-stephan
approved these changes
Feb 23, 2026
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.
API spec for OSDEV-2329
wage_indicatorandmit_living_wage) toGET v1/production-locations/<os_id>endpoint.amfori_statuses) toGET v1/production-locations/<os_id>endpoint.