POST AdminApi/Input/InputProduct
Request Information
URI Parameters
None.
Body Parameters
ProductInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| ProductCode | string |
None. |
|
| ProductNames | Collection of KeyValue |
None. |
|
| PageTitles | Collection of KeyValue |
None. |
|
| SeoKeywords | Collection of KeyValue |
None. |
|
| SeoDescs | Collection of KeyValue |
None. |
|
| ProductBriefs | Collection of KeyValue |
None. |
|
| ProductDetail | Collection of KeyValue |
None. |
|
| CurrencyCode | string |
None. |
|
| SalePrice | decimal number |
None. |
|
| OriginalPrice | decimal number |
None. |
|
| MarkupPrice | decimal number |
None. |
|
| Category | globally unique identifier |
None. |
|
| GrossWeight | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| Status | integer |
None. |
|
| SafetyStock | integer |
None. |
|
| InventoryQty | integer |
None. |
|
| CreateDate | date |
None. |
|
| UpdateDate | date |
None. |
|
| ActiveTimeFrom | date |
None. |
|
| ActiveTimeTo | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "927389f7-a97e-4d15-8586-18ba4803fc9d",
"MerchantId": "626f91e0-e66d-46e7-a877-7724938d48d5",
"ProductCode": "sample string 3",
"ProductNames": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
],
"PageTitles": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
],
"SeoKeywords": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
],
"SeoDescs": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
],
"ProductBriefs": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
],
"ProductDetail": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
],
"CurrencyCode": "sample string 4",
"SalePrice": 5.0,
"OriginalPrice": 6.0,
"MarkupPrice": 7.0,
"Category": "54edf5ba-2448-41f1-9787-879d0a955a1e",
"GrossWeight": 9.0,
"NetWeight": 10.0,
"Status": 11,
"SafetyStock": 12,
"InventoryQty": 13,
"CreateDate": "2026-02-24 14:21:29",
"UpdateDate": "2026-02-24 14:21:29",
"ActiveTimeFrom": "2026-02-24 14:21:29",
"ActiveTimeTo": "2026-02-24 14:21:29"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}