URL = '/api/v2/public/product/update/'
METHOD = 'POST'
{
"shop_id": "f429ee...",
"product_id": 3670,
"title": "TEST_PRODUCT 2",
"price": 1000,
"weight": 1000,
"description": null,
"category_id":"3d65e6eb-ca0d-47b3-9934-6295a355872f"
}
field | required | allow null | allow blank | description | type |
shop_id | true | false | false | شناسه فروشگاه | string |
product_id | true | false | false | شناسه محصول | int |
title | true | false | false | نام محصول | string |
category_id | true | false | false | شناسه گروه محصول | string |
weight | true | false | false | وزن | int |
price | true | false | false | قیمت | int |
description | true | true | true | توضیحات | string |
{
"returns": {
"status": 200,
"message": "عملیات با موفقیت انجام شد."
},
"entries": {
"product_id": 3670,
"title": "TEST_PRODUCT 2",
"category_id": "3d65e6eb-ca0d-47b3-9934-6295a355872f",
"weight": 1000,
"price": 1000,
"created_at": "1399-02-26 23:26"
}
}