Created
August 29, 2018 10:15
-
-
Save boina-n/092d97f49bd2c701f98d514b48880429 to your computer and use it in GitHub Desktop.
get configurable properties from products
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
./omix.sh curl --path /api/v0/staged/products/p-isolation-segment-efoizefoi9867NUZD98ZD/properties | jq -r ".properties | with_entries(select(.value.configurable == true) | {key: .key, value: {value: .value.value}})" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment