Merged
Conversation
The default entry point for this build was the slate script; consequently any shell commands passed into this script caused it to hang. By overriding the default entry point to bash, we can instead pass shell commands to perform all the desired steps. ref: REW-2794
…s structure Also moved brand ID definition above variants to keep all the variant details separate from the rest. ref: REW-2794
…s structure Also moved brand ID definition above variants to keep all the variant details separate from the rest. ref: REW-2794
rukomoynikov-360
approved these changes
Feb 4, 2026
360JakeAddison
approved these changes
Feb 4, 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.
Updating verbiage for product update and create API documentation, to further clarify how product variants should be defined.
Also addressed an issue with docker compose recipe and updated readme with instructions for testing locally.
Ref: REW-2794
Change Log
🔬 Compare
(689f0b5) [2026-02-03T16:18:54+0000] fix: 🔧 address entrypoint and command issue
(4758c13) [2026-02-03T23:54:33+0000] docs: 📝 add important note about updating product variants in API documentation
(20d669f) [2026-02-03T23:55:24+0000] style: 🎨 improve formatting in update product v2 API documentation
(85f86aa) [2026-02-03T23:56:54+0000] docs: 📝 revise update product v2 API documentation to clarify variants structure
(ea85c41) [2026-02-03T23:57:49+0000] docs: 📝 revise create product v2 API documentation to clarify variants structure
(ea99391) [2026-02-03T23:58:12+0000] docs: 📝 revise create product v3 API documentation to clarify variants structure
(69c79ff) [2026-02-04T00:12:46+0000] style: 🎨 improve formatting in README.md for consistency
(15072ee) [2026-02-04T00:12:56+0000] docs: 📝 add local testing requirements and steps to README.md