POST ecommerce/{Sid}/publish/products

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Sid

string

Required

Body Parameters

MultipleProductPublishArg
NameDescriptionTypeAdditional information
ProductsCode

Collection of string

None.

View

string

None.

enable

boolean

None.

onlyNew

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductsCode": [
    "sample string 1",
    "sample string 2"
  ],
  "View": "sample string 1",
  "enable": true,
  "onlyNew": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RSBaseOfString
NameDescriptionTypeAdditional 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"
}