GET api/KeywordsTool/SearchNaverProduct?customerId={customerId}&bizChnnelId={bizChnnelId}&adGroupId={adGroupId}&productCode={productCode}&license={license}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

string

Required

bizChnnelId

string

Required

adGroupId

string

Required

productCode

string

Required

license

string

Required

Body Parameters

None.

Response Information

Resource Description

SearchNaverProductModels
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

result

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "result": "sample string 3"
}

application/xml, text/xml

Sample:
<SearchNaverProductModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeywordsToolAPI.Models">
  <Code>1</Code>
  <Message>sample string 2</Message>
  <result>sample string 3</result>
</SearchNaverProductModels>