POST ecommerce/{Sid}/publish/singleProduct
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Sid | string |
Required |
Body Parameters
SingleProductPublishArg| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCode | string |
None. |
|
| View | string |
None. |
|
| enable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductCode": "sample string 1",
"View": "sample string 2",
"enable": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RSBaseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrMessage | string |
None. |
|
| ErrCode | ErrorCode |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrMessage": "sample string 2",
"ErrCode": 0,
"Data": "sample string 3"
}