POST V2/Product/Search

Request Information

URI Parameters

None.

Body Parameters

SearchInfo
NameDescriptionTypeAdditional information
Key

string

None.

Language

string

None.

PermissionLevel

string

None.

Page

integer

None.

PageSize

integer

None.

Offset

integer

None.

SortName

string

None.

SortOrder

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Key": "sample string 1",
  "Language": "sample string 2",
  "PermissionLevel": "sample string 3",
  "Page": 4,
  "PageSize": 5,
  "Offset": 15,
  "SortName": "sample string 6",
  "SortOrder": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SearchInfo'.

Response Information

Resource Description

PageDataOfProduct
NameDescriptionTypeAdditional information
TotalPage

integer

None.

TotalRecord

integer

None.

Data

Collection of Product

None.

Page

integer

None.

PageSize

integer

None.

Offset

integer

None.

SortName

string

None.

SortOrder

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'WS.Model.ProductMNG.Catalog'. Path 'Data[0].CatalogTree[0].Children'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'WS.Model.ProductMNG.Catalog'. Path 'Data[0].CatalogTree[0].Children'.