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": [
"d204fefa-302e-499c-b362-1c233fde053e",
"9889f35b-a9bd-44c9-a04b-4be0dc8e97e1"
],
"ProductId": "171da4fc-b011-4813-a04c-83c458cc7a7f",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "33c4e02c-3ccc-411b-be95-1c5311859821",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "616dbccf-79e4-4b16-9f8a-d0fa9f813686",
"Key": "sample string 1"
},
"Topic": {
"Id": "b14d221b-0e0f-40cd-92e8-2828e2e17920",
"Key": "sample string 1"
},
"Target": {
"Id": "46c30617-db93-45eb-869b-2962753d0f5e",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"72fc5696-0c2c-46f6-94f4-33c4ca31db46",
"21a6d3a2-f9a3-430b-8cd2-7c17ebdb2408"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "37f6602f-5f74-4510-803f-f0b7c8780e1c",
"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>33c4e02c-3ccc-411b-be95-1c5311859821</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>616dbccf-79e4-4b16-9f8a-d0fa9f813686</d3p1:Id>
<d3p1:Key>sample string 1</d3p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>171da4fc-b011-4813-a04c-83c458cc7a7f</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>37f6602f-5f74-4510-803f-f0b7c8780e1c</d3p1:ProductPimId>
</d2p1:ProductPim>
<d2p1:SubProductIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>72fc5696-0c2c-46f6-94f4-33c4ca31db46</d3p1:guid>
<d3p1:guid>21a6d3a2-f9a3-430b-8cd2-7c17ebdb2408</d3p1:guid>
</d2p1:SubProductIds>
<d2p1:Target xmlns:d3p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<d3p1:Id>46c30617-db93-45eb-869b-2962753d0f5e</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>b14d221b-0e0f-40cd-92e8-2828e2e17920</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>d204fefa-302e-499c-b362-1c233fde053e</d3p1:guid>
<d3p1:guid>9889f35b-a9bd-44c9-a04b-4be0dc8e97e1</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>