POST /admin/products.json
{
"product": {
"name": "Burton Custom Freestlye 151",
"content": "Good snowboard!",
"vendor": "Burton",
"product_type": "Snowboard",
"variants": [
{
"option1": "First",
"price": "10.00",
"sku": 123,
"inventory_management":"bizweb",
"inventory_quantity":10
},
{
"option1": "Second",
"price": "20.00",
"sku": "123",
"inventory_management":"bizweb",
"inventory_quantity":10
}
]
}
}
Xem kết quả
HTTP/1.1 201 Created
{
"product": {
"id": 11359308,
"name": "Burton Custom Freestlye 151",
"alias": "burton-custom-freestlye-151-1",
"vendor": "Burton",
"product_type": "Snowboard",
"meta_title": null,
"meta_description": null,
"summary": null,
"published_on": null,
"template_layout": null,
"created_on": "2021-08-18T07:24:41Z",
"modified_on": null,
"content": "Good snowboard!",
"tags": "",
"images": [],
"image": null,
"variants": [
{
"id": 17549275,
"barcode": null,
"sku": "123",
"price": 10.0000,
"compare_at_price": null,
"option1": "First",
"option2": null,
"option3": null,
"taxable": false,
"inventory_management": "bizweb",
"inventory_policy": "deny",
"inventory_quantity": 10,
"requires_shipping": true,
"weight": 0.0,
"weight_unit": "kg",
"image_id": null,
"position": 1,
"created_on": "2021-08-18T07:24:41Z",
"modified_on": null,
"title": "First",
"grams": 0,
"product_id": 11359308
},
{
"id": 17549276,
"barcode": null,
"sku": "123",
"price": 20.0000,
"compare_at_price": null,
"option1": "Second",
"option2": null,
"option3": null,
"taxable": false,
"inventory_management": "bizweb",
"inventory_policy": "deny",
"inventory_quantity": 10,
"requires_shipping": true,
"weight": 0.0,
"weight_unit": "kg",
"image_id": null,
"position": 2,
"created_on": "2021-08-18T07:24:41Z",
"modified_on": null,
"title": "Second",
"grams": 0,
"product_id": 11359308
}
],
"options": [
{
"id": 19381248,
"name": "Title",
"position": 1,
"created_on": "2021-08-18T07:24:41Z",
"modified_on": null,
"values": [
"First",
"Second"
]
}
]
}
}