GET api/AMZKeywords
Request Information
URI Parameters
None.
Body Parameters
AMZKeywordsParametersName | Description | Type | Additional information |
---|---|---|---|
MarketPlace | string |
None. |
|
Asin | string |
None. |
|
KeywordId | integer |
None. |
|
Keyword | string |
None. |
|
IsAsin | boolean |
None. |
|
Token | string |
None. |
|
Page | integer |
None. |
|
Size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "MarketPlace": "sample string 1", "Asin": "sample string 2", "KeywordId": 3, "Keyword": "sample string 4", "IsAsin": true, "Token": "sample string 6", "Page": 7, "Size": 8 }
application/xml, text/xml
Sample:
<AMZKeywordsController.AMZKeywordsParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Controllers"> <Asin>sample string 2</Asin> <IsAsin>true</IsAsin> <Keyword>sample string 4</Keyword> <KeywordId>3</KeywordId> <MarketPlace>sample string 1</MarketPlace> <Page>7</Page> <Size>8</Size> <Token>sample string 6</Token> </AMZKeywordsController.AMZKeywordsParameters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ProductModelName | Description | Type | Additional information |
---|---|---|---|
ASIN | string |
None. |
|
Title | string |
None. |
|
ImageURL | string |
None. |
|
Rating | decimal number |
None. |
|
Ratings | integer |
None. |
|
Price | decimal number |
None. |
|
SellerName | string |
None. |
|
CategoryName | string |
None. |
|
Brand | string |
None. |
|
isSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ASIN": "sample string 1", "Title": "sample string 2", "ImageURL": "sample string 3", "Rating": 1.1, "Ratings": 1, "Price": 1.1, "SellerName": "sample string 4", "CategoryName": "sample string 5", "Brand": "sample string 6", "isSuccess": true }
application/xml, text/xml
Sample:
<AMZKeywordsController.ProductModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Controllers"> <ASIN>sample string 1</ASIN> <Brand>sample string 6</Brand> <CategoryName>sample string 5</CategoryName> <ImageURL>sample string 3</ImageURL> <Price>1.1</Price> <Rating>1.1</Rating> <Ratings>1</Ratings> <SellerName>sample string 4</SellerName> <Title>sample string 2</Title> <isSuccess>true</isSuccess> </AMZKeywordsController.ProductModel>