Skip to content

Instantly share code, notes, and snippets.

@sauloarruda
Last active January 12, 2023 13:55
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 sauloarruda/65fff2acc3bd9840de5de033293d28d3 to your computer and use it in GitHub Desktop.
Save sauloarruda/65fff2acc3bd9840de5de033293d28d3 to your computer and use it in GitHub Desktop.
{
"product": {
"grid_size_name": "P-M-G",
"batch_products": {
"batch_name": "PRODUÇÃO",
"variants": [
{
"sku": "002",
"sizes": [
{
"size": "P",
"amount": 2
},
{
"size": "M",
"amount": 4
},
{
"size": "G",
"amount": 3
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment