Skip to content

Instantly share code, notes, and snippets.

@srsohan150626
Last active November 16, 2021 06:46
Show Gist options
  • Save srsohan150626/f99c8f8dfe0a3b07db69fa403d832732 to your computer and use it in GitHub Desktop.
Save srsohan150626/f99c8f8dfe0a3b07db69fa403d832732 to your computer and use it in GitHub Desktop.
{
"products_name_1":"This is Api test product",
"products_description_1":"hi description",
"products_price":1150,
"style_code":"95685",
"bar_code":"YTEFF",
"products_type":1,
"products_status":0,
"products_min_order":1,
"is_current":1,
"is_special":"no",
"tax":7.5,
"categories":[
"MENS",
"Mens Casual Shirt"
],
"product_colors":[
{
"color":"RED",
"product_attributes":[
{
"bar_code":"OPDF",
"mrp":120,
"variance_name":"size",
"attribute_name":"38"
},
{
"bar_code":"YDFF6",
"mrp":250,
"variance_name":"size",
"attribute_name":"40"
},
{
"bar_code":"YDFF8",
"mrp":250,
"variance_name":"size",
"attribute_name":"42"
}
]
},
{
"color":"BLUE",
"product_attributes":[
{
"bar_code":"OPDF",
"mrp":120,
"variance_name":"size",
"attribute_name":"38"
},
{
"bar_code":"YDFF6",
"mrp":250,
"variance_name":"size",
"attribute_name":"40"
},
{
"bar_code":"YDFF8",
"mrp":250,
"variance_name":"size",
"attribute_name":"42"
}
]
},
{
"color":"Green",
"product_attributes":[
{
"bar_code":"OPDF",
"mrp":120,
"variance_name":"size",
"attribute_name":"38"
},
{
"bar_code":"YDFF6",
"mrp":250,
"variance_name":"size",
"attribute_name":"40"
},
{
"bar_code":"YDFF8",
"mrp":250,
"variance_name":"size",
"attribute_name":"42"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment