Skip to content

Instantly share code, notes, and snippets.

@boina-n
Created August 29, 2018 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boina-n/092d97f49bd2c701f98d514b48880429 to your computer and use it in GitHub Desktop.
Save boina-n/092d97f49bd2c701f98d514b48880429 to your computer and use it in GitHub Desktop.
get configurable properties from products
./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