POST Products/GetProductDetails
Request Information
URI Parameters
None.
Body Parameters
GetProductDetailsDTORequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | string |
None. |
|
| ProductSku | string |
None. |
|
| SellerID | integer |
None. |
|
| SupplierGroupID | integer |
None. |
|
| SupplierID | integer |
None. |
|
| CampaignID | integer |
None. |
|
| ProfileID | integer |
None. |
|
| OnlineDataFetchSkipMinutes | integer |
None. |
|
| GetSellerImage | boolean |
None. |
|
| OnlySearch | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": "sample string 1",
"ProductSku": "sample string 2",
"SellerID": 3,
"SupplierGroupID": 4,
"SupplierID": 5,
"CampaignID": 6,
"ProfileID": 7,
"OnlineDataFetchSkipMinutes": 8,
"GetSellerImage": true,
"OnlySearch": true
}
application/octet-stream
Sample:
{"ProductID":"sample string 1","ProductSku":"sample string 2","SellerID":3,"SupplierGroupID":4,"SupplierID":5,"CampaignID":6,"ProfileID":7,"OnlineDataFetchSkipMinutes":8,"GetSellerImage":true,"OnlySearch":true}
application/xml, text/xml
Sample:
<GetProductDetailsDTORequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProductID>sample string 1</ProductID> <ProductSku>sample string 2</ProductSku> <SellerID>3</SellerID> <SupplierGroupID>4</SupplierGroupID> <SupplierID>5</SupplierID> <CampaignID>6</CampaignID> <ProfileID>7</ProfileID> <OnlineDataFetchSkipMinutes>8</OnlineDataFetchSkipMinutes> <GetSellerImage>true</GetSellerImage> <OnlySearch>true</OnlySearch> </GetProductDetailsDTORequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |