curl -X POST \
https://open.sendo.vn/api/partner/product \
-H 'Authorization: bearer your_access_token' \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"name": "string",
"sku": "string",
"price": 0,
"weight": 0,
"stock_availability": true,
"description": "string",
"cat_4_id": 0,
"tags": "string",
"relateds": [
{
"id": 0,
"name": "string",
"sku": "string",
"category_name": "string",
"price": 0,
"status": 0,
"image": "string"
}
],
"seo_keyword": "string",
"seo_title": "string",
"seo_description": "string",
"product_image": "string",
"brand_id": 0,
"video_links": "string",
"height": 0,
"length": 0,
"width": 0,
"unit_id": 0,
"stock_quantity": 0,
"avatar": {
"picture_url": "string"
},
"pictures": [
{
"picture_url": "string"
}
],
"certificate_file": [
{
"id": 0,
"table_name": "string",
"table_id": 0,
"file_name": "string",
"attachment_url": "string",
"display_order": 0
}
],
"attributes": [
{
"attribute_id": 0,
"attribute_name": "string",
"attribute_code": "string",
"attribute_is_custom": true,
"attribute_is_checkout": true,
"attribute_values": [
{
"id": 0,
"value": "string",
"attribute_img": "string",
"is_selected": true,
"is_custom": true
}
]
}
],
"promotion_from_date": "2020-06-18T02:51:38.858Z",
"promotion_to_date": "2020-06-18T02:51:38.858Z",
"is_promotion": true,
"extended_shipping_package": {
"is_using_instant": true,
"is_using_in_day": true,
"is_self_shipping": true
},
"variants": [
{
"variant_attributes": [
{
"attribute_id": 0,
"attribute_code": "string",
"option_id": 0
}
],
"variant_sku": "string",
"variant_price": 0,
"variant_promotion_start_date": "2020-06-18T02:51:38.858Z",
"variant_promotion_end_date": "2020-06-18T02:51:38.858Z",
"variant_special_price": 0,
"variant_quantity": 0
}
],
"is_config_variant": true,
"special_price": 0,
"voucher": {
"product_type": 0,
"start_date": "2020-06-18T02:51:38.858Z",
"end_date": "2020-06-18T02:51:38.858Z",
"is_check_date": true
}
}'
|