POST api/v1/SingleAsinforUploadProduct
Request Information
URI Parameters
None.
Body Parameters
SingleAsinModelName | Description | Type | Additional information |
---|---|---|---|
Asin | string |
None. |
|
Country | string |
None. |
|
Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Asin": "sample string 1", "Country": "sample string 2", "Password": "sample string 3" }
application/xml, text/xml
Sample:
<AmzUrunArastirmaController.SingleAsinModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Controllers"> <Asin>sample string 1</Asin> <Country>sample string 2</Country> <Password>sample string 3</Password> </AmzUrunArastirmaController.SingleAsinModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AmazonProductModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
ASIN | string |
None. |
|
Brand | string |
None. |
|
BrandUrl | string |
None. |
|
ImageUrl | string |
None. |
|
Title | string |
None. |
|
Parent | string |
None. |
|
NodeLabelPath | string |
None. |
|
NodeIdPath | string |
None. |
|
BsrId | string |
None. |
|
Bsr | integer |
None. |
|
Units | integer |
None. |
|
UnitsGr | decimal number |
None. |
|
Revenue | decimal number |
None. |
|
Price | decimal number |
None. |
|
Profit | decimal number |
None. |
|
Fba | decimal number |
None. |
|
Ratings | integer |
None. |
|
RatingsRate | decimal number |
None. |
|
Rating | decimal number |
None. |
|
RatingsCv | integer |
None. |
|
RatingDelta | integer |
None. |
|
Fulfillment | string |
None. |
|
Variations | integer |
None. |
|
Sellers | integer |
None. |
|
SellerName | string |
None. |
|
Weight | decimal number |
None. |
|
OriginalWeight | string |
None. |
|
WeightType | string |
None. |
|
Dimension | string |
None. |
|
BestSeller | boolean |
None. |
|
AvailableDate | date |
None. |
|
AvailableDateString | string |
None. |
|
NodeId | integer |
None. |
|
UpdateDate | date |
None. |
|
Link | string |
None. |
|
Currency | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "ASIN": "sample string 2", "Brand": "sample string 3", "BrandUrl": "sample string 4", "ImageUrl": "sample string 5", "Title": "sample string 6", "Parent": "sample string 7", "NodeLabelPath": "sample string 8", "NodeIdPath": "sample string 9", "BsrId": "sample string 10", "Bsr": 1, "Units": 1, "UnitsGr": 1.1, "Revenue": 1.1, "Price": 1.1, "Profit": 1.1, "Fba": 1.1, "Ratings": 1, "RatingsRate": 1.1, "Rating": 1.1, "RatingsCv": 1, "RatingDelta": 1, "Fulfillment": "sample string 11", "Variations": 1, "Sellers": 1, "SellerName": "sample string 12", "Weight": 1.0, "OriginalWeight": "sample string 13", "WeightType": "sample string 14", "Dimension": "sample string 15", "BestSeller": true, "AvailableDate": "2025-08-02T22:41:27.395553+03:00", "AvailableDateString": "sample string 16", "NodeId": 1, "UpdateDate": "2025-08-02T22:41:27.395553+03:00", "Link": "sample string 17", "Currency": "sample string 18" }
application/xml, text/xml
Sample:
<UrunArastirmaModel.AmazonProductModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Models"> <ASIN>sample string 2</ASIN> <AvailableDate>2025-08-02T22:41:27.395553+03:00</AvailableDate> <AvailableDateString>sample string 16</AvailableDateString> <BestSeller>true</BestSeller> <Brand>sample string 3</Brand> <BrandUrl>sample string 4</BrandUrl> <Bsr>1</Bsr> <BsrId>sample string 10</BsrId> <Currency>sample string 18</Currency> <Dimension>sample string 15</Dimension> <Fba>1.1</Fba> <Fulfillment>sample string 11</Fulfillment> <ID>1</ID> <ImageUrl>sample string 5</ImageUrl> <Link>sample string 17</Link> <NodeId>1</NodeId> <NodeIdPath>sample string 9</NodeIdPath> <NodeLabelPath>sample string 8</NodeLabelPath> <OriginalWeight>sample string 13</OriginalWeight> <Parent>sample string 7</Parent> <Price>1.1</Price> <Profit>1.1</Profit> <Rating>1.1</Rating> <RatingDelta>1</RatingDelta> <Ratings>1</Ratings> <RatingsCv>1</RatingsCv> <RatingsRate>1.1</RatingsRate> <Revenue>1.1</Revenue> <SellerName>sample string 12</SellerName> <Sellers>1</Sellers> <Title>sample string 6</Title> <Units>1</Units> <UnitsGr>1.1</UnitsGr> <UpdateDate>2025-08-02T22:41:27.395553+03:00</UpdateDate> <Variations>1</Variations> <Weight>1</Weight> <WeightType>sample string 14</WeightType> </UrunArastirmaModel.AmazonProductModel>