Skip to content

Instantly share code, notes, and snippets.

@omerucel
Created September 16, 2020 19:43
Show Gist options
  • Save omerucel/ebb4ba5cd8c07e615773ad606c1d26b4 to your computer and use it in GitHub Desktop.
Save omerucel/ebb4ba5cd8c07e615773ad606c1d26b4 to your computer and use it in GitHub Desktop.
{
"product_variants": [
{
"type": "Color",
"items": [
{
"id": "26a702b2",
"name": "Beyaz"
},
{
"id": "8d50c559",
"name": "Kırmızı"
}
]
},
{
"type": "Size",
"items": [
{
"id": "b93028f5",
"name": "30"
},
{
"id": "f74611f5",
"name": "31"
}
]
}
],
"remaining_items": {
"26a702b2": 29,
"26a702b2-b93028f5": 8,
"26a702b2-f74611f5": 20,
"8d50c559": 0,
"8d50c559-b93028f5": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment