GET api/products/isbn/{isbn}/expanded
Returns specific product based on accountId and isbn with additional data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isbn | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Product
ApiResponseOfGetProductExpandedResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | GetProductExpandedResponse |
None. |
|
| Errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"ParentProductIds": [
"b17070fd-4c3e-4f44-88bb-90f7bfa460e4",
"8a5d3696-261c-4149-aae3-13fda5c8b64e"
],
"ProductId": "d64446cf-0c8a-4634-a133-c1aebefe1409",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "907bc4c2-c976-4672-841d-50cdd7f13873",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "5fcc3aa3-ca17-4798-b724-d112c6e0c54f",
"Key": "sample string 1"
},
"Topic": {
"Id": "b407237c-3a32-4e8f-b8aa-310177ed7cfa",
"Key": "sample string 1"
},
"Target": {
"Id": "58367344-56df-4760-8457-139690880954",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"463e27c8-bf59-4ca6-bcca-b51114177f5d",
"0b6e69de-6b6c-418c-9429-56d06a19296d"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "175576e6-e1cd-4b78-8059-f4d77a1dbd54",
"PimMediaTypeName": "sample string 2",
"PimMediaTypeNo": "sample string 3",
"PimCategory": "sample string 4",
"PimSubCategory": "sample string 5"
}
},
"Errors": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<ApiResponseOfGetProductExpandedResponseCOpN3Co1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses.Product">
<d2p1:Imprint xmlns:d3p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<d3p1:Id>907bc4c2-c976-4672-841d-50cdd7f13873</d3p1:Id>
<d3p1:Key>sample string 1</d3p1:Key>
</d2p1:Imprint>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:IsSubscriptionProduct>true</d2p1:IsSubscriptionProduct>
<d2p1:Isbn>sample string 3</d2p1:Isbn>
<d2p1:LoginProviderTypes xmlns:d3p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Enums">
<d3p1:LoginProviderType>Unilogin</d3p1:LoginProviderType>
<d3p1:LoginProviderType>Unilogin</d3p1:LoginProviderType>
</d2p1:LoginProviderTypes>
<d2p1:ProductGroupDictionary xmlns:d3p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<d3p1:Id>5fcc3aa3-ca17-4798-b724-d112c6e0c54f</d3p1:Id>
<d3p1:Key>sample string 1</d3p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>d64446cf-0c8a-4634-a133-c1aebefe1409</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:ProductPim xmlns:d3p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<d3p1:PimCategory>sample string 4</d3p1:PimCategory>
<d3p1:PimMediaTypeName>sample string 2</d3p1:PimMediaTypeName>
<d3p1:PimMediaTypeNo>sample string 3</d3p1:PimMediaTypeNo>
<d3p1:PimSubCategory>sample string 5</d3p1:PimSubCategory>
<d3p1:ProductPimId>175576e6-e1cd-4b78-8059-f4d77a1dbd54</d3p1:ProductPimId>
</d2p1:ProductPim>
<d2p1:SubProductIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>463e27c8-bf59-4ca6-bcca-b51114177f5d</d3p1:guid>
<d3p1:guid>0b6e69de-6b6c-418c-9429-56d06a19296d</d3p1:guid>
</d2p1:SubProductIds>
<d2p1:Target xmlns:d3p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<d3p1:Id>58367344-56df-4760-8457-139690880954</d3p1:Id>
<d3p1:Key>sample string 1</d3p1:Key>
</d2p1:Target>
<d2p1:Topic xmlns:d3p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<d3p1:Id>b407237c-3a32-4e8f-b8aa-310177ed7cfa</d3p1:Id>
<d3p1:Key>sample string 1</d3p1:Key>
</d2p1:Topic>
<d2p1:ParentProductIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b17070fd-4c3e-4f44-88bb-90f7bfa460e4</d3p1:guid>
<d3p1:guid>8a5d3696-261c-4149-aae3-13fda5c8b64e</d3p1:guid>
</d2p1:ParentProductIds>
</Data>
<Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Errors>
</ApiResponseOfGetProductExpandedResponseCOpN3Co1>