Mình muốn send request có body như sau
[
{
"itemId": "abcde32366",
"category": 11111,
"attributes": {
"name": "Quan ao mua dong",
"description": "good product",
"brand": "30768"
},
"skus": [
{
"id": "test",
"sku": "",
"price": 1100000,
"quantity": 10
}
]
…
Read more