网址:http://localhost:8082/magento2/rest/default/async/bulk/V1/products
Body : [{
"product": {
"id": "1001",
"sku": "laptop_lenovo",
"attribute_set_id": 4,
"name": "lenovo",
"price": "111",
"status": 1,
"extension_attributes": {
"stock_item": {
"qty": 111,
"is_in_stock": "true"
},
"category_links": [
{
"position": 0,
"category_id": 41
}
]
},
"custom_attributes": [
{
"attribute_code": "color",
"value": 4
}
],
"media_gallery_entries": [
{
"id": 0,
"media_type": "image",
"label": "laptop",
"position": 0,
"disabled": true,
"types": [
"thumbnail"
],
"file": "laptop.jpg",
"content": {
"base64_encoded_data": "passed base64 encoded data",
"type": "image/jpeg",
"name": "laptop.jpg"
}
}
]
}
}]
产品在 Magento 仪表板中创建,但具有不同的产品名称和图像。