{"info":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>Welcome to the documentation for Packt API v2, designed to provide partners with access to the Packt library of products, which includes eBooks, Print books, Video, Audio, Courses and more. For a comprehensive introduction, the Packt partnership team would be the ideal point of contact for our partners. The API v2 offers partners the capability to retrieve product information, metadata, contributor details, chapter information, available formats, and content (files) for each product. These files consist of ebooks (in PDF format), videos (in ZIP, MP4 and SCORM formats), code bundles (in ZIP format), and other related files. Moreover, API v2 allows partners to place orders for eBooks and print books, although this feature has limited access. Detailed explanations of all endpoints can be found in the API reference menu.</p>\n<p>To ensure secure communication, API v2 operates exclusively over HTTPS, with all traffic encrypted through SSL. Any HTTP requests are automatically redirected to their HTTPS equivalents. It is important to note that support for SSL 3.0 has been disabled, and we strongly recommend utilizing TLS 1.2 or higher. All API access is facilitated through the base URL <a href=\"https://api.packt.com/\">https://api.packt.com/</a>, and data is transmitted and received in JSON format.</p>\n<p>Please be aware that the API Gateway is not intended for partners seeking to build serverless applications. Instead, it is expected that partners will retrieve content from our API and implement their own caching mechanisms.</p>\n<p>If you have any further questions or require additional assistance, please feel free to reach out to <a href=\"https://mailto:partners@packt.com\">partners@packt.com</a></p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>To gain access to API v2, it is necessary to register as a channel partner. This process involves establishing a commercial services agreement with Packt, which will be completed once all required details are finalized. Upon successful registration, you and your team will be added as channel partners within our internal system. Subsequently, you will be granted access to the API v2 dashboard, enabling you to generate tokens and utilize the available APIs. In the following section, we will provide comprehensive information on authentication procedures and token management.</p>\n<p>To initiate the channel partner registration process, kindly send an email to: <a href=\"https://mailto:partners@packt.com\">partners@packt.com</a></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Packt API v2 implements token-based authentication, requiring the inclusion of an access token in all requests made to the API. These access tokens are commonly referred to as \"bearer tokens.\" You have the flexibility to pass the token either through the header or as a query parameter in your API requests.</p>\n<p>To obtain an access token, you will need to create one using the token manager available at <a href=\"https://api.packt.com/v2/token-manager\">this link</a>. We strongly advise generating separate tokens for each application you develop. This practice allows you to easily revoke a token if necessary, minimizing any potential impact.</p>\n<p>By default, an access token has a validity period of two years. However, you have the ability to customize the expiry duration based on your specific requirements. To ensure you remain informed, the Packt API will send email notifications at intervals of 60 days, 30 days, and 7 days prior to the token's expiration. These alerts will prompt you to take the necessary actions to ensure uninterrupted API access.</p>\n<p>There are two methods to include the access token when making requests to the Packt API: via the HTTP header or as a query parameter.</p>\n<p><strong>Token in Header:</strong></p>\n<p>One approach is to include the API token in the request's HTTP header. To do this, you need to add an \"Authorization\" header with a value of \"Bearer\" followed by the API token.</p>\n<p>For example, using the curl command-line tool:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">$ curl -H \"Authorization: Bearer &lt;api token&gt;\" https://api.packt.com/api/v2/test\n\n</code></pre>\n<p>In this example, the API token is sent in the \"Authorization\" header.</p>\n<p><strong>Token as a Query Parameter:</strong></p>\n<p>Alternatively, you can pass the API token as a query parameter in the request URL. In this case, you need to include the token using the parameter key \"token\".</p>\n<p>For example, using the curl command-line tool:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">$ curl \"https://api.packt.com/api/v2/test?token=&lt;api token&gt;\"\n\n</code></pre>\n<p>In this example, the API token is appended to the URL as the value for the \"token\" query parameter.</p>\n<p>Both methods serve the purpose of authenticating your request and ensuring that you have the necessary authorization to access the Packt API.</p>\n<p><strong>Sandbox Tokens (Only for Orders API)</strong></p>\n<p>For your development, testing, or staging environments, you have the option to designate a token as a sandbox token. This is specifically applicable to partners who utilize the Orders endpoints.</p>\n<p>By assigning a token as a sandbox token, you can effectively test the Order feature without actually executing a real transaction. This allows you to simulate and verify the functionality of the Orders API in a controlled environment.</p>\n<p>Using sandbox tokens enables you to ensure the robustness and accuracy of your integration with the Packt API before deploying it to a production environment.<br>For channel partners who do not utilize the Orders endpoint, there is no need to enable or disable the Sandbox checkbox when creating a token. This setting is specific to the functionality provided by the Orders API and does not have any impact on partners who are not utilizing this particular endpoint.</p>\n<h1 id=\"access-permissions\">Access Permissions</h1>\n<p>Access permissions are enforced for all our APIs to ensure secure and controlled access. These permissions are granted to Channel Partners through our internal systems. Permissions are assigned at the group level, and any user added to a specific group inherits the associated access permissions. API tokens created under these users will also inherit the corresponding permissions.</p>\n<p>To verify your current access permissions, you can make use of the Test endpoint.</p>\n<p>Please note that not all users have automatic access to our APIs. To gain access to the Packt APIs, you will need to submit a support request to our Partners team. Kindly reach out to <a href=\"https://mailto:partners@packt.com\">partners@packt.com</a> in order to initiate the process of accessing the Packt API.</p>\n<p>The table below displays the different access permissions available and their corresponding code and rights:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Access Permission</th>\n<th>Code</th>\n<th>Rights</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>API Access</td>\n<td>API Access</td>\n<td>Default access granted to tokens for API interaction</td>\n</tr>\n<tr>\n<td>Product API</td>\n<td>Product API</td>\n<td>Access to our catalogue and product information</td>\n</tr>\n<tr>\n<td>Download Content</td>\n<td>Download Content</td>\n<td>Ability to retrieve our titles through the API in ePub, PDF, Video etc formats. Allocation of titles is required, please refer to the entitlement endpoint in the content section.</td>\n</tr>\n<tr>\n<td>Partner Portal</td>\n<td>Partner Portal</td>\n<td>Special access provided to Channel Partners without a dedicated development team. Partners Portal offers a less technical, self-serve interface to access the APIs.</td>\n</tr>\n<tr>\n<td>ORDER</td>\n<td>ORDER</td>\n<td>Ability to transact through the API, including placing orders and retrieving order status.</td>\n</tr>\n</tbody>\n</table>\n</div><p>These permissions are tailored based on your specific requirements. If you need access to any of these permissions, please contact our support team by visiting our <a href=\"https:///api-docs#section/Overview/Contact\">contact page</a>.</p>\n<h1 id=\"rate-limit\">Rate Limit</h1>\n<p>Rate limiting is a mechanism used to control the number of requests made per unit of time. This practice is implemented to ensure the availability of our API for all users without experiencing downtime.</p>\n<p>Our API rate limiting is applied on a per-user basis, determined by the user's token. By default, the rate limit is set at <code>600 requests per minute</code>. Should you require an increase in this limit, please reach out to our partner team for assistance.</p>\n<p>In the event that you exceed the rate limit, our system will respond with an HTTP 429 Too Many Requests status code along with the following payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \"errorMessage\": \"Rate Limit Exceeded.\" }\n\n</code></pre>\n<p>Additionally, our response headers will include the following rate limit information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-RateLimit-Limit: 600\nX-RateLimit-Remaining: 599\n\n</code></pre><p>We urge users to adhere to the rate limits to ensure fair usage of our API. Any attempt to bypass or circumvent rate limiting measures will result in the suspension of your account token from our API platform. If your account token is suspended due to rate limit violations, you will be notified via email.</p>\n<p>If you have any inquiries or require further clarification on rate limiting or any other API-related matters, please do not hesitate to contact us.</p>\n<h1 id=\"frequently-asked-questions\">Frequently Asked Questions</h1>\n<p><strong>What is the Packt API?</strong></p>\n<p>The Packt API facilitates data exchange between systems, enabling novel ways to consume and interact with Packt systems and data in real-time. Our APIs consolidate data from various Packt systems for centralized access and utilization.</p>\n<p>Developers are encouraged to cache data received from our APIs to optimize performance and reduce unnecessary requests.</p>\n<p>The REST API adheres to JSON standards for data formatting, ensuring simplicity and ease of use for developers and machines alike. JSON's structured format streamlines the process of writing, reading, and parsing API queries.</p>\n<p><strong>Is there a way to integrate with Packt without using the API?</strong></p>\n<p>While we currently provide tailored data feeds to select partners, our long-term strategy involves transitioning to a standardized API approach for integration.</p>\n<p>Our API is designed with a user-centric philosophy to facilitate seamless integration and collaboration.</p>\n<p>For specific integration requirements, feel free to reach out to our partner team for personalized support and guidance.</p>\n<p><strong>Are there any limits on using the API?</strong></p>\n<p>We enforce limits on API calls to manage usage effectively. Refer to our Rate Limit documentation for detailed information. If you require a higher call limit, our partner team is available to assist with your request.</p>\n<p>Usage of data is subject to the terms and conditions outlined in our Terms of Use.</p>\n<p><strong>I'm using a third-party service or wrapper, and it is not working. Can you help?</strong></p>\n<p>Regrettably, we do not provide support for third-party services or tools. For assistance, please contact the service provider directly.</p>\n<p>Exercise caution when sharing your Packt API token key(s) with third-party platforms to mitigate security risks.</p>\n<p><strong>Despite making no changes, I'm suddenly receiving errors. What happened?</strong></p>\n<p>While we strive to minimize disruptions, periodic updates to the API may occur. We aim to implement non-breaking changes or introduce new API versions for significant updates.</p>\n<p>Should you encounter unexpected errors, kindly report them via the support form for prompt investigation and resolution.</p>\n<p><strong>Am I able to perform specific actions with the API?</strong></p>\n<p>If a desired functionality is not documented, it may not be currently available. To propose new features, submit suggestions through the <a href=\"https://mailto:partners@packt.com\">partners@packt.com</a> form for evaluation by our team.</p>\n<p><strong>How should I report an issue with the API?</strong></p>\n<p>If you suspect a system issue rather than an implementation error, provide your code and any relevant output via our support portal for thorough investigation and resolution.</p>\n<p>Clear and detailed information aids in reproducing and resolving reported issues effectively.</p>\n<p><strong>Can you assist with coding tasks?</strong></p>\n<p>While we offer guidance and sample code, extensive coding support may require engagement with our partner team to address specific needs beyond standard onboarding procedures.</p>\n<p><strong>Can anyone utilize the API?</strong></p>\n<p>Access to our APIs are limited to Channel Partners only, to register as a Channel Partners please check the <a href=\"https:///api-docs#section/Overview/Getting-Started\">Getting Started guide</a></p>\n<p><strong>What are the available distribution types and file formats for downloading various content materials?</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Distribution Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>print_cover_pdf</td>\n<td>Print Cover in PDF format</td>\n</tr>\n<tr>\n<td>cover_image</td>\n<td>Cover of the title</td>\n</tr>\n<tr>\n<td>cover_image_large</td>\n<td>High Resolution Cover of the title</td>\n</tr>\n<tr>\n<td>cover_image_small</td>\n<td>Low Resolution Cover of the title</td>\n</tr>\n<tr>\n<td>cover_image_660x336</td>\n<td>Cover with dimensions 660x336</td>\n</tr>\n<tr>\n<td>epub</td>\n<td>EPUB file</td>\n</tr>\n<tr>\n<td>print</td>\n<td>Printer file in PDF format</td>\n</tr>\n<tr>\n<td>ebook</td>\n<td>Ebook</td>\n</tr>\n<tr>\n<td>video</td>\n<td>Individual video in MP4 format</td>\n</tr>\n<tr>\n<td>video_zip</td>\n<td>All video MP4s in a single folder with ZIP format</td>\n</tr>\n<tr>\n<td>scorm</td>\n<td>SCORM File</td>\n</tr>\n<tr>\n<td>scorm_2004_3e</td>\n<td>SCORM 2004 3rd edition file</td>\n</tr>\n<tr>\n<td>scorm_2004_4e</td>\n<td>SCORM 2004 4th edition file</td>\n</tr>\n<tr>\n<td>code_bundle</td>\n<td>Code Files if available</td>\n</tr>\n<tr>\n<td>onix21-ebook</td>\n<td>Ebook ONIX 2.1</td>\n</tr>\n<tr>\n<td>onix21-print</td>\n<td>Print Onix 2.1</td>\n</tr>\n<tr>\n<td>onix21-video</td>\n<td>Video Onix 2.1</td>\n</tr>\n<tr>\n<td>onix21-audiobook</td>\n<td>Audiobook Onix 2.1</td>\n</tr>\n<tr>\n<td>onix21-course</td>\n<td>Course Onix 2.1 (Course is a title format)</td>\n</tr>\n<tr>\n<td>onix3-ebook</td>\n<td>Ebook ONIX 3.0</td>\n</tr>\n<tr>\n<td>onix3-print</td>\n<td>Print Onix 3.0</td>\n</tr>\n<tr>\n<td>onix3-video</td>\n<td>Video Onix 3.0</td>\n</tr>\n<tr>\n<td>onix3-audiobook</td>\n<td>Audiobook Onix 3.0</td>\n</tr>\n<tr>\n<td>onix3-course</td>\n<td>Course Onix 3.0 (Course is a title format)</td>\n</tr>\n<tr>\n<td>video_xml</td>\n<td>Video Details in XML format</td>\n</tr>\n<tr>\n<td>caption_file_srt</td>\n<td>Transcripts in SRT format</td>\n</tr>\n<tr>\n<td>caption_file_dfxp</td>\n<td>Transcripts in DFXP format</td>\n</tr>\n<tr>\n<td>audiobook_mp3</td>\n<td>Individual Audio Files in MP3 format</td>\n</tr>\n<tr>\n<td>audiobook_zip</td>\n<td>All audio MP3s in a single folder with ZIP format</td>\n</tr>\n<tr>\n<td>caption_zip</td>\n<td>Transcripts in ZIP format</td>\n</tr>\n<tr>\n<td>spanish_transcript_zip</td>\n<td>Spanish transcripts in ZIP format</td>\n</tr>\n<tr>\n<td>korean_transcript_zip</td>\n<td>Korean transcripts in ZIP format</td>\n</tr>\n<tr>\n<td>simplified_chinese_transcript_zip</td>\n<td>Chinese transcripts in ZIP format</td>\n</tr>\n<tr>\n<td>japanese_transcript_zip</td>\n<td>Japanese transcripts in ZIP format</td>\n</tr>\n<tr>\n<td>audiobook_retail_sample</td>\n<td>Audiobook retail sample in MP3 format</td>\n</tr>\n<tr>\n<td>audiobook_opening_credits_and_preface</td>\n<td>Audiobook opening credits and preface in MP3 format</td>\n</tr>\n<tr>\n<td>audiobook_closing_credits</td>\n<td>Audiobook closing credits in MP3 format</td>\n</tr>\n<tr>\n<td>audiobook_book_cover</td>\n<td>Audiobook cover</td>\n</tr>\n<tr>\n<td>audiobook_supplementary_guide</td>\n<td>Audiobook supplementary guide in PDF format</td>\n</tr>\n<tr>\n<td>audiobook_content_chapter</td>\n<td>Individual Audiobook Chapters in MP3 format</td>\n</tr>\n<tr>\n<td>contributors</td>\n<td>Audiobook Contributor MP3s</td>\n</tr>\n<tr>\n<td>appendix</td>\n<td>Audiobook Appendix MP3s</td>\n</tr>\n<tr>\n<td>assessments</td>\n<td>Audiobook Assessments</td>\n</tr>\n<tr>\n<td>discord</td>\n<td>Audiobook Discord MP3s</td>\n</tr>\n<tr>\n<td>mobi</td>\n<td>Mobi format (not available for all book products)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Can I get examples of API implementation and code samples?</strong><br>Yes, you can definitely fetch examples of APIs and code samples from our documentation. Please find the Postman collection link in the Getting Started section or Search for <code>Postman</code> keyword.</p>\n<h2 id=\"api-terms-of-service\">API Terms of Service</h2>\n<p>In order to use the Packt API, users are required to adhere to the following terms and conditions:</p>\n<ol>\n<li><p><strong>Compliance with Terms and Conditions</strong>: Users must abide by the general <a href=\"https://www.packtpub.com/terms-conditions\">Terms and Conditions</a> of use in addition to the specific terms outlined for API usage.</p>\n</li>\n<li><p><strong>Rate Limiting</strong>: Users must not attempt to bypass the rate limiting mechanisms put in place by Packt. All requests made by Channel Partners are monitored and tracked.</p>\n</li>\n<li><p><strong>Protection of API Key</strong>: Users are prohibited from sharing or publicly posting their API key with individuals outside their organization.</p>\n</li>\n<li><p><strong>Display of Packt Branding</strong>: Users must prominently display the Packt name or logo wherever Packt data is utilized. For example, when displaying a Packt product, it should be clearly attributed as \"by Packt Publishing\".</p>\n</li>\n<li><p><strong>Data Harvesting</strong>: Users are not allowed to use the API for the purpose of harvesting or indexing Packt data without explicit written consent from Packt.</p>\n</li>\n<li><p><strong>Data Storage and Refresh</strong>: While users are permitted to store information obtained through the Packt API, they must ensure that this data is regularly refreshed (at least once a week). This is to allow Packt the flexibility to modify, remove, and update the data as necessary.</p>\n</li>\n<li><p><strong>Sublicensing and Redistribution</strong>: Users must not sublicense or redistribute Packt data to any third parties without explicit written consent from Packt.</p>\n</li>\n<li><p><strong>Data Modification</strong>: Users are prohibited from modifying or altering Packt data in any manner. Data may be truncated for display purposes, but substantial changes are not permitted.</p>\n</li>\n<li><p><strong>Commercial Usage</strong>: Users must obtain explicit written consent from Packt before incorporating Packt API data into any commercial products. For inquiries regarding commercial usage, users are advised to contact Packt.</p>\n</li>\n<li><p><strong>App Naming</strong>: Users are not allowed to name their application \"Packt\" or use \"Packt\" as the main name within their application. While the Packt logo can be used to acknowledge the association with Packt, it should not be the primary logo for or within the application.</p>\n</li>\n<li><p><strong>Account Suspension</strong>: Users acknowledge that their developer account can be suspended in case of any violation of the terms and conditions.</p>\n</li>\n<li><p><strong>Updates to Terms</strong>: Users acknowledge that the terms and conditions may be updated or amended at any time without prior notice. Continued usage of the API implies acceptance of the revised terms.</p>\n</li>\n</ol>\n<p>By adhering to these terms and conditions, users can ensure a compliant and mutually beneficial relationship with Packt when utilizing the Packt API.</p>\n<h1 id=\"contact\">Contact</h1>\n<p>If you have any further questions or require additional assistance, please feel free to reach out to <a href=\"https://mailto:partners@packt.com\">partners@packt.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Getting Started","slug":"getting-started"},{"content":"Authentication","slug":"authentication"},{"content":"Access Permissions","slug":"access-permissions"},{"content":"Rate Limit","slug":"rate-limit"},{"content":"Frequently Asked Questions","slug":"frequently-asked-questions"},{"content":"Contact","slug":"contact"}],"owner":"22782544","collectionId":"d1520ec0-1004-4d7f-9d93-21a358249856","publishedId":"2sA2xh1CEK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-15T12:24:29.000Z"},"item":[{"name":"Test","item":[{"name":"Send Test Request","id":"103077c7-8b10-435a-a296-4807839f79de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/test","description":"<p>The test endpoint is designed to provide information related to a token. This endpoint requires a token parameter in the query string or header, which is essential for retrieving the token information.</p>\n<p>The endpoint returns details such as the token status (expired or not), the partner's name, permissions associated with the channel partner, the last time the token was used, the expiry date, and whether the token is a sandbox token or a real token.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will contain an Json object with the Token details.</p>\n<p>If Token is invalid, an Unauthenticated Token error will be presented.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","test"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[{"id":"135142a0-3c68-4a8c-9009-8c36abd6ee4e","name":"Success Response","originalRequest":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 08:48:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"8601165f28ab54ea-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"599"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"OK\",\n    \"token_access\": [\n        \"Download Content\",\n        \"Access API\",\n        \"ORDER\",\n        \"Product API\"\n    ],\n    \"token_last_used\": \"1 second ago\",\n    \"expiry_date\": \"2026-03-05T18:30:00+0000\",\n    \"sandbox\": false\n}"},{"id":"4137d0b4-cb3a-4c05-8acf-e86c63800a1e","name":"Unauthenticated Token","originalRequest":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/test"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 08:45:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"86011152285d54ea-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Unauthenticated Token.\"\n}"}],"_postman_id":"103077c7-8b10-435a-a296-4807839f79de"}],"id":"02dbeb90-51ca-4eb9-bb89-b127932eef11","_postman_id":"02dbeb90-51ca-4eb9-bb89-b127932eef11","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}}},{"name":"Products","item":[{"name":"List Products","id":"9b6cbfb3-b6a8-4645-90cc-6f68d43d2c6f","request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products","description":"<p>The List Products endpoint is designed to provide a list of products distributed to the Channel Partner. This endpoint requires a token parameter in the query string or header, which is essential for retrieving the product information. The endpoint returns details such as the product type, product ID, distribution status, early access availability, ISBN, metadata, product information, formats and contributors related to the products.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n<th>Default</th>\n<th>Accepted values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>integer</code></td>\n<td>For use in pagination. If you make a request with value 1, Products from 1–100 are returned. If you make a request with value 2, products from 101–200 are returned.</td>\n<td>1</td>\n<td>The page number value.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>integer</code></td>\n<td>Number of products to return</td>\n<td>100</td>\n<td>Minimum value allowed: 1, Maximum value allowed: 1000</td>\n</tr>\n<tr>\n<td><code>orderBy</code></td>\n<td><code>string</code></td>\n<td>To arrange product records by the given order field.</td>\n<td>published_from</td>\n<td>Accepted values for orderBy: <code>product_type</code>, <code>title</code>, <code>published_from</code>, <code>language</code></td>\n</tr>\n<tr>\n<td><code>orderType</code></td>\n<td><code>object</code></td>\n<td>To filter product records based on the given criteria. To effectively filter product records based on specific criteria, refer to the schema for the filter model to specify the correct criteria for accurate filtering operations.</td>\n<td><code>null</code></td>\n<td>A json object please check below table for filter object reference.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter-object-schema\">Filter Object Schema</h2>\n<p>The <code>filter</code> is a json object you need to send in Request to filter out the Response with your given filters. Follow below table to know the definition and accepted filter name, data types and values.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Accepted values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>Name of the filter or key to use to perform the filter</td>\n<td><code>product_type</code>, <code>language</code>, <code>published_from</code>, <code>title</code>, <code>early_access</code>, <code>publisher</code>, <code>distribution_status</code>, <code>format</code>, <code>publication_date</code>, <code>updated_since</code>, <code>bisac_codes</code>, <code>bic_codes</code>, <code>thema_code</code></td>\n</tr>\n<tr>\n<td><code>operator</code></td>\n<td><code>string</code></td>\n<td>Operator to be used for filtering.</td>\n<td><code>=</code>, <code>&gt;</code>, <code>&lt;</code>, <code>&gt;=</code>, <code>&lt;=</code>, <code>!=</code>, <code>IS NULL</code>, <code>IS NOT NULL</code>, <code>RANGE</code>, <code>ANY</code>, <code>ALL</code>, <code>NOT ANY</code>, <code>NOT ALL</code></td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td><code>string</code></td>\n<td>Value to be used for filtering.</td>\n<td>Any filter value you want to use`</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[{"id":"fe324bb0-0c6e-4ab4-b363-65b491f70e14","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 08:53:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"86011e4ccd6f54ea-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"599"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 80,\n    \"per_page\": 100,\n    \"to\": 100,\n    \"total\": 7942,\n    \"products\": [\n        {\n            \"product_id\": \"V18483\",\n            \"isbn\": 9781803238043,\n            \"title\": \"SC-300: Microsoft Identity and Access Administrator\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Anand Rao Nednur\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMP\",\n                \"UQ\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UMP\",\n                \"UQ\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM051380\",\n                \"COM055020\",\n                \"COM055000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19056\",\n            \"isbn\": 9781804610626,\n            \"title\": \"Reinforcement Learning and Deep RL Python (Theory and Projects)\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"AI Sciences\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM051360\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13184\",\n            \"isbn\": 9781789953947,\n            \"title\": \"Hands-On Transfer Learning with TensorFlow 2.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Margaret Maynard-Reid\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM044000\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-05-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B06215\",\n            \"isbn\": 9781787121829,\n            \"title\": \"Kali Linux - An Ethical Hacker's Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Himanshu Sharma\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"ULJL\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"ULL\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM053000\",\n                \"COM046070\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-10-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B09861\",\n            \"isbn\": 9781788627160,\n            \"title\": \"Learning Concurrency in Kotlin\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Miguel Angel Castiblanco Torres\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMN\",\n                \"UYFP\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMN\",\n                \"UYFP\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051210\",\n                \"COM051280\",\n                \"COM051220\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-07-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04619\",\n            \"isbn\": 9781782175339,\n            \"title\": \"Mastering Hibernate\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Ramin Rad\",\n                \"Koushik Srinivas Kothagal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051390\",\n                \"COM051280\",\n                \"COM051230\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-05-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B07008\",\n            \"isbn\": 9781787281585,\n            \"title\": \"Mastering CSS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rich Finelli\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060080\",\n                \"COM060160\",\n                \"COM051270\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-10-06T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03792\",\n            \"isbn\": 9781784391805,\n            \"title\": \"Apache Spark Graph Processing\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rindra Ramamonjison\",\n                \"Rindra Ramamonjison\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"PleaseSelect\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-09-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B10471\",\n            \"isbn\": 9781789136081,\n            \"title\": \"React: Cross-Platform Application Development with React Native\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Emilio Rodriguez Martinez\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM051390\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-03-13T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19782\",\n            \"isbn\": 9781837632558,\n            \"title\": \"Deep Learning - Crash Course 2023\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manifold AI Learning\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM016000\",\n                \"COM051360\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-04-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"C06040\",\n            \"isbn\": 9781787124196,\n            \"title\": \"Tableau: Creating Interactive Data Visualizations\",\n            \"edition\": 1,\n            \"contributors\": [\n                \" Matt Floyd\",\n                \"Jen Stirrup\",\n                \"Ashley Ohmann\",\n                \"Ashutosh Nandeshwar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UNC\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UNC\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM005030\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-08-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19105\",\n            \"isbn\": 9781804618004,\n            \"title\": \"Becoming a Dynamics 365 Supply Chain Management Functional Consultant Associate\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Juan Bravo Vargas\",\n                \"Mariano Martínez Melo\",\n                \"Tommy Skaue\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMP\",\n                \"UFS\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMP\",\n                \"UFS\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM066000\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-11-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V09816\",\n            \"isbn\": 9781788838795,\n            \"title\": \"Learn Design Patterns with Java\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aseem Jain\",\n                \"Amarjeet Singh\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051230\",\n                \"COM051280\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-07-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11534\",\n            \"isbn\": 9781789536546,\n            \"title\": \"Architecting Reactive Angular Applications with Redux and NgRx\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Christoffer Noring\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM060160\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-05-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13116\",\n            \"isbn\": 9781789959123,\n            \"title\": \"Data Storytelling with Qlik Sense\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hajime Uchiyama\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UNC\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UNC\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM089000\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05116\",\n            \"isbn\": 9781785880742,\n            \"title\": \"Mastering Unity 5.x\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Alan Thorn\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UGV\",\n                \"UGN\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UGV\",\n                \"UGN\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM012040\",\n                \"COM071000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-01-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16825\",\n            \"isbn\": 9781800561304,\n            \"title\": \"Rust Web Development with Rocket\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Karuna Murti\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UDBR\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UDBR\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060160\",\n                \"COM060010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17470\",\n            \"isbn\": 9781801810210,\n            \"title\": \"An Ethical Guide to Cyber Anonymity\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Kushantha Gunawardana\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM060040\",\n                \"COM015000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00987\",\n            \"isbn\": 9781783551439,\n            \"title\": \"Getting Started with Paint.NET\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Shoban Kumar\",\n                \"Andros T Sturgeon\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UYT\",\n                \"UKX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UKX\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM012050\",\n                \"COM056000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-12-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B11699\",\n            \"isbn\": 9781789534887,\n            \"title\": \"Hyperledger Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Xun (Brian) Wu\",\n                \"Chuanfeng Zhang\",\n                \"Zhibin (Andrew) Zhang\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UTN\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UTN\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bisac_codes\": [\n                \"COM083000\",\n                \"COM043050\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-04-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B02772\",\n            \"isbn\": 9781849515382,\n            \"title\": \"Puppet 2.7 Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"John Arundel\",\n                \"Puppet Labs\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2011-10-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16996\",\n            \"isbn\": 9781801070485,\n            \"title\": \"Implementing VxRail HCI Solutions\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Victor Wu\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTE\",\n                \"UKS\",\n                \"UNH\",\n                \"UT\",\n                \"UTV\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UKS\",\n                \"UNH\",\n                \"UT\",\n                \"UTV\"\n            ],\n            \"bisac_codes\": [\n                \"COM046090\",\n                \"COM043000\",\n                \"COM030000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-06-04T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03460\",\n            \"isbn\": 9781784390860,\n            \"title\": \"R for Data Science\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Dan Toomey\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-12-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V06999\",\n            \"isbn\": 9781787284913,\n            \"title\": \"Reactive JavaScript Programming\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Shriyans Bhatnagar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UM\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UM\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060180\",\n                \"COM051440\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-03-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12365\",\n            \"isbn\": 9781789802740,\n            \"title\": \"Hands-On Natural Language Processing with PyTorch 1.x\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Thomas Dop\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM044000\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-07-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04869\",\n            \"isbn\": 9781785887024,\n            \"title\": \"Raspberry Pi Android Projects\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gökhan Kurt\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"PleaseSelect\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-09-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B07762\",\n            \"isbn\": 9781788292740,\n            \"title\": \"Julia Programming Projects\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Adrian Salceanu\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UYQL\",\n                \"UMX\",\n                \"UFM\"\n            ],\n            \"bic_codes\": [\n                \"UYQL\",\n                \"UMX\",\n                \"UFM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051010\",\n                \"COM077000\",\n                \"COM042000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-12-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B01771\",\n            \"isbn\": 9781783983308,\n            \"title\": \"Learning OpenStack Networking (Neutron)\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"James Denton\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-10-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B11672\",\n            \"isbn\": 9781789533576,\n            \"title\": \"Mastering OpenCV 4\",\n            \"edition\": 3,\n            \"contributors\": [\n                \"Roy Shilkrot\",\n                \"David Millán Escrivá\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UYQV\",\n                \"UYQP\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UYQV\",\n                \"UYQP\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM016000\",\n                \"COM051070\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-12-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V04166\",\n            \"isbn\": 9781785280351,\n            \"title\": \"Learning Python Web Penetration Testing\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Christian Martorella\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UTN\",\n                \"UMX\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UTN\",\n                \"UMX\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM043050\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-03-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B08892\",\n            \"isbn\": 9781788475273,\n            \"title\": \"Go Standard Library Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Radomír Sohlich\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051010\",\n                \"COM051440\",\n                \"COM043000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-02-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B08527\",\n            \"isbn\": 9781788476638,\n            \"title\": \"Learning ASP.NET Core 2.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jason De Oliveira\",\n                \"Michel Bruchet\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051470\",\n                \"COM051310\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-12-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05007\",\n            \"isbn\": 9781785883361,\n            \"title\": \"Mastering Sass\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Luke Watts\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM060160\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-08-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04502\",\n            \"isbn\": 9781785285615,\n            \"title\": \"OpenStack Trove Essentials\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Alok Shrivastwa\",\n                \"Sunil Sarat\",\n                \"Doug Shelley\",\n                \"Amrith Kumar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTV\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTV\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM046090\",\n                \"COM043000\",\n                \"COM051390\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-03-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05355\",\n            \"isbn\": 9781786465955,\n            \"title\": \"Mastering ServiceNow\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Martin Wood\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTR\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTR\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM088000\",\n                \"COM048000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-10-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B14545\",\n            \"isbn\": 9781838822361,\n            \"title\": \"Hands-On Full Stack Development with Spring Boot 2 and React\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Juha Hinkula\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060180\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-05-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04198\",\n            \"isbn\": 9781785288852,\n            \"title\": \"Cocos2d-x by Example: Beginner's Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Roger Engelbert\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-03-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15755\",\n            \"isbn\": 9781839211744,\n            \"title\": \"Practical gRPC\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joshua B. Humphries\",\n                \"David Konsumer\",\n                \"David Muto\",\n                \"Robert Ross\",\n                \"Carles Sistare\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060080\",\n                \"COM060160\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-11-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B01197\",\n            \"isbn\": 9781849516181,\n            \"title\": \"Inkscape 0.48 Essentials for Web Designers: LITE\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Bethany Hiitola\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2011-05-13T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05269\",\n            \"isbn\": 9781785880087,\n            \"title\": \"Node Cookbook\",\n            \"edition\": 3,\n            \"contributors\": [\n                \"David Mark Clements\",\n                \"Mathias Buus Madsen\",\n                \"Peter Elger\",\n                \"Matteo Collina\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM021050\",\n                \"COM051260\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-07-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19085\",\n            \"isbn\": 9781804618370,\n            \"title\": \"Applying Math with Python\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Sam Morley\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"UYF\",\n                \"UFM\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"UYF\",\n                \"UFM\"\n            ],\n            \"bisac_codes\": [\n                \"COM014000\",\n                \"COM036000\",\n                \"COM077000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03936\",\n            \"isbn\": 9781784397937,\n            \"title\": \"Learning Docker\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Pethuru Raj\",\n                \"Jeeva S. Chelladhurai\",\n                \"Vinod Singh\",\n                \"Vinod kumar Singh\",\n                \"Jeeva Chelladhurai\",\n                \"Pethuru Raj Chelliah\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"PleaseSelect\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B13918\",\n            \"isbn\": 9781838645571,\n            \"title\": \"Learn D3.js\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Helder da Rocha\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051260\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-05-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17593\",\n            \"isbn\": 9781801815932,\n            \"title\": \"Data Lakehouse in Action\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Pradeep Menon\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UTR\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UTR\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"COM048000\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-03-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B06403\",\n            \"isbn\": 9781787284951,\n            \"title\": \"Hands-On Reactive Programming in Spring 5\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Oleh Dokuka\",\n                \"Igor Lozynskyi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"book\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051280\",\n                \"COM060080\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-10-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B13363\",\n            \"isbn\": 9781789800203,\n            \"title\": \"Mastering Active Directory\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Dishan Francis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTE\",\n                \"UTFB\",\n                \"UTE\",\n                \"UTM\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTFB\",\n                \"UT\",\n                \"UTM\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM020020\",\n                \"COM019000\",\n                \"COM046050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-08-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16621\",\n            \"isbn\": 9781800568372,\n            \"title\": \"Practical Microservices with Dapr and .NET\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Davide Bedin\",\n                \"Mark Russinovich\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTR\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UTR\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM048000\",\n                \"COM051310\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14988\",\n            \"isbn\": 9781838980689,\n            \"title\": \"Machine Learning and Data Science with Python: A Complete Beginners Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Abhilash Nelson\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM004000\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-05-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17271\",\n            \"isbn\": 9781801076135,\n            \"title\": \"Microsoft Defender for Cloud Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sasha Kranjac\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM053000\",\n                \"COM060040\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-22T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04332\",\n            \"isbn\": 9781785283307,\n            \"title\": \"Arduino Wearable Projects\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tony Olsson\",\n                \"Tony Effe A Olsson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"PleaseSelect\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-08-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B14199\",\n            \"isbn\": 9781838642006,\n            \"title\": \"Hands-On Unity 2020 Game Development\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nicolas Alejandro Borromeo\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM012040\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-07-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V03848\",\n            \"isbn\": 9781783553037,\n            \"title\": \"Mastering Yii 2\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vitalii Tron\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM060080\",\n                \"COM051400\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-10-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17360\",\n            \"isbn\": 9781801070546,\n            \"title\": \"Continuous Integration for ASP.NET with Docker and Azure Devops\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gourav Shah\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051470\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-05-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18984\",\n            \"isbn\": 9781804618707,\n            \"title\": \"Multi-Cloud Handbook for Developers\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Subash Natarajan\",\n                \"Jeveen Jacob\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTR\",\n                \"UYD\",\n                \"UTC\"\n            ],\n            \"bic_codes\": [\n                \"UTR\",\n                \"UYD\",\n                \"UTC\"\n            ],\n            \"bisac_codes\": [\n                \"COM091000\",\n                \"COM051240\",\n                \"COM048000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19530\",\n            \"isbn\": 9781837638635,\n            \"title\": \"Ultimate Tableau Desktop Course - Beginner to Advanced Bundle\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Simon Sez IT\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM018000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04027\",\n            \"isbn\": 9781784392918,\n            \"title\": \"Kali Linux Web Penetration Testing Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gilberto Najera-Gutierrez\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTN\",\n                \"ULJL\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UTN\",\n                \"ULL\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060040\",\n                \"COM043050\",\n                \"COM046070\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17366\",\n            \"isbn\": 9781801075626,\n            \"title\": \"Solution Architecture with .NET\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jamil Hallal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTR\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UTR\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM048000\",\n                \"COM051310\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16847\",\n            \"isbn\": 9781800568518,\n            \"title\": \"Canvas LMS Course Design\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Ryan John\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"YP\",\n                \"UB\",\n                \"KNTP\",\n                \"UXT\",\n                \"UFG\"\n            ],\n            \"bic_codes\": [\n                \"YQ\",\n                \"UB\",\n                \"KNTP\",\n                \"UB\",\n                \"UFG\"\n            ],\n            \"bisac_codes\": [\n                \"COM023000\",\n                \"COM078000\",\n                \"COM065000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-05-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05163\",\n            \"isbn\": 9781785882364,\n            \"title\": \"Mastering Magento 2\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Bret Williams\",\n                \"Jonathan Bownds\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060170\",\n                \"COM060080\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B01666\",\n            \"isbn\": 9781849694223,\n            \"title\": \"Learning Articulate Storyline\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Stephanie Harnett\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"YP\",\n                \"UB\",\n                \"UB\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"YQ\",\n                \"UB\",\n                \"UB\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM034000\",\n                \"COM023000\",\n                \"COM032000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-07-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16508\",\n            \"isbn\": 9781119280521,\n            \"title\": \"CompTIA Project+ Study Guide: Exam PK0-004\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Kim Heldman\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJ\",\n                \"UQ\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJ\",\n                \"UQ\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM055000\",\n                \"COM088000\",\n                \"COM039000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-02-13T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19380\",\n            \"isbn\": 9781837635696,\n            \"title\": \"Blender to Unreal Engine 5 — 3D Props - Medieval Gallows\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"3D Tudor Limited By Neil Ian Bettison\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"WD\",\n                \"WDHW\",\n                \"WTH\",\n                \"WGF\"\n            ],\n            \"bic_codes\": [\n                \"WD\",\n                \"WDHW\",\n                \"WTH\",\n                \"WGF\"\n            ],\n            \"bisac_codes\": [\n                \"TRV035000\",\n                \"GAM010000\",\n                \"GAM000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-08-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19773\",\n            \"isbn\": 9781837633067,\n            \"title\": \"Linux Network Administration\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Afzal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UL\",\n                \"ULJL\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UL\",\n                \"ULL\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM046000\",\n                \"COM046070\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04779\",\n            \"isbn\": 9781785282195,\n            \"title\": \"Java Deep Learning Essentials\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Yusuke Sugomori\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UMX\",\n                \"UMB\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UMX\",\n                \"UMB\"\n            ],\n            \"bisac_codes\": [\n                \"COM004000\",\n                \"COM051300\",\n                \"COM051280\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-05-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18981\",\n            \"isbn\": 9781804612187,\n            \"title\": \"Rust Programming Masterclass from Beginner to Expert\",\n            \"edition\": 1,\n            \"contributors\": [],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM051010\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05246\",\n            \"isbn\": 9781785884887,\n            \"title\": \"Odoo 10 Development Essentials\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Daniel Reis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UF\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM084000\",\n                \"COM005000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-11-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18321\",\n            \"isbn\": 9781803240190,\n            \"title\": \"Building SPAs with Django and HTML Over the Wire\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Andros Fenollosa\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM060180\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-08-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05024\",\n            \"isbn\": 9781785889745,\n            \"title\": \"Mastering Clojure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Akhil Wali\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UYFP\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UYFP\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051230\",\n                \"COM051220\",\n                \"COM051100\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-03-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15675\",\n            \"isbn\": 9781839210051,\n            \"title\": \"Xamarin.Forms Projects\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Daniel Hindrikes\",\n                \"Johan Karlsson\",\n                \"David Ortinau\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULH\",\n                \"UMP\",\n                \"UMS\"\n            ],\n            \"bic_codes\": [\n                \"ULH\",\n                \"UMP\",\n                \"UMS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051460\",\n                \"COM046020\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03208\",\n            \"isbn\": 9781849691802,\n            \"title\": \"Unreal Development Kit Game Design Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Thomas Mooney\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UDBV\",\n                \"UGV\",\n                \"UGN\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UDBV\",\n                \"UGV\",\n                \"UGN\"\n            ],\n            \"bisac_codes\": [\n                \"COM057000\",\n                \"COM012040\",\n                \"COM071000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-02-22T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V20950\",\n            \"isbn\": 9781805129738,\n            \"title\": \"Becoming a Certified Vault Operations Professional - A Complete Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Bryan Krausen\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UTN\",\n                \"UDBV\",\n                \"UTC\"\n            ],\n            \"bic_codes\": [\n                \"UTN\",\n                \"UDBV\",\n                \"UTC\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM057000\",\n                \"COM091000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-04-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21231\",\n            \"isbn\": 9781835085264,\n            \"title\": \"Jakarta EE Application Development\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"David R. Heffelfinger\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051280\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V05914\",\n            \"isbn\": 9781787122208,\n            \"title\": \"Learning Microsoft Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Peter De Tender\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UT\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UT\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM005000\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-03-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12346\",\n            \"isbn\": 9781789805864,\n            \"title\": \"Learn C# Programming\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Marius Bancila\",\n                \"Raffaele Rialdi\",\n                \"Ankit Sharma\",\n                \"Dino Esposito\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMN\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMN\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051470\",\n                \"COM051210\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-04-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17761\",\n            \"isbn\": 9781801811910,\n            \"title\": \"Machine Learning in Biotechnology and Life Sciences\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Saleh Alkhalifa\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\",\n                \"PBT\"\n            ],\n            \"bic_codes\": [\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\",\n                \"PBT\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"MAT029050\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B02874\",\n            \"isbn\": 9781783983285,\n            \"title\": \"MEAN Web Development\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Amos Q. Haviv\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-09-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19135\",\n            \"isbn\": 9781804610022,\n            \"title\": \"Jq Command Tutorials for Bash Shell Scripting\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"VR Technologies\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UTE\",\n                \"UKS\",\n                \"UNH\",\n                \"UDBV\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UKS\",\n                \"UNH\",\n                \"UDBV\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM030000\",\n                \"COM057000\",\n                \"COM088020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"C11649\",\n            \"isbn\": 9781789532449,\n            \"title\": \"Beginning Data Science with Python and Jupyter\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Chris DallaVilla\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UMX\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UMX\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM089000\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-09-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B13293\",\n            \"isbn\": 9781789954555,\n            \"title\": \"Computer Vision Projects with OpenCV and Python 3\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Matthew Rever\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UYQV\",\n                \"UYQP\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UYQV\",\n                \"UYQP\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM016000\",\n                \"COM062000\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-12-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B09545\",\n            \"isbn\": 9781788835442,\n            \"title\": \"Artificial Intelligence for Robotics\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Francis Govers\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"TJFD\",\n                \"UK\"\n            ],\n            \"bic_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"TJFD\",\n                \"UK\"\n            ],\n            \"bisac_codes\": [\n                \"COM067000\",\n                \"COM016000\",\n                \"COM041000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-08-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11742\",\n            \"isbn\": 9781789534528,\n            \"title\": \"Mastering Qlik Sense\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"James Cross\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UNC\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UNC\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM089000\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18703\",\n            \"isbn\": 9781803242040,\n            \"title\": \"Real-Time Stream Processing Using Apache Spark 3 for Scala Developers\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Scholar Nest\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UNC\",\n                \"UTR\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UNC\",\n                \"UTR\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM048000\",\n                \"COM000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-02-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V05829\",\n            \"isbn\": 9781786464743,\n            \"title\": \"The Complete Guide to Node.js\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joshua Johanan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060160\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-09-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V07195\",\n            \"isbn\": 9781788291033,\n            \"title\": \"Learn R programming\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"David Wilkins\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051010\",\n                \"COM018000\",\n                \"COM051230\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-08-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18696\",\n            \"isbn\": 9781803241920,\n            \"title\": \"Learn Hacking Windows 10 Using Metasploit from Scratch\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Saad Sarraj\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UTN\",\n                \"UR\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UTN\",\n                \"UR\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM088020\",\n                \"COM043050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-04-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15175\",\n            \"isbn\": 9781838984793,\n            \"title\": \"A Complete Course on Windows Server 2016 Administration\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Afzal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM088000\",\n                \"COM046050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B01005\",\n            \"isbn\": 9781783985166,\n            \"title\": \"Getting Started with tmux\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Victor Quinn\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-09-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18369\",\n            \"isbn\": 9781803247106,\n            \"title\": \"Federated Learning with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Kiyoshi Nakayama PhD\",\n                \"George Jeno\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UY\",\n                \"UYA\",\n                \"UYQM\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UY\",\n                \"UYA\",\n                \"UYQM\"\n            ],\n            \"bisac_codes\": [\n                \"COM014000\",\n                \"COM004000\",\n                \"COM037000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B08593\",\n            \"isbn\": 9781788479745,\n            \"title\": \"Blockchain for Enterprise\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Narayan Prusty\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM083000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-09-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15665\",\n            \"isbn\": 9781839212611,\n            \"title\": \"Hands-On Graph Analytics with Neo4j\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Estelle Scifo\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM021000\",\n                \"COM018000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-08-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03961\",\n            \"isbn\": 9781784394608,\n            \"title\": \"Learning SaltStack\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Colton Myers\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-01-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00913\",\n            \"isbn\": 9781849686662,\n            \"title\": \"Getting Started with Citrix XenApp 6.5\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Guillermo Musumeci\",\n                \"Guillermo Musumeci\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTV\",\n                \"UTR\",\n                \"UTD\"\n            ],\n            \"bic_codes\": [\n                \"UTV\",\n                \"UTR\",\n                \"UTD\"\n            ],\n            \"bisac_codes\": [\n                \"COM046090\",\n                \"COM061000\",\n                \"COM048000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-07-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00155\",\n            \"isbn\": 9781782164821,\n            \"title\": \"Apache Solr High Performance\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Surendra Mohan\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-03-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B11295\",\n            \"isbn\": 9781789346343,\n            \"title\": \"Hands-On Data Science for Marketing\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Yoon Hyup Hwang\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"COM004000\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-03-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16512\",\n            \"isbn\": 9781119560326,\n            \"title\": \"Cybersecurity For Dummies\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joseph Steinberg\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"GPFC\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"GPFC\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM017000\",\n                \"COM015000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-10-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18807\",\n            \"isbn\": 9781803240718,\n            \"title\": \"Extending Microsoft Business Central with Power Platform\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Kim Congleton\",\n                \"Shawn Sissenwein\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UFS\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UFS\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM051230\",\n                \"COM066000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-08-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17316\",\n            \"isbn\": 9781801071413,\n            \"title\": \"KNIME for Data Science and Data Cleaning\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dan We\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UYQL\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UYQL\"\n            ],\n            \"bisac_codes\": [\n                \"COM004000\",\n                \"COM018000\",\n                \"COM042000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03953\",\n            \"isbn\": 9781784396282,\n            \"title\": \"Raspberry Pi Robotic Blueprints\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Wolfram Donat\",\n                \"Richard Grimmett\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM051000\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-10-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18793\",\n            \"isbn\": 9781801814317,\n            \"title\": \"The Ins and Outs of Azure VMware Solution\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dr. Kevin Jellow D.H.L (h.c)\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYF\",\n                \"UTR\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UYF\",\n                \"UTR\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051230\",\n                \"COM048000\",\n                \"COM011000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-01-06T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B13060\",\n            \"isbn\": 9781789951295,\n            \"title\": \"Flask Framework Cookbook\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Shalabh Aggarwal\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060160\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-17T00:00:00.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"9b6cbfb3-b6a8-4645-90cc-6f68d43d2c6f"},{"name":"List Products (with pagination)","id":"53f5009e-2302-411a-b15f-74fa4dd5666e","request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products?page=2","description":"<p>The <code>page</code> param is set here to value <code>2</code> which means set of Products on page 2 will be returned.</p>\n<h3 id=\"response\">Response</h3>\n<p>List of Products on page 2.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products"],"host":["api","packt","com"],"query":[{"description":{"content":"<p>If you make a request with value 1, Products from 1–100 are returned.  If you make a request with value 2, products from 101–200 are returned.</p>\n","type":"text/plain"},"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"b79c52d1-9299-464e-ac39-e778c73388c5","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.packt.com/api/v2/products?page=2","protocol":"https","host":["api","packt","com"],"path":["api","v2","products"],"query":[{"key":"page","value":"2","description":"If you make a request with value 1, Products from 1–100 are returned.  If you make a request with value 2, products from 101–200 are returned.","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 08:56:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"860122248f8354ea-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"599"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 2,\n    \"from\": 101,\n    \"last_page\": 80,\n    \"per_page\": 100,\n    \"to\": 200,\n    \"total\": 7942,\n    \"products\": [\n        {\n            \"product_id\": \"B04680\",\n            \"isbn\": 9781785282720,\n            \"title\": \"Ionic Framework By Example\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sani Yusuf\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM051260\",\n                \"COM051230\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-01-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B01221\",\n            \"isbn\": 9781849694025,\n            \"title\": \"Instant Apple iBooks How-to\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Zeeshan Chawdhary\",\n                \"Zeeshan Chawdhary\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMQ\"\n            ],\n            \"bic_codes\": [\n                \"UMQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM051370\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-02-22T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V08317\",\n            \"isbn\": 9781788397018,\n            \"title\": \"IBM Cognos Framework Manager\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aaron Solar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM005000\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-10-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04019\",\n            \"isbn\": 9781784390839,\n            \"title\": \"Responsive Design High Performance\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dewald C Els\",\n                \"Dewald Els\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-04-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04087\",\n            \"isbn\": 9781782174585,\n            \"title\": \"Internet of Things with Intel Galileo\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Miguel de Sousa\",\n                \"Ricardo Miguel F de Sousa\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-07-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B09349\",\n            \"isbn\": 9781788623445,\n            \"title\": \"DevOps for Serverless Applications\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Shashikant Bangera\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTE\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UT\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088000\",\n                \"COM043000\",\n                \"COM088020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-09-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03990\",\n            \"isbn\": 9781784399054,\n            \"title\": \"Mastering KVM Virtualization\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Humble Devassy Chirammal\",\n                \"Anil Vettathu\",\n                \"Prasad Mukhedkar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULJL\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bic_codes\": [\n                \"ULL\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bisac_codes\": [\n                \"COM046070\",\n                \"COM060130\",\n                \"COM060170\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-08-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19189\",\n            \"isbn\": 9781804616888,\n            \"title\": \"Hands-On Simulation Modeling with Python\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Giuseppe Ciaburro\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"book\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"TB\",\n                \"CBW\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"TB\"\n            ],\n            \"bisac_codes\": [\n                \"TEC044000\",\n                \"COM018000\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-11-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04609\",\n            \"isbn\": 9781785282010,\n            \"title\": \"Blender 3D Incredible Machines\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Christopher Kuhn\",\n                \"Allan Brito\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UGV\",\n                \"UGN\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UGV\",\n                \"UGN\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM071000\",\n                \"COM087000\",\n                \"COM034000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V07990\",\n            \"isbn\": 9781788393355,\n            \"title\": \"Elasticsearch 5.x Solutions - Node and Cluster Management\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Alberto Paro\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM021000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11021\",\n            \"isbn\": 9781789348149,\n            \"title\": \"Build a Serverless App with AWS Lambda - Hands On!\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Frank Kane\",\n                \"Brian Tajuddin\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UM\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UM\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM051440\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-04-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16523\",\n            \"isbn\": 9781118877166,\n            \"title\": \"Level Up! The Guide to Great Video Game Design\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Scott Rogers\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UDT\",\n                \"UDH\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UDT\",\n                \"UDH\"\n            ],\n            \"bisac_codes\": [\n                \"COM012040\",\n                \"COM074000\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-04-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B01158\",\n            \"isbn\": 9781847197443,\n            \"title\": \"IBM WebSphere eXtreme Scale 6\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Anthony Chaves\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2009-11-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12056\",\n            \"isbn\": 9781789615708,\n            \"title\": \"Go Web Scraping Quick Start Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vincent Smith\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM060180\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-01-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B07243\",\n            \"isbn\": 9781788294874,\n            \"title\": \"Secret Recipes of the Python Ninja\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Cody Jackson\",\n                \"Steven F. Lott\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMN\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMN\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051210\",\n                \"COM051010\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-05-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V21641\",\n            \"isbn\": 9781805124382,\n            \"title\": \"HTML5 - Minutes to Mastery\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Framework Tech, Mark Lassoff\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM051010\",\n                \"COM051270\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-08-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18297\",\n            \"isbn\": 9781803243252,\n            \"title\": \"Game Development Patterns with Unreal Engine 5\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Stuart Butler\",\n                \"Tom Oliver\",\n                \"Christopher J. Headleand\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051070\",\n                \"COM012040\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-01-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17898\",\n            \"isbn\": 9781803241647,\n            \"title\": \"Lean Management: Just-In-Time Training and Certification\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Advanced Innovation Group Pro Excellence\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"KJC\",\n                \"KJMV5\",\n                \"KJMP\"\n            ],\n            \"bic_codes\": [\n                \"KJC\",\n                \"KJMV5\",\n                \"KJMP\"\n            ],\n            \"bisac_codes\": [\n                \"BUS101000\",\n                \"BUS087000\",\n                \"BUS063000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19599\",\n            \"isbn\": 9781837630400,\n            \"title\": \"Python Bootcamp in a Day - Python Programming for Beginners\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Paul Ashun\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UL\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UL\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM051360\",\n                \"COM046000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19221\",\n            \"isbn\": 9781804615317,\n            \"title\": \"Web Scraping Tutorial with Scrapy and Python for Beginners\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rahul Mula\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UMX\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UMX\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM051360\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-11-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03968\",\n            \"isbn\": 9781784394615,\n            \"title\": \"Qt 5 Blueprints\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Symeon Huang\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-03-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B14789\",\n            \"isbn\": 9781838826253,\n            \"title\": \"AWS Security Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Heartin Kanikathottu\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTN\",\n                \"UTR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UTN\",\n                \"UTR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060040\",\n                \"COM048000\",\n                \"COM043050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-02-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18732\",\n            \"isbn\": 9781803244525,\n            \"title\": \"Azure Cloud Adoption Framework Handbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sasa Kovacevic\",\n                \"Darren Dempsey\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTR\",\n                \"UTC\",\n                \"TJFM\"\n            ],\n            \"bic_codes\": [\n                \"UTR\",\n                \"UTC\",\n                \"TJFM\"\n            ],\n            \"bisac_codes\": [\n                \"COM048000\",\n                \"COM091000\",\n                \"TEC004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-07-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19539\",\n            \"isbn\": 9781837631735,\n            \"title\": \"Build Your Own Metaverse with Unity\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"David Cantón Nadales\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UDBV\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UDBV\"\n            ],\n            \"bisac_codes\": [\n                \"COM057000\",\n                \"COM012040\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-09-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V06980\",\n            \"isbn\": 9781787123977,\n            \"title\": \"WordPress: Beyond the basics\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Andros T. Sturgeon\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-03-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18934\",\n            \"isbn\": 9781804617748,\n            \"title\": \"Machine Learning in Microservices\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Mohamed Abouahmed\",\n                \"Omar Ahmed\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM062000\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-03-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03697\",\n            \"isbn\": 9781784396459,\n            \"title\": \"Mastering ArcGIS Server Development with JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Raymond Kenneth Doman\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"PleaseSelect\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-09-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B07035\",\n            \"isbn\": 9781787280571,\n            \"title\": \"IoT Penetration Testing Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aaron Guzman\",\n                \"Aditya Gupta\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"TJFD\",\n                \"UT\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"TJFD\",\n                \"UT\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM041000\",\n                \"COM053000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-11-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04896\",\n            \"isbn\": 9781785882197,\n            \"title\": \"Magento 2 Development Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nurul Ferdous\",\n                \"Bart Delvaux\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060080\",\n                \"COM060130\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-12-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B02199\",\n            \"isbn\": 9781849682305,\n            \"title\": \"Microsoft Dynamics CRM 2011 Reporting\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Damian Hernan Sinay\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UFP\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UFP\"\n            ],\n            \"bisac_codes\": [\n                \"COM081000\",\n                \"COM051170\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-06-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B10635\",\n            \"isbn\": 9781789135930,\n            \"title\": \"Windows Server 2016 Administration Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jordan Krause\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UTE\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UT\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088000\",\n                \"COM005030\",\n                \"COM088020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-04-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V08038\",\n            \"isbn\": 9781788390118,\n            \"title\": \"Solving 10 Hadoop'able Problems\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tomasz Lelek\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"COM018000\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-02-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12515\",\n            \"isbn\": 9781789806168,\n            \"title\": \"A Beginner's Guide to Backend Development\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Devslopes LLC by Mark Price\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-09-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12484\",\n            \"isbn\": 9781789808568,\n            \"title\": \"Advanced Photoshop: Tips, Tricks and Techniques\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"James Cross\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UYT\",\n                \"UGV\",\n                \"UGN\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UGV\",\n                \"UGN\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM012050\",\n                \"COM071000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-05-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04571\",\n            \"isbn\": 9781785284830,\n            \"title\": \"Learning Continuous Integration with Jenkins\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nikhil Pathania\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTR\",\n                \"UMZT\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UTR\",\n                \"UMZT\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM048000\",\n                \"COM051440\",\n                \"COM051330\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-05-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18633\",\n            \"isbn\": 9781803244884,\n            \"title\": \"Demystifying Ansible Automation Platform\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sean Sullivan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTP\",\n                \"UL\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"UTP\",\n                \"UL\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM088000\",\n                \"COM043040\",\n                \"COM046000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B02580\",\n            \"isbn\": 9781849682169,\n            \"title\": \"Oracle Enterprise Manager Grid Control 11g R1: Business Service Management\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Ashwin Kumar Karkala\",\n                \" Govinda Raj Sambamurthy\",\n                \"Govinda R Sambhamurthy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2011-05-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12254\",\n            \"isbn\": 9781789613377,\n            \"title\": \"Mastering VMware vSphere 6.7\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Martin Gavanda\",\n                \"Andrea Mauro\",\n                \"Paolo Valsecchi\",\n                \"Karel Novak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UTV\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"UTV\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM046090\",\n                \"COM088000\",\n                \"COM088000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-03-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03652\",\n            \"isbn\": 9781784396992,\n            \"title\": \"Functional Python Programming\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Steven F. Lott\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B01339\",\n            \"isbn\": 9781849519885,\n            \"title\": \"Instant Moodle Quiz Module How-to\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joan Coy\",\n                \"Moodle Trust\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"YP\",\n                \"UB\",\n                \"UF\",\n                \"KJMK\",\n                \"UFG\"\n            ],\n            \"bic_codes\": [\n                \"YQ\",\n                \"UB\",\n                \"UF\",\n                \"KJMV3\",\n                \"UFG\"\n            ],\n            \"bisac_codes\": [\n                \"COM023000\",\n                \"COM078000\",\n                \"COM063000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-01-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13157\",\n            \"isbn\": 9781789958942,\n            \"title\": \"Implementing Windows Server 2019 Hyper-V\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jeffery Stillman\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UL\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UL\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM046000\",\n                \"COM043000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15222\",\n            \"isbn\": 9781838987756,\n            \"title\": \"Mastering Django Part 1 - AJAX, Class Based Views, Forms\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nick Walter\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051010\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B02447\",\n            \"isbn\": 9781782166085,\n            \"title\": \"NumPy Beginner's Guide\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Ivan Idris\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UM\",\n                \"UFM\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UM\",\n                \"UFM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051390\",\n                \"COM077000\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-04-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00788\",\n            \"isbn\": 9781849693424,\n            \"title\": \"Creating E-Learning Games with Unity\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"David Horachek\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-03-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B06284\",\n            \"isbn\": 9781787281868,\n            \"title\": \"Learning Elastic Stack 6.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Pranav Shukla\",\n                \"Sharath Kumar M N\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UDBD\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UDBD\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM060120\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-12-22T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16716\",\n            \"isbn\": 9781800560734,\n            \"title\": \"Domain-Driven Design with Java - A Practitioner’s Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Premanand Chandrasekaran\",\n                \"Karthik Krishnan\",\n                \"Neal Ford\",\n                \"Brandon Byars\",\n                \"Allard Buijze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051280\",\n                \"COM051440\",\n                \"COM051230\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-08-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05209\",\n            \"isbn\": 9781785888410,\n            \"title\": \"Mastering IPython 4.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Thomas Bitterman\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UTR\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UTR\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM089000\",\n                \"COM048000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-05-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19722\",\n            \"isbn\": 9781837630981,\n            \"title\": \"Clang Compiler Frontend\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Ivan Murashko\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMN\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMN\"\n            ],\n            \"bisac_codes\": [\n                \"COM051010\",\n                \"COM000000\",\n                \"COM051210\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-03-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19111\",\n            \"isbn\": 9781804611104,\n            \"title\": \"Flask Framework Cookbook\",\n            \"edition\": 3,\n            \"contributors\": [\n                \"Shalabh Aggarwal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051360\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-07-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19899\",\n            \"isbn\": 9781805128724,\n            \"title\": \"Transformers for Natural Language Processing and Computer Vision\",\n            \"edition\": 3,\n            \"contributors\": [\n                \"Denis Rothman\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"UYM\",\n                \"TTBM\"\n            ],\n            \"bic_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"UYM\",\n                \"TTBM\"\n            ],\n            \"bisac_codes\": [\n                \"COM016000\",\n                \"TEC015000\",\n                \"COM072000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18557\",\n            \"isbn\": 9781803236902,\n            \"title\": \"ISACA Certified in Risk and Information Systems Control (CRISC®) Exam Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Shobhit Mehta\",\n                \"Vikas Yadav\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UQ\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UQ\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060040\",\n                \"COM055000\",\n                \"COM032000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-09-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21302\",\n            \"isbn\": 9781835082287,\n            \"title\": \"Learn Microsoft Fabric\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Arshad Ali\",\n                \"Bradley Schacht\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UND\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UND\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"COM021040\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B06590\",\n            \"isbn\": 9781787286832,\n            \"title\": \"Roslyn Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manish Vasani\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMC\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMC\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051470\",\n                \"COM010000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-07-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B02091\",\n            \"isbn\": 9781783283156,\n            \"title\": \"Mastering Python Regular Expressions\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Victor Romero\",\n                \"Felix L Luis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-02-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21007\",\n            \"isbn\": 9781805121350,\n            \"title\": \"OpenAI API Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Henry Habib\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UYQL\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UYQL\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM004000\",\n                \"COM042000\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-03-12T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B02226\",\n            \"isbn\": 9781782171508,\n            \"title\": \"Microsoft Exchange Server 2013 High Availability\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Nuno Mota\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-02-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18069\",\n            \"isbn\": 9781803248271,\n            \"title\": \"C# Data Structures and Algorithms\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Marcin Jamro\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UFL\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UFL\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM005000\",\n                \"COM000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17600\",\n            \"isbn\": 9781801812986,\n            \"title\": \"PowerShell 7 Workshop\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nick Parlow\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"ULD\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"ULD\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM046040\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B11381\",\n            \"isbn\": 9781789537048,\n            \"title\": \"Beginning Serverless Architectures with Microsoft Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Daniel Bass\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTR\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTR\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM088000\",\n                \"COM048000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-07-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B06157\",\n            \"isbn\": 9781787120532,\n            \"title\": \"Implementing DevOps with Ansible 2\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jonathan McAllister\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UM\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UM\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM051440\",\n                \"COM088000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-07-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00664\",\n            \"isbn\": 9781849693264,\n            \"title\": \"Designing Next Generation Web Projects with CSS3\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sandro Paganotti\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UY\",\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UY\",\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"COM014000\",\n                \"COM000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-01-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15308\",\n            \"isbn\": 9781838983994,\n            \"title\": \"Python API Development Fundamentals\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jack Chan\",\n                \"Ray Chung\",\n                \"Jack Huang\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMX\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMX\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM051010\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-11-22T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05005\",\n            \"isbn\": 9781785884610,\n            \"title\": \"OpenStack Administration with Ansible\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Walter Bentley\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTV\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTV\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM088000\",\n                \"COM046090\",\n                \"COM043000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-01-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15263\",\n            \"isbn\": 9781838987572,\n            \"title\": \"Node.js Web Development\",\n            \"edition\": 5,\n            \"contributors\": [\n                \"David Herron\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060160\",\n                \"COM051260\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-07-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17383\",\n            \"isbn\": 9781801078603,\n            \"title\": \"Azure Stack Hub Demystified\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Richard Young\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UTR\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UTR\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM048000\",\n                \"COM088020\",\n                \"COM005030\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-10-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05922\",\n            \"isbn\": 9781787120099,\n            \"title\": \"Learning C for Arduino\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Syed Omar Faruk Towaha\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"TJFD\",\n                \"UMX\",\n                \"UK\"\n            ],\n            \"bic_codes\": [\n                \"TJFD\",\n                \"UMX\",\n                \"UK\"\n            ],\n            \"bisac_codes\": [\n                \"COM067000\",\n                \"COM041000\",\n                \"COM051060\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-03-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18047\",\n            \"isbn\": 9781803243177,\n            \"title\": \"Microsoft 365 and SharePoint Online Cookbook\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Gaurav Mahajan\",\n                \"Sudeep Ghatak\",\n                \"Nate Chamberlain\",\n                \"Scott Brewster\",\n                \"Mark Kashman\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMP\",\n                \"UFS\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UMP\",\n                \"UFS\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088020\",\n                \"COM051380\",\n                \"COM066000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21120\",\n            \"isbn\": 9781805120506,\n            \"title\": \"Cracking the Data Science Interview\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Leondra R. Gonzalez\",\n                \"Aaren Stubberfield\",\n                \"Angela Baltes\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM021030\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19665\",\n            \"isbn\": 9781837633944,\n            \"title\": \"Java Coding Problems\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Anghel Leonard\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"UMX\",\n                \"UMB\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"UMX\",\n                \"UMB\"\n            ],\n            \"bisac_codes\": [\n                \"COM051280\",\n                \"COM051300\",\n                \"COM014000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-03-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V22153\",\n            \"isbn\": 9781835883907,\n            \"title\": \"Machine Learning – Modern Computer Vision & Generative AI\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Lazy Programmer\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UYA\",\n                \"UYQM\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UYA\",\n                \"UYQM\"\n            ],\n            \"bisac_codes\": [\n                \"TJ805000\",\n                \"COM032000\",\n                \"COM037000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-01-12T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21105\",\n            \"isbn\": 9781805126409,\n            \"title\": \"Data Cleaning with Power BI\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gus Frazer\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM018000\",\n                \"COM021030\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21142\",\n            \"isbn\": 9781805128625,\n            \"title\": \"Mastering GitHub Actions\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Eric Chapman\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMW\",\n                \"UTC\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMW\",\n                \"UTC\"\n            ],\n            \"bisac_codes\": [\n                \"COM051440\",\n                \"COM091000\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-03-22T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17875\",\n            \"isbn\": 9781801812030,\n            \"title\": \"Practical Machine Learning on Databricks\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Debu Sinha\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UND\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UND\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM004000\",\n                \"COM021040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2023-11-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17873\",\n            \"isbn\": 9781801810548,\n            \"title\": \"Hands-On Visual Studio 2022\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Miguel Angel Teheran Garcia\",\n                \"Hector Uriel Perez Rojas\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMP\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMP\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051380\",\n                \"COM051310\",\n                \"COM051470\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B01403\",\n            \"isbn\": 9781782161905,\n            \"title\": \"Instant Spring for Android Starter\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Anthony Dahanne\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UY\",\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UY\",\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"COM000000\",\n                \"COM014000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-01-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B10911\",\n            \"isbn\": 9781789347036,\n            \"title\": \"Learn Clip Studio Paint\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Liz Staley\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UGV\",\n                \"UGN\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UGV\",\n                \"UGN\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM071000\",\n                \"COM012000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-12-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B10624\",\n            \"isbn\": 9781789134803,\n            \"title\": \"Internet of Things Programming Projects\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Colin Dow\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UKD\",\n                \"UMX\",\n                \"UD\"\n            ],\n            \"bic_codes\": [\n                \"UKD\",\n                \"UMX\",\n                \"UD\"\n            ],\n            \"bisac_codes\": [\n                \"COM086000\",\n                \"COM051360\",\n                \"COM038000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-10-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B08556\",\n            \"isbn\": 9781788472142,\n            \"title\": \"Kotlin Programming Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aanand Shekhar Roy\",\n                \"Rashi Karanpuria\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMS\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051280\",\n                \"COM051000\",\n                \"COM051460\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-01-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B02208\",\n            \"isbn\": 9781782171300,\n            \"title\": \"Microsoft Dynamics GP 2013 Financial Management\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Ian Grieve\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM005000\",\n                \"COM051230\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-09-06T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19297\",\n            \"isbn\": 9781804618127,\n            \"title\": \"Data-Centric Machine Learning with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jonas Christensen\",\n                \"Nakul Bajaj\",\n                \"Manmohan Gosada\",\n                \"Kirk D. Borne\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM051360\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19851\",\n            \"isbn\": 9781805125877,\n            \"title\": \"Delphi High Performance\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Primož Gabrijelčič\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UYFP\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UYFP\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM051220\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18569\",\n            \"isbn\": 9781803240633,\n            \"title\": \"Microsoft Certified Azure Data Fundamentals (Exam DP-900) Certification Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Marcelo Leite\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UN\",\n                \"UND\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UN\",\n                \"UND\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM021000\",\n                \"COM021040\",\n                \"COM055000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-11-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B07139\",\n            \"isbn\": 9781788297387,\n            \"title\": \"Salesforce Lightning Reporting and Dashboards\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Johan Yu\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UT\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM043000\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-08-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18854\",\n            \"isbn\": 9781803243771,\n            \"title\": \"Cloud Auditing Best Practices\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Shinesa Cambric\",\n                \"Michael Ratemo\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTN\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTN\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM053000\",\n                \"COM043050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-01-13T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18313\",\n            \"isbn\": 9781803232164,\n            \"title\": \"Kibana 8.x – A Quick Start Guide to Data Analysis\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Krishna Shah\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM062000\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19246\",\n            \"isbn\": 9781804618509,\n            \"title\": \"WordPress Styling with Blocks, Patterns, Templates, and Themes\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tammie Lister\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UD\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bic_codes\": [\n                \"UD\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060100\",\n                \"COM060130\",\n                \"COM060170\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21549\",\n            \"isbn\": 9781835080542,\n            \"title\": \"Modern C++ Programming Cookbook\",\n            \"edition\": 3,\n            \"contributors\": [\n                \"Marius Bancila\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051070\",\n                \"COM051390\",\n                \"COM051300\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V10772\",\n            \"isbn\": 9781788994330,\n            \"title\": \"Apache Spark with Java - Learn Spark from a Big Data Guru\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"James Lee\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051280\",\n                \"COM018000\",\n                \"COM021030\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-04-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18341\",\n            \"isbn\": 9781803235011,\n            \"title\": \"AWS Certified Cloud Practitioner CLF-C01: Exam and Beyond\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Prashant Kumar Pandey\",\n                \"Satyam Kumar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UQ\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UQ\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM055000\",\n                \"COM055010\",\n                \"COM000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"A19603\",\n            \"isbn\": 9781837635337,\n            \"title\": \"Introduction to Software Architecture\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Adrian Ostrowski\",\n                \"Piotr Gaczkowski\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UYD\",\n                \"UY\",\n                \"TJF\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UYD\",\n                \"UY\",\n                \"TJF\"\n            ],\n            \"bisac_codes\": [\n                \"COM059000\",\n                \"COM051240\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-11-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03435\",\n            \"isbn\": 9781784398903,\n            \"title\": \"Intel Galileo Essentials\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Richard Grimmett\",\n                \"Clemente Giorio\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-02-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05734\",\n            \"isbn\": 9781786466273,\n            \"title\": \"Applied Network Security\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Arthur Salmon\",\n                \"Michael McLafferty\",\n                \"Warun Levesque\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTN\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTN\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM043050\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-04-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21945\",\n            \"isbn\": 9781835468555,\n            \"title\": \"Data Structures and Algorithms with the C++ STL\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"John Farrier\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMB\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMB\"\n            ],\n            \"bisac_codes\": [\n                \"COM051070\",\n                \"COM051300\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15365\",\n            \"isbn\": 9781839215094,\n            \"title\": \"Complete Python Web Course: Build 8 Python Web Applications\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jose Salvatierra Fuentes\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM060160\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-09-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18139\",\n            \"isbn\": 9781803231587,\n            \"title\": \"The Art of Doing: Video Game Creation with Python and Pygame\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Eramo\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM012040\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-10-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04092\",\n            \"isbn\": 9781783554089,\n            \"title\": \"Kali Linux Wireless Penetration Testing Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sean-Philip Oriyano\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTN\",\n                \"UR\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"UTN\",\n                \"UR\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM043050\",\n                \"COM088010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-12-13T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B07266\",\n            \"isbn\": 9781788290142,\n            \"title\": \"Microsoft Power BI Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Author Test\",\n                \"Brett Powell\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UFG\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UFG\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM005030\",\n                \"COM078000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-09-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05345\",\n            \"isbn\": 9781785885617,\n            \"title\": \"JIRA Development Cookbook\",\n            \"edition\": 3,\n            \"contributors\": [\n                \"Jobin Kuruvilla\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYD\",\n                \"UM\",\n                \"KJMP\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UYD\",\n                \"UM\",\n                \"KJMP\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051430\",\n                \"COM051440\",\n                \"COM051240\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-09-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B11485\",\n            \"isbn\": 9781789532197,\n            \"title\": \"Ripple Quick Start Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Febin John James\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UN\",\n                \"UM\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UN\",\n                \"UM\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM021000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-12-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00021\",\n            \"isbn\": 9781849697088,\n            \"title\": \"3D Printing Blueprints\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UKS\",\n                \"UKP\",\n                \"UK\"\n            ],\n            \"bic_codes\": [\n                \"UKS\",\n                \"UKP\",\n                \"UK\"\n            ],\n            \"bisac_codes\": [\n                \"COM049000\",\n                \"COM067000\",\n                \"COM050000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-08-23T00:00:00.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"53f5009e-2302-411a-b15f-74fa4dd5666e"},{"name":"List Products (with 10 items per page)","id":"c9b5337f-cfbe-43b2-81d0-06abee6c876b","request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products?page=1&limit=10","description":"<p><code>limit</code> and <code>page</code> param is used here to get 10 products per page.</p>\n<h3 id=\"response\">Response</h3>\n<p>List of 10 products.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products"],"host":["api","packt","com"],"query":[{"description":{"content":"<p>If you make a request with value 1, Products from 1–100 are returned.  If you make a request with value 2, products from 101–200 are returned.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of products to return. (default: 100)</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"c3574a71-40cd-4ba6-a3c4-82d3aabb7c9b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.packt.com/api/v2/products?page=1&limit=10","protocol":"https","host":["api","packt","com"],"path":["api","v2","products"],"query":[{"key":"page","value":"1","description":"If you make a request with value 1, Products from 1–100 are returned.  If you make a request with value 2, products from 101–200 are returned."},{"key":"limit","value":"10","description":"Number of products to return (default: 100)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 08:59:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"860126ec5b0f54ea-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"599"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 795,\n    \"per_page\": 10,\n    \"to\": 10,\n    \"total\": 7942,\n    \"products\": [\n        {\n            \"product_id\": \"V18483\",\n            \"isbn\": 9781803238043,\n            \"title\": \"SC-300: Microsoft Identity and Access Administrator\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Anand Rao Nednur\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMP\",\n                \"UQ\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UMP\",\n                \"UQ\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM051380\",\n                \"COM055020\",\n                \"COM055000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19056\",\n            \"isbn\": 9781804610626,\n            \"title\": \"Reinforcement Learning and Deep RL Python (Theory and Projects)\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"AI Sciences\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM051360\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13184\",\n            \"isbn\": 9781789953947,\n            \"title\": \"Hands-On Transfer Learning with TensorFlow 2.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Margaret Maynard-Reid\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM044000\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-05-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B06215\",\n            \"isbn\": 9781787121829,\n            \"title\": \"Kali Linux - An Ethical Hacker's Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Himanshu Sharma\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"ULJL\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"ULL\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM053000\",\n                \"COM046070\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-10-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B09861\",\n            \"isbn\": 9781788627160,\n            \"title\": \"Learning Concurrency in Kotlin\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Miguel Angel Castiblanco Torres\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMN\",\n                \"UYFP\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMN\",\n                \"UYFP\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051210\",\n                \"COM051280\",\n                \"COM051220\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-07-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B04619\",\n            \"isbn\": 9781782175339,\n            \"title\": \"Mastering Hibernate\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Ramin Rad\",\n                \"Koushik Srinivas Kothagal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051390\",\n                \"COM051280\",\n                \"COM051230\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-05-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B07008\",\n            \"isbn\": 9781787281585,\n            \"title\": \"Mastering CSS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rich Finelli\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060080\",\n                \"COM060160\",\n                \"COM051270\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-10-06T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03792\",\n            \"isbn\": 9781784391805,\n            \"title\": \"Apache Spark Graph Processing\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rindra Ramamonjison\",\n                \"Rindra Ramamonjison\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"PleaseSelect\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-09-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B10471\",\n            \"isbn\": 9781789136081,\n            \"title\": \"React: Cross-Platform Application Development with React Native\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Emilio Rodriguez Martinez\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM051390\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-03-13T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19782\",\n            \"isbn\": 9781837632558,\n            \"title\": \"Deep Learning - Crash Course 2023\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manifold AI Learning\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM016000\",\n                \"COM051360\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-04-07T00:00:00.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"c9b5337f-cfbe-43b2-81d0-06abee6c876b"},{"name":"List Products (Order by latest to oldest)","id":"e50df314-5b77-469f-968f-9a182596b123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products?orderBy=published_from&orderType=desc","description":"<p><code>orderBy</code> and <code>orderType</code> param is used here to sort the product list.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will contain sorted list of products.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products"],"host":["api","packt","com"],"query":[{"description":{"content":"<p>To arrange product records by the given order field.</p>\n","type":"text/plain"},"key":"orderBy","value":"published_from"},{"description":{"content":"<p>To arrange product records in the given order.</p>\n","type":"text/plain"},"key":"orderType","value":"desc"}],"variable":[]}},"response":[{"id":"e07f67a2-a8ac-4f83-86f8-f7481ead1252","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.packt.com/api/v2/products?orderBy=published_from&orderType=desc","protocol":"https","host":["api","packt","com"],"path":["api","v2","products"],"query":[{"key":"orderBy","value":"published_from","type":"text"},{"key":"orderType","value":"desc","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 09:03:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"86012bf17e2454ea-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"597"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 80,\n    \"per_page\": 100,\n    \"to\": 100,\n    \"total\": 7942,\n    \"products\": [\n        {\n            \"product_id\": \"A19896\",\n            \"isbn\": 9781805120896,\n            \"title\": \"Cloud Auditing Best Practices\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Shinesa Cambric\",\n                \"Michael Ratemo\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTN\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTN\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM043000\",\n                \"COM043050\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-03-06T09:03:23.179699Z\"\n        },\n        {\n            \"product_id\": \"A21035\",\n            \"isbn\": 9781805122661,\n            \"title\": \"Industrial Digital Transformation\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Shyam Varan Nath\",\n                \"Ann Dunkin\",\n                \"Mahesh Chowdhary\",\n                \"Nital Patel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"TJFD\",\n                \"UTR\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"TJFD\",\n                \"UTR\"\n            ],\n            \"bisac_codes\": [\n                \"COM048000\",\n                \"COM004000\",\n                \"COM041000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-03-06T09:03:23.179967Z\"\n        },\n        {\n            \"product_id\": \"A20992\",\n            \"isbn\": 9781805127833,\n            \"title\": \"Exploring GPT-3 Audiobook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Steve Tingiris\",\n                \"Bret Kinsella\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UYT\",\n                \"UYQE\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQE\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM012050\",\n                \"COM044000\",\n                \"COM025000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-03-06T09:03:23.180101Z\"\n        },\n        {\n            \"product_id\": \"A20953\",\n            \"isbn\": 9781805122968,\n            \"title\": \"Digital Forensics and Incident Response\",\n            \"edition\": 3,\n            \"contributors\": [\n                \"Gerard Johansen\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UTN\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UTN\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM060040\",\n                \"COM015000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2024-03-06T09:03:23.180191Z\"\n        },\n        {\n            \"product_id\": \"B18798\",\n            \"isbn\": 9781801817325,\n            \"title\": \"Power Platform Administration Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Ilya Fainberg\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bisac_codes\": [\n                \"COM051230\",\n                \"COM051240\",\n                \"COM005000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2026-01-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18454\",\n            \"isbn\": 9781803230221,\n            \"title\": \"Learning OpenCV 5 Computer Vision with Python, Fourth Edition\",\n            \"edition\": 4,\n            \"contributors\": [\n                \"Joseph Howse\",\n                \"Joe Minichino\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYT\",\n                \"UYQV\",\n                \"UYQP\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM016000\",\n                \"COM012050\",\n                \"COM051360\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-07-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21612\",\n            \"isbn\": 9781835085196,\n            \"title\": \"Transformers for Time Series Forecasting\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gerzson David Boros\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"PDG\"\n            ],\n            \"bic_codes\": [\n                \"PDG\"\n            ],\n            \"bisac_codes\": [\n                \"TJ805000\",\n                \"TK307000\",\n                \"TEC066000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-05-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19804\",\n            \"isbn\": 9781837633203,\n            \"title\": \"Getting Started with Hedera\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rahul A R\",\n                \"Kamal Youssefi\",\n                \"Crissi Mariam Robert\",\n                \"Justin Johns\",\n                \"Husna N M\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNF\",\n                \"UNA\",\n                \"UYZM\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bic_codes\": [\n                \"UNF\",\n                \"UNA\",\n                \"UYZM\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"COM083000\",\n                \"COM021030\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-04-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18088\",\n            \"isbn\": 9781803249919,\n            \"title\": \"Building Responsible AI with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dr. Ali El-Sharif\",\n                \"Serg Masís\",\n                \"Nicholas Schmidt\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM062000\",\n                \"COM021000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-04-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21181\",\n            \"isbn\": 9781835086971,\n            \"title\": \"The Midjourney Expedition\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Margarida Barreto\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UYT\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012050\",\n                \"COM087020\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-03-04T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17645\",\n            \"isbn\": 9781801813204,\n            \"title\": \"Open Source MLOPs\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Matthew Upson\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"UNC\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"UNC\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM051440\",\n                \"COM014000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-03-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19800\",\n            \"isbn\": 9781837635795,\n            \"title\": \"Time Series Analysis with Excel\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Isaac Gottlieb\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNF\",\n                \"UYZF\",\n                \"PBT\"\n            ],\n            \"bic_codes\": [\n                \"UNF\",\n                \"UYZF\",\n                \"PBT\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM021030\",\n                \"MAT029030\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-02-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19638\",\n            \"isbn\": 9781837633937,\n            \"title\": \"Machine Learning with Microsoft ML.Net\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Marco Zamana\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULJ\",\n                \"UTC\",\n                \"UKM\"\n            ],\n            \"bic_codes\": [\n                \"UL\",\n                \"UTC\"\n            ],\n            \"bisac_codes\": [\n                \"COM091000\",\n                \"COM046100\",\n                \"COM092000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18259\",\n            \"isbn\": 9781803239767,\n            \"title\": \"Machine Learning on Oracle Cloud \",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tural Gulmammadov\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM062000\",\n                \"COM021050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-01-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18405\",\n            \"isbn\": 9781803237329,\n            \"title\": \"Engineering MLOps\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Emmanuel Raj\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UMW\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UMW\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM004000\",\n                \"COM060090\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-01-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21134\",\n            \"isbn\": 9781805120810,\n            \"title\": \"Responsible AI Made Easy with TensorFlow\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Emmanuel Klu\",\n                \"Sameer Sethi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UNC\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM051360\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2025-01-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19751\",\n            \"isbn\": 9781837636235,\n            \"title\": \"Hands-On Image Processing with Python\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Sandipan Dey\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"PDG\"\n            ],\n            \"bic_codes\": [\n                \"PDG\"\n            ],\n            \"bisac_codes\": [\n                \"TJ805000\",\n                \"TK307000\",\n                \"TEC066000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-12-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17048\",\n            \"isbn\": 9781801078139,\n            \"title\": \"Modern Data Architecture on Google Cloud\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gopal Sahu\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM062000\",\n                \"COM021040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-12-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B20995\",\n            \"isbn\": 9781805124962,\n            \"title\": \"Artificial Intelligence for Cybersecurity\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Bojan Kolosnjaji\",\n                \"Xiao Huang\",\n                \"Peng XU\",\n                \"Apostolis Zarras\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"UKM\",\n                \"PDG\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"PDG\"\n            ],\n            \"bisac_codes\": [\n                \"COM014000\",\n                \"TEC066000\",\n                \"COM092000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-12-13T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17551\",\n            \"isbn\": 9781801819299,\n            \"title\": \"AWS Certified Developer Associate Certification and Beyond\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rajesh Daswani\",\n                \"Dorian Richard\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTR\",\n                \"UM\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UTR\",\n                \"UM\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM055000\",\n                \"COM048000\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-11-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21621\",\n            \"isbn\": 9781805121152,\n            \"title\": \"Polars Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Yuki Kakegawa\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM018000\",\n                \"COM021030\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-11-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19849\",\n            \"isbn\": 9781805120575,\n            \"title\": \"Hands-On Machine Learning with C++\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Kirill Kolodiazhnyi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"UYQV\",\n                \"UYQP\",\n                \"UYQL\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"UYQV\",\n                \"UYQP\",\n                \"UYQL\"\n            ],\n            \"bisac_codes\": [\n                \"COM014000\",\n                \"COM016000\",\n                \"COM042000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-11-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B20888\",\n            \"isbn\": 9781805121886,\n            \"title\": \"Defense Evasion Techniques\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joas A Santos\",\n                \"Filipi Pires\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060040\",\n                \"COM053000\",\n                \"COM015000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-11-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21833\",\n            \"isbn\": 9781835466254,\n            \"title\": \"Ethical Hacking with Parrot OS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tanisha Turner\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"ULJL\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"ULL\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM046070\",\n                \"COM088010\",\n                \"COM015000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-11-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B20875\",\n            \"isbn\": 9781805127178,\n            \"title\": \"Tableau Interview Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Ruy Aguilar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UF\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UF\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM089000\",\n                \"COM084000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-11-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21382\",\n            \"isbn\": 9781835088432,\n            \"title\": \"Mathematics Essentials for Machine Learning\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Terezija Semenski\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"TJF\",\n                \"UBW\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"TJF\",\n                \"UBW\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM059000\",\n                \"COM060000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-10-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19463\",\n            \"isbn\": 9781837631148,\n            \"title\": \"AI for Managers\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maria Parysz\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"KJMQ\",\n                \"UFL\",\n                \"KJ\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"KJMQ\",\n                \"UFL\",\n                \"KJ\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"BUS065000\",\n                \"COM039000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-10-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16573\",\n            \"isbn\": 9781800564671,\n            \"title\": \"Privacy-Preserving Machine Learning\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Srinivasa Rao Aravilli\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URD\",\n                \"PDG\",\n                \"TB\"\n            ],\n            \"bic_codes\": [\n                \"URD\",\n                \"PDG\",\n                \"TB\"\n            ],\n            \"bisac_codes\": [\n                \"COM060040\",\n                \"SCI003000\",\n                \"TEC000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-10-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19873\",\n            \"isbn\": 9781805123057,\n            \"title\": \"XGBoost for Regression Predictive Modeling and Time Series Analysis\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Partha Pritam Deka\",\n                \"Joyce Weiner\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UKM\",\n                \"PBT\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"PBT\"\n            ],\n            \"bisac_codes\": [\n                \"COM092000\",\n                \"MAT029030\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-10-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16596\",\n            \"isbn\": 9781800568082,\n            \"title\": \"Unreal Engine 5 for Beginners\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sargey Rose\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM012040\",\n                \"COM051070\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-10-04T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21019\",\n            \"isbn\": 9781805125068,\n            \"title\": \"Unlocking Creativity with Azure OpenAI\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Amit Mukherjee\",\n                \"Adithya Saladi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"PDG\"\n            ],\n            \"bic_codes\": [\n                \"PDG\"\n            ],\n            \"bisac_codes\": [\n                \"TK307000\",\n                \"TEC066000\",\n                \"TJ805000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-09-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19710\",\n            \"isbn\": 9781837631117,\n            \"title\": \"DevSecOps for Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"David Okeyode\",\n                \"Joylynn Kirui\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060040\",\n                \"COM053000\",\n                \"COM015000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-09-13T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19859\",\n            \"isbn\": 9781805124139,\n            \"title\": \"Game Development with Godot 4 and C#\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Kati Baker\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UMX\",\n                \"UGV\",\n                \"UGN\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UMX\",\n                \"UGV\",\n                \"UGN\"\n            ],\n            \"bisac_codes\": [\n                \"COM012040\",\n                \"COM051310\",\n                \"COM071000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-09-06T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21635\",\n            \"isbn\": 9781835462348,\n            \"title\": \"Infrastructure Management with Azure Bicep\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Elkhan Yusubov\",\n                \"Kasun Rajapakse\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYF\",\n                \"UTR\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UYF\",\n                \"UTR\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM011000\",\n                \"COM048000\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-09-06T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B22118\",\n            \"isbn\": 9781835885963,\n            \"title\": \"Applied Deep Learning on Graphs\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Lakshya Khandelwal\",\n                \"Subhajoy Das\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"PDG\"\n            ],\n            \"bic_codes\": [\n                \"PDG\"\n            ],\n            \"bisac_codes\": [\n                \"TJ805000\",\n                \"TK307000\",\n                \"TEC066000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-09-06T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21757\",\n            \"isbn\": 9781835460504,\n            \"title\": \"Spring Security\",\n            \"edition\": 4,\n            \"contributors\": [\n                \"Badr Nasslahsen\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UMX\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UMX\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM051280\",\n                \"COM005000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-09-06T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21014\",\n            \"isbn\": 9781805124283,\n            \"title\": \"Time Series Analysis with Python Cookbook, 2E\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Tarek A. Atwan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM021030\",\n                \"COM062000\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18470\",\n            \"isbn\": 9781803249322,\n            \"title\": \"Practical Hardware Pentesting, Second edition\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Jean-Georges Valle\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTP\",\n                \"UTN\",\n                \"UD\"\n            ],\n            \"bic_codes\": [\n                \"UTP\",\n                \"UTN\",\n                \"UD\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM043040\",\n                \"COM086000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19923\",\n            \"isbn\": 9781805123415,\n            \"title\": \"The Ultimate Guide to Snowpark\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Shankar Narayanan SGS\",\n                \"Vivekanandan Srinivasan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"COM018000\",\n                \"COM021040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19801\",\n            \"isbn\": 9781837634743,\n            \"title\": \"Python Data Cleaning and Preparation Best Practices\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maria Zervou\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UMX\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UMX\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM018000\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B22033\",\n            \"isbn\": 9781835460252,\n            \"title\": \"Securing Cloud PCs and Azure Virtual Desktop\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dominiek Verham\",\n                \"Johan Vanneuville\",\n                \"Christiaan Brinkhoff\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTE\",\n                \"UTFB\",\n                \"ULD\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTFB\",\n                \"ULD\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM046040\",\n                \"COM051380\",\n                \"COM019000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B14432\",\n            \"isbn\": 9781838827199,\n            \"title\": \"Designing Information Architecture\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Pabini Gabriel-Petit\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UYF\",\n                \"UYZG\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UYF\",\n                \"UYZG\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM070000\",\n                \"COM011000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-02T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21787\",\n            \"isbn\": 9781835469873,\n            \"title\": \"NGINX HTTP Server\",\n            \"edition\": 5,\n            \"contributors\": [\n                \"Gabriel Ourian\",\n                \"Clement Nedelcu\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UBW\",\n                \"UTD\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UBW\",\n                \"UTD\"\n            ],\n            \"bisac_codes\": [\n                \"COM061000\",\n                \"COM060080\",\n                \"COM051390\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-02T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18227\",\n            \"isbn\": 9781803247441,\n            \"title\": \"Adobe InDesign Masterclass\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Mohammed Jogie\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UG\",\n                \"UGP\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UG\",\n                \"UGP\"\n            ],\n            \"bisac_codes\": [\n                \"COM087030\",\n                \"COM087020\",\n                \"COM087000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-02T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21835\",\n            \"isbn\": 9781835466605,\n            \"title\": \"Red Team Operator's Handbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"David Meece, Cybertech Dave\",\n                \"Dr. Willie Sanders, Jr.\",\n                \"Phillip Wylie\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UTN\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UTN\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM015000\",\n                \"COM043050\",\n                \"COM060040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-02T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19633\",\n            \"isbn\": 9781837637294,\n            \"title\": \"Data Science for Decision Makers\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jon Howells\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UY\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UY\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM014000\",\n                \"COM004000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21373\",\n            \"isbn\": 9781835084380,\n            \"title\": \"Hands-On Generative Adversarial Networks with PyTorch 2.x\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Marija Jegorova\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UKM\"\n            ],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"TJ805000\",\n                \"TK307000\",\n                \"COM092000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18570\",\n            \"isbn\": 9781803233475,\n            \"title\": \"Database Design and Modeling with PostgreSQL and MySQL\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Alkin Tezuysal\",\n                \"Ibrar Ahmed\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UN\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UN\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM021040\",\n                \"COM062000\",\n                \"COM021000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19623\",\n            \"isbn\": 9781837638666,\n            \"title\": \"Make Your Python Applications Scalable and Efficient\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vinicius Feitosa Pacheco\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYF\",\n                \"UTR\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYF\",\n                \"UTR\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM011000\",\n                \"COM051360\",\n                \"COM048000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21165\",\n            \"isbn\": 9781835086957,\n            \"title\": \"Kubernetes – An Enterprise Guide\",\n            \"edition\": 3,\n            \"contributors\": [\n                \"Marc Boorshtein\",\n                \"Scott Surovich\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTR\",\n                \"UYD\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"UTR\",\n                \"UYD\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM051240\",\n                \"COM048000\",\n                \"COM088010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19803\",\n            \"isbn\": 9781801078320,\n            \"title\": \"Zabbix 7 IT Infrastructure Monitoring Cookbook\",\n            \"edition\": 3,\n            \"contributors\": [\n                \"Nathan Liefting\",\n                \"Brian van Baekel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTP\",\n                \"UTN\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"UTP\",\n                \"UTN\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM088010\",\n                \"COM043050\",\n                \"COM043040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-12T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21223\",\n            \"isbn\": 9781835088982,\n            \"title\": \"Introduction to Kali Purple\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Karl Lane\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060040\",\n                \"COM053000\",\n                \"COM015000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18347\",\n            \"isbn\": 9781803234595,\n            \"title\": \"Unity 2022 by Example\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Scott Cameron\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM012000\",\n                \"COM012040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19176\",\n            \"isbn\": 9781804619780,\n            \"title\": \"Databricks Certified Associate Developer for Apache Spark 3.0 - Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Saba Shah\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UND\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UND\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM055000\",\n                \"COM021040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19383\",\n            \"isbn\": 9781837633227,\n            \"title\": \"Mastering Flask Web Development\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sherwin John C. Tragura\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM060180\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21637\",\n            \"isbn\": 9781835089842,\n            \"title\": \"Implementing NIST Risk Management Framework (RMF)\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Thomas Marsland\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTN\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UTN\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM060040\",\n                \"COM043050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16709\",\n            \"isbn\": 9781800565371,\n            \"title\": \"Professional 3D Workflows with Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jason van Gumster\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UF\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UF\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM087020\",\n                \"COM084000\",\n                \"COM034000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21159\",\n            \"isbn\": 9781835081068,\n            \"title\": \"Modern Network Observability\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"David Flores\",\n                \"Christian Adell\",\n                \"Josh VanDeraa\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UTN\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UTN\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM005030\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17149\",\n            \"isbn\": 9781801077217,\n            \"title\": \"Realizing 3D Animation in Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sam Brubaker\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM087020\",\n                \"COM012000\",\n                \"COM072000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-07-04T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21638\",\n            \"isbn\": 9781801810173,\n            \"title\": \"Malware Development for Ethical Hackers\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Zhassulan Zhussupov\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM015000\",\n                \"COM060040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21293\",\n            \"isbn\": 9781835085660,\n            \"title\": \"Enterprise Architecture with .NET\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jean-Philippe Gouigoux\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYF\",\n                \"UMX\",\n                \"UFS\"\n            ],\n            \"bic_codes\": [\n                \"UYF\",\n                \"UMX\",\n                \"UFS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM066000\",\n                \"COM011000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18410\",\n            \"isbn\": 9781803233758,\n            \"title\": \"Practical Threat Intelligence and Data-Driven Threat Hunting\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Valentina Costa- Gazcón\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UYA\",\n                \"UYQM\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UYA\",\n                \"UYQM\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM015000\",\n                \"COM037000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18143\",\n            \"isbn\": 9781803245270,\n            \"title\": \"Google Machine Learning and Generative AI for Solutions Architects\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Kieran Kavanagh\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYT\",\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"COM018000\",\n                \"COM012050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21227\",\n            \"isbn\": 9781835080696,\n            \"title\": \"3D Game Design with Unreal Engine 5 and Blender 3\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Michael Grinberg\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051070\",\n                \"COM012000\",\n                \"COM012040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19922\",\n            \"isbn\": 9781805126188,\n            \"title\": \"MuleSoft Platform Architect's Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jim Andrews\",\n                \"Jitendra Bafna\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM051230\",\n                \"COM051240\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18270\",\n            \"isbn\": 9781803241005,\n            \"title\": \"Getting Started with DuckDB\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Simon Aubury\",\n                \"Ned Letcher\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNS\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNS\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM084010\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18846\",\n            \"isbn\": 9781803240725,\n            \"title\": \"Data Governance Handbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Wendy Batchelder\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"COM018000\",\n                \"COM021040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19628\",\n            \"isbn\": 9781837633784,\n            \"title\": \"Mastering Transformers\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Savaş Yıldırım\",\n                \"Meysam Asgari- Chenaghlu\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQL\",\n                \"UYQN\",\n                \"UFD\"\n            ],\n            \"bic_codes\": [\n                \"UYQL\",\n                \"UYQN\",\n                \"UFD\"\n            ],\n            \"bisac_codes\": [\n                \"COM044000\",\n                \"COM058000\",\n                \"COM042000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21128\",\n            \"isbn\": 9781805128281,\n            \"title\": \"Unlocking the Power of Auto-GPT and Its Plugins\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Wladislav Cugunov\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UFL\",\n                \"KJT\",\n                \"UYQL\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UFL\",\n                \"KJT\",\n                \"UYQL\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM004000\",\n                \"COM042000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21287\",\n            \"isbn\": 9781835468166,\n            \"title\": \"Offensive Security Using Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rejah Rehim\",\n                \"Manieendar Mohan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTN\",\n                \"UMX\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UTN\",\n                \"UMX\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM060040\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19443\",\n            \"isbn\": 9781837631292,\n            \"title\": \"Thriving in Android Development using Kotlin\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gema Socorro Rodríguez\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULJ\",\n                \"UM\",\n                \"UMS\"\n            ],\n            \"bic_codes\": [\n                \"UL\",\n                \"UM\",\n                \"UMS\"\n            ],\n            \"bisac_codes\": [\n                \"COM046100\",\n                \"COM051440\",\n                \"COM051460\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18859\",\n            \"isbn\": 9781803239583,\n            \"title\": \"Swift Cookbook\",\n            \"edition\": 3,\n            \"contributors\": [\n                \"Keith Moon\",\n                \"Chris Barker\",\n                \"Daniel Bolella\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UF\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UF\"\n            ],\n            \"bisac_codes\": [\n                \"COM051010\",\n                \"COM084000\",\n                \"COM060000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19715\",\n            \"isbn\": 9781837631704,\n            \"title\": \"ArcGIS Pro 3.x Cookbook\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Tripp Corbin, GISP\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYZF\",\n                \"RG\",\n                \"RGW\"\n            ],\n            \"bic_codes\": [\n                \"UYZF\",\n                \"RG\",\n                \"RGW\"\n            ],\n            \"bisac_codes\": [\n                \"TEC036000\",\n                \"SCI030000\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18315\",\n            \"isbn\": 9781803247083,\n            \"title\": \"Web Development Career Master Plan\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Frank Zammetti\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051260\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17538\",\n            \"isbn\": 9781801815062,\n            \"title\": \"Make Your Own Music with GarageBand\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Stephen Haunts\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"ULH\",\n                \"UGM\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"ULH\",\n                \"UGM\"\n            ],\n            \"bisac_codes\": [\n                \"COM087010\",\n                \"COM046020\",\n                \"COM034000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17787\",\n            \"isbn\": 9781801810463,\n            \"title\": \"FreeCAD Beginner's Starter Kit\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aleksander Sadowski\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"TB\",\n                \"TBG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"TB\",\n                \"TBG\"\n            ],\n            \"bisac_codes\": [\n                \"TEC000000\",\n                \"TEC006000\",\n                \"COM007000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21123\",\n            \"isbn\": 9781805129547,\n            \"title\": \"Automation with Python and ChatGPT\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Shea Valentine\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM060090\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21263\",\n            \"isbn\": 9781835086377,\n            \"title\": \"Using Stable Diffusion with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Andrew Zhu\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"PDG\"\n            ],\n            \"bic_codes\": [\n                \"PDG\"\n            ],\n            \"bisac_codes\": [\n                \"TJ805000\",\n                \"TK307000\",\n                \"TEC066000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18299\",\n            \"isbn\": 9781803235745,\n            \"title\": \"Blender 3D Printing Essentials\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Echaminya Mbarani\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM072000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19358\",\n            \"isbn\": 9781804616987,\n            \"title\": \"Learning GDScript by developing a game with Godot 4\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sander Vanhove\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UG\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UG\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM012040\",\n                \"COM051070\",\n                \"COM034000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18327\",\n            \"isbn\": 9781803235394,\n            \"title\": \"Mastering UI Development with Unity\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Ashley Godbold\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060090\",\n                \"COM012040\",\n                \"COM051310\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18843\",\n            \"isbn\": 9781801817752,\n            \"title\": \"NFT for Developers\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Ankur Grover\",\n                \"Kamaljeet Singh\",\n                \"Mirza Rahim Baig\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UDBV\",\n                \"UYM\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bic_codes\": [\n                \"UDBV\",\n                \"UYM\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bisac_codes\": [\n                \"COM072000\",\n                \"COM057000\",\n                \"COM083000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19126\",\n            \"isbn\": 9781804617908,\n            \"title\": \"API Testing and Development with Postman\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Dave Westerveld\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMZT\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMZT\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060080\",\n                \"COM051330\",\n                \"COM060180\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19919\",\n            \"isbn\": 9781805125594,\n            \"title\": \"The FPGA Programming Handbook\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Frank Bruno\",\n                \"Guy Eschemann\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQE\",\n                \"TJFD\",\n                \"UK\"\n            ],\n            \"bic_codes\": [\n                \"UYQE\",\n                \"TJFD\",\n                \"UK\"\n            ],\n            \"bisac_codes\": [\n                \"COM041000\",\n                \"COM025000\",\n                \"COM067000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21107\",\n            \"isbn\": 9781805126416,\n            \"title\": \"Becoming a Data Analyst\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Kedeisha Bryan\",\n                \"Maaike van Putten\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"COM021030\",\n                \"COM018000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21108\",\n            \"isbn\": 9781805120513,\n            \"title\": \"Generative AI Engineering, 1E\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Konrad Banachewicz\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"UYQL\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQV\",\n                \"UYQP\",\n                \"UYQL\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM042000\",\n                \"COM044000\",\n                \"COM016000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21790\",\n            \"isbn\": 9781835463260,\n            \"title\": \"Mastering Endpoint Defense\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Guven Boyraz\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UTN\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UTN\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM015000\",\n                \"COM043050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21272\",\n            \"isbn\": 9781835080030,\n            \"title\": \"Cryptography Algorithms\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Massimo Bertaccini\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTE\",\n                \"UTFB\",\n                \"UFM\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTFB\",\n                \"UFM\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bisac_codes\": [\n                \"COM083000\",\n                \"COM077000\",\n                \"COM019000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21809\",\n            \"isbn\": 9781835462706,\n            \"title\": \"Microsoft eDiscovery in Depth\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Ryan John Murphy\",\n                \"Albert Hoitingh\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UB\",\n                \"UDB\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UB\",\n                \"UDB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"COM015000\",\n                \"COM069000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19291\",\n            \"isbn\": 9781804614938,\n            \"title\": \"Model Risk Management in Practice\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sonia Sodhi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"KFF\",\n                \"KFFN\",\n                \"GPQD\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"KFF\",\n                \"KFFN\",\n                \"GPQD\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"BUS033070\",\n                \"BUS027020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19009\",\n            \"isbn\": 9781804619643,\n            \"title\": \"Salesforce Sales Cloud Implementation Handbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Kerry Townsend\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PSAX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PS\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM082000\",\n                \"COM006000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19798\",\n            \"isbn\": 9781837633357,\n            \"title\": \"Data Engineering with Databricks Lakehouse Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Pulkit Chadha\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM018000\",\n                \"COM062000\",\n                \"COM021040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19889\",\n            \"isbn\": 9781805120278,\n            \"title\": \"Mastering PowerShell Scripting\",\n            \"edition\": 5,\n            \"contributors\": [\n                \"Chris Dent\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UTE\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UT\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM088020\",\n                \"COM088000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19799\",\n            \"isbn\": 9781837634293,\n            \"title\": \"Elastic Stack 8.x Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Huage Chen\",\n                \"Yazid Akadiri\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM089000\",\n                \"COM018000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16865\",\n            \"isbn\": 9781800564893,\n            \"title\": \"Databricks ML in Action \",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Stephanie Rivera\",\n                \"Hayley Horn\",\n                \"Amanda Baker\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"PDG\"\n            ],\n            \"bic_codes\": [\n                \"PDG\"\n            ],\n            \"bisac_codes\": [\n                \"TJ805000\",\n                \"TK307000\",\n                \"TEC066000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15056\",\n            \"isbn\": 9781838987664,\n            \"title\": \"CCSP (ISC)2 Certified Cloud Security Professional: Exam Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Omar Turner\",\n                \"Navya Lakshmana\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"UR\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"UR\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM055000\",\n                \"COM014000\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B20866\",\n            \"isbn\": 9781805123828,\n            \"title\": \"Azure Databricks Cookbook\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"M. Lynne Alanfield\",\n                \"Jeremy Peach\",\n                \"Phani Raj\",\n                \"Vinod Jaiswal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UND\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM062000\",\n                \"COM021040\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17829\",\n            \"isbn\": 9781801810081,\n            \"title\": \"Hands-On Ethical Hacking Tactics\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Shane Hartman\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTN\",\n                \"UTF\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UTN\",\n                \"UTF\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM060030\",\n                \"COM060040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18671\",\n            \"isbn\": 9781803239255,\n            \"title\": \"Bug Bounty from Scratch\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Francisco Javier Santiago\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTN\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UTN\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM060040\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21547\",\n            \"isbn\": 9781835081006,\n            \"title\": \"Implementing Palo Alto Strata Access\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tom Piens aka 'reaper'\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"URJ\",\n                \"UTN\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"URJ\",\n                \"UTN\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM015000\",\n                \"COM060040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-10T00:00:00.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"e50df314-5b77-469f-968f-9a182596b123"},{"name":"List Products (Order by title name)","id":"a9783c5a-907c-45c3-bac5-b5c5806f4470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products?orderBy=title&orderType=asc","description":"<p><code>orderBy</code> and <code>orderType</code> param is used with value <code>orderBy : title</code> to sort the product list by title name in Ascending Order.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will contain sorted list of products.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products"],"host":["api","packt","com"],"query":[{"description":{"content":"<p>To arrange product records by the given order field.</p>\n","type":"text/plain"},"key":"orderBy","value":"title"},{"description":{"content":"<p>To arrange product records in the given order.</p>\n","type":"text/plain"},"key":"orderType","value":"asc"}],"variable":[]}},"response":[{"id":"9ce3c2b6-1cb5-498c-a2ed-07914e6dd0c7","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.packt.com/api/v2/products?orderBy=title&orderType=asc","protocol":"https","host":["api","packt","com"],"path":["api","v2","products"],"query":[{"key":"orderBy","value":"title"},{"key":"orderType","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 09:42:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"860164b8bedc5492-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"599"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 80,\n    \"per_page\": 100,\n    \"to\": 100,\n    \"total\": 7942,\n    \"products\": [\n        {\n            \"product_id\": \"V17139\",\n            \"isbn\": 9781801075497,\n            \"title\": \"100 HTML5 Quiz Questions and Code Solutions with New Features Explained\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060130\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16895\",\n            \"isbn\": 9781800568556,\n            \"title\": \"100 JavaScript Algorithms Challenge\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dylan Israel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM051300\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-03-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16627\",\n            \"isbn\": 9781118642184,\n            \"title\": \"101 Excel 2013 Tips, Tricks and Timesavers\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"John Walkenbach\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UF\"\n            ],\n            \"bisac_codes\": [\n                \"COM021000\",\n                \"COM084000\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-07-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"A19229\",\n            \"isbn\": 9781804614495,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18307\",\n            \"isbn\": 9781803234885,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-05-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B09472\",\n            \"isbn\": 9781788837361,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-08-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19057\",\n            \"isbn\": 9781804619681,\n            \"title\": \"10 Creative and Beautiful Web Projects with HTML and CSS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-05-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19327\",\n            \"isbn\": 9781804619476,\n            \"title\": \"10 Machine Learning Blueprints You Should Know for Cybersecurity\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rajvardhan Oak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UTN\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UTN\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM044000\",\n                \"COM043050\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-05-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17427\",\n            \"isbn\": 9781801073578,\n            \"title\": \"10 Mega Responsive Websites with HTML, CSS, and JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-09-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18695\",\n            \"isbn\": 9781803243078,\n            \"title\": \"120 Quick Stata Tips\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Franz Buscha\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UFM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UFM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM077000\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-03-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16673\",\n            \"isbn\": 9781800563049,\n            \"title\": \"20 Web Projects with Vanilla JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060160\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18032\",\n            \"isbn\": 9781803243504,\n            \"title\": \"25+ Projects with AJAX, JavaScript, and JSON\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060160\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13971\",\n            \"isbn\": 9781838646172,\n            \"title\": \"2D Animation with CSS Animations - Complete course and Project\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aarthi Elumalai\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18514\",\n            \"isbn\": 9781803235806,\n            \"title\": \"30+ Web Projects with HTML, CSS, and JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18002\",\n            \"isbn\": 9781803238807,\n            \"title\": \"3D Character Rigging in Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jaime Kelly\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM072000\",\n                \"COM012000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-04-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18217\",\n            \"isbn\": 9781803247823,\n            \"title\": \"3D Deep Learning with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Xudong Ma\",\n                \"Vishakh Hegde\",\n                \"Lilit Yolyan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UYA\",\n                \"UYQM\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UYA\",\n                \"UYQM\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM004000\",\n                \"COM037000\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18697\",\n            \"isbn\": 9781803235851,\n            \"title\": \"3D Environment Design with Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Abdelilah Hamdani\",\n                \"Carlos Barreto\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM012040\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05189\",\n            \"isbn\": 9781785881466,\n            \"title\": \"3D Game Design with Unreal Engine 4 and Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jessica Plowman\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM012040\",\n                \"COM051390\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21227\",\n            \"isbn\": 9781835080696,\n            \"title\": \"3D Game Design with Unreal Engine 5 and Blender 3\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Michael Grinberg\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051070\",\n                \"COM012000\",\n                \"COM012040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00019\",\n            \"isbn\": 9781847198921,\n            \"title\": \"3D Game Development with Microsoft Silverlight 3: Beginner's Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gaston C. Hillar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2009-09-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15113\",\n            \"isbn\": 9781838986193,\n            \"title\": \"3D Graphics Rendering Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sergey Kosarevsky\",\n                \"Viktor Latypov\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UYZG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UYZG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM051070\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19840\",\n            \"isbn\": 9781805129905,\n            \"title\": \"3D Modeling for 3D Printing and Laser Cutting on Fusion 360\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Larno Visser\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM007000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00021\",\n            \"isbn\": 9781849697088,\n            \"title\": \"3D Printing Blueprints\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UKS\",\n                \"UKP\",\n                \"UK\"\n            ],\n            \"bic_codes\": [\n                \"UKS\",\n                \"UKP\",\n                \"UK\"\n            ],\n            \"bisac_codes\": [\n                \"COM049000\",\n                \"COM067000\",\n                \"COM050000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-08-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05146\",\n            \"isbn\": 9781785885730,\n            \"title\": \"3D Printing Designs: Design an SD Card Holder\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM087020\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-04-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05149\",\n            \"isbn\": 9781785884320,\n            \"title\": \"3D Printing Designs: Fun and Functional Projects\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM087020\",\n                \"COM007000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05145\",\n            \"isbn\": 9781785885174,\n            \"title\": \"3D Printing Designs: Octopus Pencil Holder\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM012000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05148\",\n            \"isbn\": 9781785888892,\n            \"title\": \"3D Printing Designs: The Sun Puzzle\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM087020\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18532\",\n            \"isbn\": 9781803246642,\n            \"title\": \"3D Printing with Fusion 360\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sualp Ozel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UYM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UYM\"\n            ],\n            \"bisac_codes\": [\n                \"COM072000\",\n                \"COM007000\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-12-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00023\",\n            \"isbn\": 9781782169888,\n            \"title\": \"3D Printing with RepRap Cookbook\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Richard Salinas\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-06-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00024\",\n            \"isbn\": 9781783284573,\n            \"title\": \"3D Printing with SketchUp\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Meir Gottesman\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-05-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18495\",\n            \"isbn\": 9781803237350,\n            \"title\": \"3D Printing with SketchUp\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Aaron Dietzen Aka 'the Sketchup Guy'\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UYM\",\n                \"TBG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UYM\",\n                \"TBG\"\n            ],\n            \"bisac_codes\": [\n                \"TEC006000\",\n                \"COM072000\",\n                \"COM007000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00025\",\n            \"isbn\": 9781849692366,\n            \"title\": \"3ds Max Speed Modeling for 3D Artists\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Thomas Mooney\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM087020\",\n                \"COM087000\",\n                \"COM012040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-10-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12443\",\n            \"isbn\": 9781789801217,\n            \"title\": \"40 Algorithms Every Programmer Should Know\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Ahmad\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMB\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UMB\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051300\",\n                \"COM051360\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-12T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16116\",\n            \"isbn\": 9781800208780,\n            \"title\": \"49 Charts in Tableau: Basic to Intermediate\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Pavan Lalwani\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051280\",\n                \"COM051010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18046\",\n            \"isbn\": 9781803247762,\n            \"title\": \"50 Algorithms Every Programmer Should Know\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Imran Ahmad\",\n                \"Somaieh Nikpoor\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQL\",\n                \"UMB\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYQL\",\n                \"UMB\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM042000\",\n                \"COM051300\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-09-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18561\",\n            \"isbn\": 9781803237039,\n            \"title\": \"50 Hours of Big Data, PySpark, AWS, Scala, and Scraping\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"AI Sciences\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM021030\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-03-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19116\",\n            \"isbn\": 9781804611470,\n            \"title\": \"50 Kubernetes Concepts Every DevOps Engineer Should Know\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Levan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYF\",\n                \"ULJL\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UYF\",\n                \"ULL\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM046070\",\n                \"COM011000\",\n                \"COM051230\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-01-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17425\",\n            \"isbn\": 9781801079976,\n            \"title\": \"50 Projects in 50 Days - HTML, CSS, and JavaScript \",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\",\n                \"Florin Pop\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051270\",\n                \"COM051260\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14516\",\n            \"isbn\": 9781838822347,\n            \"title\": \"50 Shades of UX Design\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jonah McLachlan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMW\",\n                \"UYZG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMW\",\n                \"UYZG\"\n            ],\n            \"bisac_codes\": [\n                \"COM070000\",\n                \"COM060130\",\n                \"COM034000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12843\",\n            \"isbn\": 9781789804683,\n            \"title\": \"50 Things You've Been Doing Wrong in C# and .NET Core\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Onur Gumus\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMN\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMN\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051210\",\n                \"COM051470\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-02-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17212\",\n            \"isbn\": 9781801075121,\n            \"title\": \"5G and Wireless Communication for Beginners\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Cerulean Canvas\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTW\",\n                \"TJKW\",\n                \"UT\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTW\",\n                \"TJKW\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM020090\",\n                \"COM020000\",\n                \"COM043000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V21917\",\n            \"isbn\": 9781835468814,\n            \"title\": \"70+ JavaScript Challenges - Data Structures and Algorithms\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM089000\",\n                \"COM051300\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-10-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14107\",\n            \"isbn\": 9781838646264,\n            \"title\": \"77-727 Microsoft Excel Certification - MOS Excel Core Exam\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dave Murphy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UL\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UL\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM055000\",\n                \"COM000000\",\n                \"COM046000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14083\",\n            \"isbn\": 9781838648084,\n            \"title\": \"77-728 Complete Techniques for the MOS Excel Expert Exam\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dave Murphy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFC\",\n                \"UF\",\n                \"CBW\",\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UFC\",\n                \"UF\",\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM084000\",\n                \"COM054000\",\n                \"COM085000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V05943\",\n            \"isbn\": 9781787127074,\n            \"title\": \"A 15 Hour C# 6.0 Course ??? The Core Language\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tom Owsiak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051000\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-10-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V09505\",\n            \"isbn\": 9781788838832,\n            \"title\": \"A 17 Hour C# Course with Intro to SQL and C# 7.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tom Owsiak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051000\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-09-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15715\",\n            \"isbn\": 9781839212994,\n            \"title\": \"A Beginner's Guide to a Microservices Architecture\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Idan Gabrieli\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PSAX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PS\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM082000\",\n                \"COM006000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-11-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12515\",\n            \"isbn\": 9781789806168,\n            \"title\": \"A Beginner's Guide to Backend Development\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Devslopes LLC by Mark Price\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-09-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18566\",\n            \"isbn\": 9781803241111,\n            \"title\": \"A Beginner's Guide to Creating iPhone Apps for iOS 15 Using Swift UI\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nick Walter\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMS\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMS\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051460\",\n                \"COM051010\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13982\",\n            \"isbn\": 9781838649302,\n            \"title\": \"A Beginners Guide to Linux\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Eduonix Learning Solutions\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"ULJL\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"ULL\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM046070\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18326\",\n            \"isbn\": 9781803246574,\n            \"title\": \"A BIM Professional’s Guide to Learning Archicad\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Stefan Boeykens\",\n                \"Ruben Van de Walle\",\n                \"Dr. Arch. Eng. Pieter Pauwels\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM062000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-05-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18727\",\n            \"isbn\": 9781803248509,\n            \"title\": \"A Blueprint for Production-Ready Web Applications\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dr. Philip Jones\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UDBR\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UDBR\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM060010\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17519\",\n            \"isbn\": 9781801816441,\n            \"title\": \"Accelerate Deep Learning Workloads with Amazon SageMaker\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vadim Dabravolski\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UFL\",\n                \"UYQL\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UFL\",\n                \"UYQL\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM042000\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12966\",\n            \"isbn\": 9781789959734,\n            \"title\": \"Accelerated ES6 Training\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maximilian Schwarzmüller\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060180\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-11-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17827\",\n            \"isbn\": 9781801813358,\n            \"title\": \"Accelerate DevOps with GitHub\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Kaufmann\",\n                \"Thomas Dohmke\",\n                \"Donovan Brown\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMZT\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMZT\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051440\",\n                \"COM005030\",\n                \"COM051330\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12967\",\n            \"isbn\": 9781789957709,\n            \"title\": \"Accelerated JavaScript Training\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maximilian Schwarzmüller\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060180\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-10-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B20959\",\n            \"isbn\": 9781805120100,\n            \"title\": \"Accelerate model training with PyTorch 2.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maicon Melo Alves\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYZM\",\n                \"GPF\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYZM\",\n                \"GPF\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM031000\",\n                \"COM051360\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16295\",\n            \"isbn\": 9781800205215,\n            \"title\": \"Accelerating Angular Development with Ivy\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Lars Gyrup Brink Nielsen\",\n                \"Jacob Andresen\",\n                \"Santosh Yadav\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UDBR\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UDBR\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM060180\",\n                \"COM060010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-10-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17964\",\n            \"isbn\": 9781803248608,\n            \"title\": \"Accelerating DevSecOps on AWS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nikit Swaraj\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM053000\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-04-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16983\",\n            \"isbn\": 9781801070911,\n            \"title\": \"Accelerating Nonprofit Impact with Salesforce\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Melissa Hill Dees\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bisac_codes\": [\n                \"COM051230\",\n                \"COM051240\",\n                \"COM005000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-04-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16496\",\n            \"isbn\": 9781800563582,\n            \"title\": \"Accelerating Server-Side Development with Fastify\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manuel Spigolon\",\n                \"Maksim Sinik\",\n                \"Matteo Collina\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UDBR\",\n                \"UD\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UDBR\",\n                \"UD\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060170\",\n                \"COM060010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-06-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16628\",\n            \"isbn\": 9781119514756,\n            \"title\": \"Access 2019 Bible\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Alexander\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNF\"\n            ],\n            \"bisac_codes\": [\n                \"COM021000\",\n                \"COM021030\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-12-04T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19403\",\n            \"isbn\": 9781837633692,\n            \"title\": \"Achieving Digital Transformation Using Hybrid Cloud\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vikas Grover\",\n                \"Ishu Verma\",\n                \"Praveen Rajagopalan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TD\"\n            ],\n            \"bic_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TD\"\n            ],\n            \"bisac_codes\": [\n                \"COM091000\",\n                \"TEC018000\",\n                \"TEC000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-07-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21763\",\n            \"isbn\": 9781835466926,\n            \"title\": \"A CISO Guide to Cyber Resilience \",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Debra Baker\",\n                \"Ray Rothrock\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UTN\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UTN\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM083000\",\n                \"COM032000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15174\",\n            \"isbn\": 9781838984083,\n            \"title\": \"A Complete Course on Linux Bash Shell Scripting with Real-Life Examples\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Afzal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"ULJL\",\n                \"UTE\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"ULL\",\n                \"UT\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM088000\",\n                \"COM046070\",\n                \"COM088010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15175\",\n            \"isbn\": 9781838984793,\n            \"title\": \"A Complete Course on Windows Server 2016 Administration\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Afzal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM088000\",\n                \"COM046050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14156\",\n            \"isbn\": 9781838640484,\n            \"title\": \"A Complete CSS Flexbox Course and a Real World Website Project\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aarthi Elumalai\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM051270\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13656\",\n            \"isbn\": 9781838559885,\n            \"title\": \"A Complete jQuery Course from Beginners to Advanced\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060080\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-01-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15680\",\n            \"isbn\": 9781839211706,\n            \"title\": \"Actionable Gamification\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Yu-kai Chou\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UMK\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UMK\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM012040\",\n                \"COM000000\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-12-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17049\",\n            \"isbn\": 9781801079297,\n            \"title\": \"Actionable Insights with Amazon QuickSight\\t\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manos Samatas\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UF\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UF\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM084000\",\n                \"COM089000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00027\",\n            \"isbn\": 9781849693202,\n            \"title\": \"ActionScript Graphing Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Peter Backx\",\n                \"Dominic Gelineau\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM087020\",\n                \"COM062000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-11-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12338\",\n            \"isbn\": 9781789806984,\n            \"title\": \"Active Directory Administration Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sander Berkouwer\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UR\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UR\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088020\",\n                \"COM053000\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-05-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17936\",\n            \"isbn\": 9781803242507,\n            \"title\": \"Active Directory Administration Cookbook\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Sander Berkouwer\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UR\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UR\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088020\",\n                \"COM053000\",\n                \"COM046050\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00028\",\n            \"isbn\": 9781847193278,\n            \"title\": \"Active Directory Disaster Recovery\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Florian Rommel\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2008-06-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03885\",\n            \"isbn\": 9781782175995,\n            \"title\": \"Active Directory with PowerShell\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"YELLAPRAGADA U PADMAVATHI\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"PleaseSelect\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-01-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13974\",\n            \"isbn\": 9781838647087,\n            \"title\": \"Active Directory with Windows Server 2016\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Mike Meyers\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21789\",\n            \"isbn\": 9781835464946,\n            \"title\": \"Active Machine Learning with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Margaux Masson-Forsythe\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"UMX\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"UMX\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM014000\",\n                \"COM062000\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-04-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18364\",\n            \"isbn\": 9781803239422,\n            \"title\": \"A Definitive Guide to Apache ShardingSphere\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Trista Pan\",\n                \"Zhang Liang\",\n                \"Yacine Si Tayeb\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PSAX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PS\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM082000\",\n                \"COM006000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-22T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00031\",\n            \"isbn\": 9781847197269,\n            \"title\": \"ADempiere 3.4 ERP Solutions\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Bayu Cahya Pamungkas\",\n                \"Redhaun Redhaun\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2009-12-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00032\",\n            \"isbn\": 9781849513388,\n            \"title\": \"ADempiere 3.6 Cookbook\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Redhaun Redhaun\",\n                \"Ajit Kumar\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2011-03-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19614\",\n            \"isbn\": 9781837630554,\n            \"title\": \"A Detailed Guide to the OWASP Top 10\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Alexander Oni \"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM032000\",\n                \"COM060040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18778\",\n            \"isbn\": 9781803234366,\n            \"title\": \"A Developer's Essential Guide to Docker Compose\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Emmanouil Gkatziouras\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UTR\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UTR\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM005030\",\n                \"COM048000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18968\",\n            \"isbn\": 9781804611715,\n            \"title\": \"A Developer's Guide to Building Resilient Cloud Applications with Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hamida Rebai Trabelsi\",\n                \"Lori Lalonde\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UM\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UM\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM021050\",\n                \"COM051230\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18967\",\n            \"isbn\": 9781804614303,\n            \"title\": \"A Developer's Guide to Cloud Apps Using Microsoft Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hamida Rebai Trabelsi\",\n                \"Marc-Andre Laniel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMP\",\n                \"UY\",\n                \"TJF\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMP\",\n                \"UY\",\n                \"TJF\"\n            ],\n            \"bisac_codes\": [\n                \"COM059000\",\n                \"COM051230\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19604\",\n            \"isbn\": 9781837633012,\n            \"title\": \"A Developer's Guide to .NET in Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Anuraj Parameswaran\",\n                \"Tamir Al Balkhi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TJFM\"\n            ],\n            \"bic_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TJFM\"\n            ],\n            \"bisac_codes\": [\n                \"COM091000\",\n                \"TEC004000\",\n                \"TEC000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-10-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00033\",\n            \"isbn\": 9781782177364,\n            \"title\": \"Administering ArcGIS for Server\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Hussein Nasser\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-01-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18782\",\n            \"isbn\": 9781803239200,\n            \"title\": \"Administering Windows Server Hybrid Core Infrastructure AZ-800 Exam Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Steve Miles\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"ULD\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"ULD\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM043000\",\n                \"COM088020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18074\",\n            \"isbn\": 9781803234809,\n            \"title\": \"Administrating Microsoft Dynamics 365 Business Central Online\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Andrey Baludin\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UYD\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UYD\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051440\",\n                \"COM005000\",\n                \"COM051240\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00034\",\n            \"isbn\": 9781783283255,\n            \"title\": \"Administrating Solr\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Surendra Mohan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UDBD\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UDBD\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060080\",\n                \"COM060160\",\n                \"COM060120\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-10-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18764\",\n            \"isbn\": 9781803248172,\n            \"title\": \"Adobe Acrobat Ninja\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Urszula Witherell\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UGD\",\n                \"UF\",\n                \"KJMK\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UGD\",\n                \"UF\",\n                \"KJMV3\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM022000\",\n                \"COM063000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-03-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11650\",\n            \"isbn\": 9781789531855,\n            \"title\": \"Adobe After Effects CC for Beginners: Learn After Effects CC\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Company: Life Progression Project\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UNA\",\n                \"UYZM\",\n                \"UF\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UNA\",\n                \"UYZM\",\n                \"UF\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM062000\",\n                \"COM084000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-06-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17998\",\n            \"isbn\": 9781803232799,\n            \"title\": \"Adobe Animate 2022 for Creative Professionals\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"book\"\n            ],\n            \"thema_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"AKLB\"\n            ],\n            \"bic_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"AKLB\"\n            ],\n            \"bisac_codes\": [\n                \"COM071000\",\n                \"COM087020\",\n                \"DES007040\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00037\",\n            \"isbn\": 9781849693301,\n            \"title\": \"Adobe Edge Quickstart Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM034000\",\n                \"COM051270\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-03-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V22067\",\n            \"isbn\": 9781835883143,\n            \"title\": \"Adobe Firefly – Start Building and Delivering in Under 30 Minutes\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"AJT\"\n            ],\n            \"bic_codes\": [\n                \"AJG\"\n            ],\n            \"bisac_codes\": [\n                \"PHO018000\",\n                \"TJ805000\",\n                \"TK307000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-12-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16624\",\n            \"isbn\": 9781800569256,\n            \"title\": \"Adobe Illustrator for Creative Professionals\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Clint Balsar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"book\"\n            ],\n            \"thema_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM071000\",\n                \"COM087020\",\n                \"COM087000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18227\",\n            \"isbn\": 9781803247441,\n            \"title\": \"Adobe InDesign Masterclass\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Mohammed Jogie\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UG\",\n                \"UGP\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UG\",\n                \"UGP\"\n            ],\n            \"bisac_codes\": [\n                \"COM087030\",\n                \"COM087020\",\n                \"COM087000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-02T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11600\",\n            \"isbn\": 9781789532876,\n            \"title\": \"Adobe Premiere Pro CC: Learn Video Editing in Premiere Pro\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Company: Life Progression Project\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UF\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UF\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM084000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-06-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17927\",\n            \"isbn\": 9781803230979,\n            \"title\": \"Adobe XD for Web Design: Essential Principles for UI and UX\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Cristian Doru Barin\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM060080\",\n                \"COM060150\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-07-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16409\",\n            \"isbn\": 9781800560567,\n            \"title\": \"Adopting .NET 5\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hammad Arif\",\n                \"Habib Qureshi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051230\",\n                \"COM051470\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19843\",\n            \"isbn\": 9781805128656,\n            \"title\": \"Advanced 3D Printing with Fusion 360 - Design Your Phone Case\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Larno Visser\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM012000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-23T00:00:00.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"a9783c5a-907c-45c3-bac5-b5c5806f4470"},{"name":"List Products (Filter by product type)","id":"67f7fbe5-5323-4057-9f1e-cc9658c3e531","request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products?filter={\n  \"name\": \"product_type\",\n  \"operator\": \"=\",\n  \"value\": \"video\"\n}","description":"<p>Pay attention to the <code>filter</code> query param and the value of that is a json object.<br />Please refer the <code>Filter Object Schema</code> in the List Products endpoint ( first of this folder)</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will contain the filtered list of Products.</p>\n<p>If there were an error in filter syntax, it will be sent in the Response.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products"],"host":["api","packt","com"],"query":[{"description":{"content":"<p>To filter product records based on the given criteria. To effectively filter product records based on specific criteria, refer to the schema for the filter model to specify the correct criteria for accurate filtering operations.</p>\n","type":"text/plain"},"key":"filter","value":"{\n  \"name\": \"product_type\",\n  \"operator\": \"=\",\n  \"value\": \"video\"\n}"}],"variable":[]}},"response":[{"id":"352fb4c6-037e-4c78-91d9-f5122d59ae65","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.packt.com/api/v2/products?orderBy=title&orderType=asc","protocol":"https","host":["api","packt","com"],"path":["api","v2","products"],"query":[{"key":"orderBy","value":"title"},{"key":"orderType","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 09:42:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"860164b8bedc5492-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"599"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 80,\n    \"per_page\": 100,\n    \"to\": 100,\n    \"total\": 7942,\n    \"products\": [\n        {\n            \"product_id\": \"V17139\",\n            \"isbn\": 9781801075497,\n            \"title\": \"100 HTML5 Quiz Questions and Code Solutions with New Features Explained\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060130\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16895\",\n            \"isbn\": 9781800568556,\n            \"title\": \"100 JavaScript Algorithms Challenge\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dylan Israel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM051300\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-03-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16627\",\n            \"isbn\": 9781118642184,\n            \"title\": \"101 Excel 2013 Tips, Tricks and Timesavers\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"John Walkenbach\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UF\"\n            ],\n            \"bisac_codes\": [\n                \"COM021000\",\n                \"COM084000\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-07-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"A19229\",\n            \"isbn\": 9781804614495,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18307\",\n            \"isbn\": 9781803234885,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-05-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B09472\",\n            \"isbn\": 9781788837361,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-08-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19057\",\n            \"isbn\": 9781804619681,\n            \"title\": \"10 Creative and Beautiful Web Projects with HTML and CSS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-05-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19327\",\n            \"isbn\": 9781804619476,\n            \"title\": \"10 Machine Learning Blueprints You Should Know for Cybersecurity\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rajvardhan Oak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UTN\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UTN\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM044000\",\n                \"COM043050\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-05-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17427\",\n            \"isbn\": 9781801073578,\n            \"title\": \"10 Mega Responsive Websites with HTML, CSS, and JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-09-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18695\",\n            \"isbn\": 9781803243078,\n            \"title\": \"120 Quick Stata Tips\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Franz Buscha\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UFM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UFM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM077000\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-03-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16673\",\n            \"isbn\": 9781800563049,\n            \"title\": \"20 Web Projects with Vanilla JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060160\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18032\",\n            \"isbn\": 9781803243504,\n            \"title\": \"25+ Projects with AJAX, JavaScript, and JSON\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060160\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13971\",\n            \"isbn\": 9781838646172,\n            \"title\": \"2D Animation with CSS Animations - Complete course and Project\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aarthi Elumalai\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18514\",\n            \"isbn\": 9781803235806,\n            \"title\": \"30+ Web Projects with HTML, CSS, and JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18002\",\n            \"isbn\": 9781803238807,\n            \"title\": \"3D Character Rigging in Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jaime Kelly\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM072000\",\n                \"COM012000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-04-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18217\",\n            \"isbn\": 9781803247823,\n            \"title\": \"3D Deep Learning with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Xudong Ma\",\n                \"Vishakh Hegde\",\n                \"Lilit Yolyan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UYA\",\n                \"UYQM\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UYA\",\n                \"UYQM\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM004000\",\n                \"COM037000\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18697\",\n            \"isbn\": 9781803235851,\n            \"title\": \"3D Environment Design with Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Abdelilah Hamdani\",\n                \"Carlos Barreto\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM012040\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05189\",\n            \"isbn\": 9781785881466,\n            \"title\": \"3D Game Design with Unreal Engine 4 and Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jessica Plowman\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM012040\",\n                \"COM051390\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21227\",\n            \"isbn\": 9781835080696,\n            \"title\": \"3D Game Design with Unreal Engine 5 and Blender 3\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Michael Grinberg\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051070\",\n                \"COM012000\",\n                \"COM012040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00019\",\n            \"isbn\": 9781847198921,\n            \"title\": \"3D Game Development with Microsoft Silverlight 3: Beginner's Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gaston C. Hillar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2009-09-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15113\",\n            \"isbn\": 9781838986193,\n            \"title\": \"3D Graphics Rendering Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sergey Kosarevsky\",\n                \"Viktor Latypov\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UYZG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UYZG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM051070\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19840\",\n            \"isbn\": 9781805129905,\n            \"title\": \"3D Modeling for 3D Printing and Laser Cutting on Fusion 360\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Larno Visser\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM007000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00021\",\n            \"isbn\": 9781849697088,\n            \"title\": \"3D Printing Blueprints\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UKS\",\n                \"UKP\",\n                \"UK\"\n            ],\n            \"bic_codes\": [\n                \"UKS\",\n                \"UKP\",\n                \"UK\"\n            ],\n            \"bisac_codes\": [\n                \"COM049000\",\n                \"COM067000\",\n                \"COM050000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-08-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05146\",\n            \"isbn\": 9781785885730,\n            \"title\": \"3D Printing Designs: Design an SD Card Holder\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM087020\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-04-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05149\",\n            \"isbn\": 9781785884320,\n            \"title\": \"3D Printing Designs: Fun and Functional Projects\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM087020\",\n                \"COM007000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05145\",\n            \"isbn\": 9781785885174,\n            \"title\": \"3D Printing Designs: Octopus Pencil Holder\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM012000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05148\",\n            \"isbn\": 9781785888892,\n            \"title\": \"3D Printing Designs: The Sun Puzzle\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM087020\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18532\",\n            \"isbn\": 9781803246642,\n            \"title\": \"3D Printing with Fusion 360\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sualp Ozel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UYM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UYM\"\n            ],\n            \"bisac_codes\": [\n                \"COM072000\",\n                \"COM007000\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-12-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00023\",\n            \"isbn\": 9781782169888,\n            \"title\": \"3D Printing with RepRap Cookbook\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Richard Salinas\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-06-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00024\",\n            \"isbn\": 9781783284573,\n            \"title\": \"3D Printing with SketchUp\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Meir Gottesman\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-05-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18495\",\n            \"isbn\": 9781803237350,\n            \"title\": \"3D Printing with SketchUp\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Aaron Dietzen Aka 'the Sketchup Guy'\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UYM\",\n                \"TBG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UYM\",\n                \"TBG\"\n            ],\n            \"bisac_codes\": [\n                \"TEC006000\",\n                \"COM072000\",\n                \"COM007000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00025\",\n            \"isbn\": 9781849692366,\n            \"title\": \"3ds Max Speed Modeling for 3D Artists\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Thomas Mooney\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM087020\",\n                \"COM087000\",\n                \"COM012040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-10-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12443\",\n            \"isbn\": 9781789801217,\n            \"title\": \"40 Algorithms Every Programmer Should Know\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Ahmad\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMB\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UMB\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051300\",\n                \"COM051360\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-12T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16116\",\n            \"isbn\": 9781800208780,\n            \"title\": \"49 Charts in Tableau: Basic to Intermediate\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Pavan Lalwani\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051280\",\n                \"COM051010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18046\",\n            \"isbn\": 9781803247762,\n            \"title\": \"50 Algorithms Every Programmer Should Know\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Imran Ahmad\",\n                \"Somaieh Nikpoor\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQL\",\n                \"UMB\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYQL\",\n                \"UMB\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM042000\",\n                \"COM051300\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-09-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18561\",\n            \"isbn\": 9781803237039,\n            \"title\": \"50 Hours of Big Data, PySpark, AWS, Scala, and Scraping\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"AI Sciences\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM021030\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-03-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19116\",\n            \"isbn\": 9781804611470,\n            \"title\": \"50 Kubernetes Concepts Every DevOps Engineer Should Know\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Levan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYF\",\n                \"ULJL\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UYF\",\n                \"ULL\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM046070\",\n                \"COM011000\",\n                \"COM051230\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-01-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17425\",\n            \"isbn\": 9781801079976,\n            \"title\": \"50 Projects in 50 Days - HTML, CSS, and JavaScript \",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\",\n                \"Florin Pop\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051270\",\n                \"COM051260\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14516\",\n            \"isbn\": 9781838822347,\n            \"title\": \"50 Shades of UX Design\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jonah McLachlan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMW\",\n                \"UYZG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMW\",\n                \"UYZG\"\n            ],\n            \"bisac_codes\": [\n                \"COM070000\",\n                \"COM060130\",\n                \"COM034000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12843\",\n            \"isbn\": 9781789804683,\n            \"title\": \"50 Things You've Been Doing Wrong in C# and .NET Core\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Onur Gumus\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMN\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMN\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051210\",\n                \"COM051470\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-02-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17212\",\n            \"isbn\": 9781801075121,\n            \"title\": \"5G and Wireless Communication for Beginners\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Cerulean Canvas\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTW\",\n                \"TJKW\",\n                \"UT\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTW\",\n                \"TJKW\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM020090\",\n                \"COM020000\",\n                \"COM043000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V21917\",\n            \"isbn\": 9781835468814,\n            \"title\": \"70+ JavaScript Challenges - Data Structures and Algorithms\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM089000\",\n                \"COM051300\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-10-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14107\",\n            \"isbn\": 9781838646264,\n            \"title\": \"77-727 Microsoft Excel Certification - MOS Excel Core Exam\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dave Murphy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UL\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UL\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM055000\",\n                \"COM000000\",\n                \"COM046000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14083\",\n            \"isbn\": 9781838648084,\n            \"title\": \"77-728 Complete Techniques for the MOS Excel Expert Exam\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dave Murphy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFC\",\n                \"UF\",\n                \"CBW\",\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UFC\",\n                \"UF\",\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM084000\",\n                \"COM054000\",\n                \"COM085000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V05943\",\n            \"isbn\": 9781787127074,\n            \"title\": \"A 15 Hour C# 6.0 Course ??? The Core Language\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tom Owsiak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051000\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-10-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V09505\",\n            \"isbn\": 9781788838832,\n            \"title\": \"A 17 Hour C# Course with Intro to SQL and C# 7.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tom Owsiak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051000\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-09-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15715\",\n            \"isbn\": 9781839212994,\n            \"title\": \"A Beginner's Guide to a Microservices Architecture\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Idan Gabrieli\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PSAX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PS\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM082000\",\n                \"COM006000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-11-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12515\",\n            \"isbn\": 9781789806168,\n            \"title\": \"A Beginner's Guide to Backend Development\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Devslopes LLC by Mark Price\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-09-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18566\",\n            \"isbn\": 9781803241111,\n            \"title\": \"A Beginner's Guide to Creating iPhone Apps for iOS 15 Using Swift UI\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nick Walter\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMS\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMS\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051460\",\n                \"COM051010\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13982\",\n            \"isbn\": 9781838649302,\n            \"title\": \"A Beginners Guide to Linux\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Eduonix Learning Solutions\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"ULJL\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"ULL\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM046070\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18326\",\n            \"isbn\": 9781803246574,\n            \"title\": \"A BIM Professional’s Guide to Learning Archicad\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Stefan Boeykens\",\n                \"Ruben Van de Walle\",\n                \"Dr. Arch. Eng. Pieter Pauwels\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM062000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-05-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18727\",\n            \"isbn\": 9781803248509,\n            \"title\": \"A Blueprint for Production-Ready Web Applications\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dr. Philip Jones\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UDBR\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UDBR\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM060010\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17519\",\n            \"isbn\": 9781801816441,\n            \"title\": \"Accelerate Deep Learning Workloads with Amazon SageMaker\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vadim Dabravolski\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UFL\",\n                \"UYQL\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UFL\",\n                \"UYQL\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM042000\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12966\",\n            \"isbn\": 9781789959734,\n            \"title\": \"Accelerated ES6 Training\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maximilian Schwarzmüller\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060180\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-11-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17827\",\n            \"isbn\": 9781801813358,\n            \"title\": \"Accelerate DevOps with GitHub\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Kaufmann\",\n                \"Thomas Dohmke\",\n                \"Donovan Brown\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMZT\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMZT\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051440\",\n                \"COM005030\",\n                \"COM051330\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12967\",\n            \"isbn\": 9781789957709,\n            \"title\": \"Accelerated JavaScript Training\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maximilian Schwarzmüller\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060180\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-10-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B20959\",\n            \"isbn\": 9781805120100,\n            \"title\": \"Accelerate model training with PyTorch 2.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maicon Melo Alves\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYZM\",\n                \"GPF\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYZM\",\n                \"GPF\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM031000\",\n                \"COM051360\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16295\",\n            \"isbn\": 9781800205215,\n            \"title\": \"Accelerating Angular Development with Ivy\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Lars Gyrup Brink Nielsen\",\n                \"Jacob Andresen\",\n                \"Santosh Yadav\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UDBR\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UDBR\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM060180\",\n                \"COM060010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-10-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17964\",\n            \"isbn\": 9781803248608,\n            \"title\": \"Accelerating DevSecOps on AWS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nikit Swaraj\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM053000\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-04-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16983\",\n            \"isbn\": 9781801070911,\n            \"title\": \"Accelerating Nonprofit Impact with Salesforce\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Melissa Hill Dees\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bisac_codes\": [\n                \"COM051230\",\n                \"COM051240\",\n                \"COM005000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-04-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16496\",\n            \"isbn\": 9781800563582,\n            \"title\": \"Accelerating Server-Side Development with Fastify\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manuel Spigolon\",\n                \"Maksim Sinik\",\n                \"Matteo Collina\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UDBR\",\n                \"UD\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UDBR\",\n                \"UD\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060170\",\n                \"COM060010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-06-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16628\",\n            \"isbn\": 9781119514756,\n            \"title\": \"Access 2019 Bible\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Alexander\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNF\"\n            ],\n            \"bisac_codes\": [\n                \"COM021000\",\n                \"COM021030\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-12-04T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19403\",\n            \"isbn\": 9781837633692,\n            \"title\": \"Achieving Digital Transformation Using Hybrid Cloud\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vikas Grover\",\n                \"Ishu Verma\",\n                \"Praveen Rajagopalan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TD\"\n            ],\n            \"bic_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TD\"\n            ],\n            \"bisac_codes\": [\n                \"COM091000\",\n                \"TEC018000\",\n                \"TEC000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-07-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21763\",\n            \"isbn\": 9781835466926,\n            \"title\": \"A CISO Guide to Cyber Resilience \",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Debra Baker\",\n                \"Ray Rothrock\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UTN\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UTN\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM083000\",\n                \"COM032000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15174\",\n            \"isbn\": 9781838984083,\n            \"title\": \"A Complete Course on Linux Bash Shell Scripting with Real-Life Examples\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Afzal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"ULJL\",\n                \"UTE\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"ULL\",\n                \"UT\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM088000\",\n                \"COM046070\",\n                \"COM088010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15175\",\n            \"isbn\": 9781838984793,\n            \"title\": \"A Complete Course on Windows Server 2016 Administration\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Afzal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM088000\",\n                \"COM046050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14156\",\n            \"isbn\": 9781838640484,\n            \"title\": \"A Complete CSS Flexbox Course and a Real World Website Project\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aarthi Elumalai\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM051270\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13656\",\n            \"isbn\": 9781838559885,\n            \"title\": \"A Complete jQuery Course from Beginners to Advanced\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060080\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-01-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15680\",\n            \"isbn\": 9781839211706,\n            \"title\": \"Actionable Gamification\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Yu-kai Chou\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UMK\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UMK\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM012040\",\n                \"COM000000\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-12-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17049\",\n            \"isbn\": 9781801079297,\n            \"title\": \"Actionable Insights with Amazon QuickSight\\t\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manos Samatas\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UF\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UF\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM084000\",\n                \"COM089000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00027\",\n            \"isbn\": 9781849693202,\n            \"title\": \"ActionScript Graphing Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Peter Backx\",\n                \"Dominic Gelineau\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM087020\",\n                \"COM062000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-11-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12338\",\n            \"isbn\": 9781789806984,\n            \"title\": \"Active Directory Administration Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sander Berkouwer\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UR\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UR\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088020\",\n                \"COM053000\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-05-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17936\",\n            \"isbn\": 9781803242507,\n            \"title\": \"Active Directory Administration Cookbook\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Sander Berkouwer\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UR\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UR\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088020\",\n                \"COM053000\",\n                \"COM046050\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00028\",\n            \"isbn\": 9781847193278,\n            \"title\": \"Active Directory Disaster Recovery\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Florian Rommel\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2008-06-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03885\",\n            \"isbn\": 9781782175995,\n            \"title\": \"Active Directory with PowerShell\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"YELLAPRAGADA U PADMAVATHI\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"PleaseSelect\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-01-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13974\",\n            \"isbn\": 9781838647087,\n            \"title\": \"Active Directory with Windows Server 2016\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Mike Meyers\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21789\",\n            \"isbn\": 9781835464946,\n            \"title\": \"Active Machine Learning with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Margaux Masson-Forsythe\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"UMX\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"UMX\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM014000\",\n                \"COM062000\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-04-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18364\",\n            \"isbn\": 9781803239422,\n            \"title\": \"A Definitive Guide to Apache ShardingSphere\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Trista Pan\",\n                \"Zhang Liang\",\n                \"Yacine Si Tayeb\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PSAX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PS\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM082000\",\n                \"COM006000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-22T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00031\",\n            \"isbn\": 9781847197269,\n            \"title\": \"ADempiere 3.4 ERP Solutions\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Bayu Cahya Pamungkas\",\n                \"Redhaun Redhaun\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2009-12-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00032\",\n            \"isbn\": 9781849513388,\n            \"title\": \"ADempiere 3.6 Cookbook\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Redhaun Redhaun\",\n                \"Ajit Kumar\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2011-03-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19614\",\n            \"isbn\": 9781837630554,\n            \"title\": \"A Detailed Guide to the OWASP Top 10\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Alexander Oni \"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM032000\",\n                \"COM060040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18778\",\n            \"isbn\": 9781803234366,\n            \"title\": \"A Developer's Essential Guide to Docker Compose\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Emmanouil Gkatziouras\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UTR\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UTR\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM005030\",\n                \"COM048000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18968\",\n            \"isbn\": 9781804611715,\n            \"title\": \"A Developer's Guide to Building Resilient Cloud Applications with Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hamida Rebai Trabelsi\",\n                \"Lori Lalonde\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UM\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UM\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM021050\",\n                \"COM051230\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18967\",\n            \"isbn\": 9781804614303,\n            \"title\": \"A Developer's Guide to Cloud Apps Using Microsoft Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hamida Rebai Trabelsi\",\n                \"Marc-Andre Laniel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMP\",\n                \"UY\",\n                \"TJF\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMP\",\n                \"UY\",\n                \"TJF\"\n            ],\n            \"bisac_codes\": [\n                \"COM059000\",\n                \"COM051230\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19604\",\n            \"isbn\": 9781837633012,\n            \"title\": \"A Developer's Guide to .NET in Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Anuraj Parameswaran\",\n                \"Tamir Al Balkhi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TJFM\"\n            ],\n            \"bic_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TJFM\"\n            ],\n            \"bisac_codes\": [\n                \"COM091000\",\n                \"TEC004000\",\n                \"TEC000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-10-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00033\",\n            \"isbn\": 9781782177364,\n            \"title\": \"Administering ArcGIS for Server\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Hussein Nasser\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-01-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18782\",\n            \"isbn\": 9781803239200,\n            \"title\": \"Administering Windows Server Hybrid Core Infrastructure AZ-800 Exam Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Steve Miles\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"ULD\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"ULD\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM043000\",\n                \"COM088020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18074\",\n            \"isbn\": 9781803234809,\n            \"title\": \"Administrating Microsoft Dynamics 365 Business Central Online\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Andrey Baludin\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UYD\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UYD\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051440\",\n                \"COM005000\",\n                \"COM051240\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00034\",\n            \"isbn\": 9781783283255,\n            \"title\": \"Administrating Solr\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Surendra Mohan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UDBD\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UDBD\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060080\",\n                \"COM060160\",\n                \"COM060120\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-10-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18764\",\n            \"isbn\": 9781803248172,\n            \"title\": \"Adobe Acrobat Ninja\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Urszula Witherell\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UGD\",\n                \"UF\",\n                \"KJMK\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UGD\",\n                \"UF\",\n                \"KJMV3\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM022000\",\n                \"COM063000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-03-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11650\",\n            \"isbn\": 9781789531855,\n            \"title\": \"Adobe After Effects CC for Beginners: Learn After Effects CC\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Company: Life Progression Project\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UNA\",\n                \"UYZM\",\n                \"UF\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UNA\",\n                \"UYZM\",\n                \"UF\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM062000\",\n                \"COM084000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-06-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17998\",\n            \"isbn\": 9781803232799,\n            \"title\": \"Adobe Animate 2022 for Creative Professionals\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"book\"\n            ],\n            \"thema_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"AKLB\"\n            ],\n            \"bic_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"AKLB\"\n            ],\n            \"bisac_codes\": [\n                \"COM071000\",\n                \"COM087020\",\n                \"DES007040\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00037\",\n            \"isbn\": 9781849693301,\n            \"title\": \"Adobe Edge Quickstart Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM034000\",\n                \"COM051270\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-03-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V22067\",\n            \"isbn\": 9781835883143,\n            \"title\": \"Adobe Firefly – Start Building and Delivering in Under 30 Minutes\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"AJT\"\n            ],\n            \"bic_codes\": [\n                \"AJG\"\n            ],\n            \"bisac_codes\": [\n                \"PHO018000\",\n                \"TJ805000\",\n                \"TK307000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-12-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16624\",\n            \"isbn\": 9781800569256,\n            \"title\": \"Adobe Illustrator for Creative Professionals\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Clint Balsar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"book\"\n            ],\n            \"thema_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM071000\",\n                \"COM087020\",\n                \"COM087000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18227\",\n            \"isbn\": 9781803247441,\n            \"title\": \"Adobe InDesign Masterclass\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Mohammed Jogie\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UG\",\n                \"UGP\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UG\",\n                \"UGP\"\n            ],\n            \"bisac_codes\": [\n                \"COM087030\",\n                \"COM087020\",\n                \"COM087000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-02T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11600\",\n            \"isbn\": 9781789532876,\n            \"title\": \"Adobe Premiere Pro CC: Learn Video Editing in Premiere Pro\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Company: Life Progression Project\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UF\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UF\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM084000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-06-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17927\",\n            \"isbn\": 9781803230979,\n            \"title\": \"Adobe XD for Web Design: Essential Principles for UI and UX\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Cristian Doru Barin\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM060080\",\n                \"COM060150\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-07-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16409\",\n            \"isbn\": 9781800560567,\n            \"title\": \"Adopting .NET 5\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hammad Arif\",\n                \"Habib Qureshi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051230\",\n                \"COM051470\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19843\",\n            \"isbn\": 9781805128656,\n            \"title\": \"Advanced 3D Printing with Fusion 360 - Design Your Phone Case\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Larno Visser\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM012000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-23T00:00:00.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"67f7fbe5-5323-4057-9f1e-cc9658c3e531"},{"name":"List Products (Filter by Publication date and On-Sale titles)","id":"9cae02df-92ba-4f79-8114-99fee7c30260","request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products?filter=[{\n  \"name\": \"publication_date\",\n  \"operator\": \">=\",\n  \"value\": \"2024-03-01\"\n}, {\n  \"name\": \"distribution_status\",\n  \"operator\": \"=\",\n  \"value\": \"On-Sale\"\n}]","description":"<p>Pay attention to the <code>filter</code> query param and the value of that is a json object.<br />Please refer the <code>Filter Object Schema</code> in the List Products endpoint ( first of this folder)</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will contain the filtered list of Products.</p>\n<p>If there were an error in filter syntax, it will be sent in the Response.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products"],"host":["api","packt","com"],"query":[{"description":{"content":"<p>To filter product records based on the given criteria. To effectively filter product records based on specific criteria, refer to the schema for the filter model to specify the correct criteria for accurate filtering operations.</p>\n","type":"text/plain"},"key":"filter","value":"[{\n  \"name\": \"publication_date\",\n  \"operator\": \">=\",\n  \"value\": \"2024-03-01\"\n}, {\n  \"name\": \"distribution_status\",\n  \"operator\": \"=\",\n  \"value\": \"On-Sale\"\n}]"}],"variable":[]}},"response":[{"id":"60f3ef07-3be8-4216-bd86-779e5118ad62","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.packt.com/api/v2/products?orderBy=title&orderType=asc","protocol":"https","host":["api","packt","com"],"path":["api","v2","products"],"query":[{"key":"orderBy","value":"title"},{"key":"orderType","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 09:42:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"860164b8bedc5492-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"599"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 80,\n    \"per_page\": 100,\n    \"to\": 100,\n    \"total\": 7942,\n    \"products\": [\n        {\n            \"product_id\": \"V17139\",\n            \"isbn\": 9781801075497,\n            \"title\": \"100 HTML5 Quiz Questions and Code Solutions with New Features Explained\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060130\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16895\",\n            \"isbn\": 9781800568556,\n            \"title\": \"100 JavaScript Algorithms Challenge\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dylan Israel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM051300\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-03-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16627\",\n            \"isbn\": 9781118642184,\n            \"title\": \"101 Excel 2013 Tips, Tricks and Timesavers\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"John Walkenbach\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UF\"\n            ],\n            \"bisac_codes\": [\n                \"COM021000\",\n                \"COM084000\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-07-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"A19229\",\n            \"isbn\": 9781804614495,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18307\",\n            \"isbn\": 9781803234885,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-05-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B09472\",\n            \"isbn\": 9781788837361,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-08-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19057\",\n            \"isbn\": 9781804619681,\n            \"title\": \"10 Creative and Beautiful Web Projects with HTML and CSS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-05-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19327\",\n            \"isbn\": 9781804619476,\n            \"title\": \"10 Machine Learning Blueprints You Should Know for Cybersecurity\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rajvardhan Oak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UTN\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UTN\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM044000\",\n                \"COM043050\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-05-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17427\",\n            \"isbn\": 9781801073578,\n            \"title\": \"10 Mega Responsive Websites with HTML, CSS, and JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-09-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18695\",\n            \"isbn\": 9781803243078,\n            \"title\": \"120 Quick Stata Tips\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Franz Buscha\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UFM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UFM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM077000\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-03-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16673\",\n            \"isbn\": 9781800563049,\n            \"title\": \"20 Web Projects with Vanilla JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060160\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18032\",\n            \"isbn\": 9781803243504,\n            \"title\": \"25+ Projects with AJAX, JavaScript, and JSON\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060160\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13971\",\n            \"isbn\": 9781838646172,\n            \"title\": \"2D Animation with CSS Animations - Complete course and Project\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aarthi Elumalai\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18514\",\n            \"isbn\": 9781803235806,\n            \"title\": \"30+ Web Projects with HTML, CSS, and JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18002\",\n            \"isbn\": 9781803238807,\n            \"title\": \"3D Character Rigging in Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jaime Kelly\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM072000\",\n                \"COM012000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-04-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18217\",\n            \"isbn\": 9781803247823,\n            \"title\": \"3D Deep Learning with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Xudong Ma\",\n                \"Vishakh Hegde\",\n                \"Lilit Yolyan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UYA\",\n                \"UYQM\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UYA\",\n                \"UYQM\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM004000\",\n                \"COM037000\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18697\",\n            \"isbn\": 9781803235851,\n            \"title\": \"3D Environment Design with Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Abdelilah Hamdani\",\n                \"Carlos Barreto\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM012040\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05189\",\n            \"isbn\": 9781785881466,\n            \"title\": \"3D Game Design with Unreal Engine 4 and Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jessica Plowman\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM012040\",\n                \"COM051390\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21227\",\n            \"isbn\": 9781835080696,\n            \"title\": \"3D Game Design with Unreal Engine 5 and Blender 3\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Michael Grinberg\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051070\",\n                \"COM012000\",\n                \"COM012040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00019\",\n            \"isbn\": 9781847198921,\n            \"title\": \"3D Game Development with Microsoft Silverlight 3: Beginner's Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gaston C. Hillar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2009-09-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15113\",\n            \"isbn\": 9781838986193,\n            \"title\": \"3D Graphics Rendering Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sergey Kosarevsky\",\n                \"Viktor Latypov\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UYZG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UYZG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM051070\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19840\",\n            \"isbn\": 9781805129905,\n            \"title\": \"3D Modeling for 3D Printing and Laser Cutting on Fusion 360\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Larno Visser\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM007000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00021\",\n            \"isbn\": 9781849697088,\n            \"title\": \"3D Printing Blueprints\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UKS\",\n                \"UKP\",\n                \"UK\"\n            ],\n            \"bic_codes\": [\n                \"UKS\",\n                \"UKP\",\n                \"UK\"\n            ],\n            \"bisac_codes\": [\n                \"COM049000\",\n                \"COM067000\",\n                \"COM050000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-08-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05146\",\n            \"isbn\": 9781785885730,\n            \"title\": \"3D Printing Designs: Design an SD Card Holder\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM087020\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-04-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05149\",\n            \"isbn\": 9781785884320,\n            \"title\": \"3D Printing Designs: Fun and Functional Projects\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM087020\",\n                \"COM007000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05145\",\n            \"isbn\": 9781785885174,\n            \"title\": \"3D Printing Designs: Octopus Pencil Holder\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM012000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05148\",\n            \"isbn\": 9781785888892,\n            \"title\": \"3D Printing Designs: The Sun Puzzle\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM087020\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18532\",\n            \"isbn\": 9781803246642,\n            \"title\": \"3D Printing with Fusion 360\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sualp Ozel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UYM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UYM\"\n            ],\n            \"bisac_codes\": [\n                \"COM072000\",\n                \"COM007000\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-12-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00023\",\n            \"isbn\": 9781782169888,\n            \"title\": \"3D Printing with RepRap Cookbook\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Richard Salinas\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-06-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00024\",\n            \"isbn\": 9781783284573,\n            \"title\": \"3D Printing with SketchUp\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Meir Gottesman\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-05-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18495\",\n            \"isbn\": 9781803237350,\n            \"title\": \"3D Printing with SketchUp\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Aaron Dietzen Aka 'the Sketchup Guy'\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UYM\",\n                \"TBG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UYM\",\n                \"TBG\"\n            ],\n            \"bisac_codes\": [\n                \"TEC006000\",\n                \"COM072000\",\n                \"COM007000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00025\",\n            \"isbn\": 9781849692366,\n            \"title\": \"3ds Max Speed Modeling for 3D Artists\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Thomas Mooney\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM087020\",\n                \"COM087000\",\n                \"COM012040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-10-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12443\",\n            \"isbn\": 9781789801217,\n            \"title\": \"40 Algorithms Every Programmer Should Know\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Ahmad\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMB\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UMB\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051300\",\n                \"COM051360\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-12T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16116\",\n            \"isbn\": 9781800208780,\n            \"title\": \"49 Charts in Tableau: Basic to Intermediate\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Pavan Lalwani\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051280\",\n                \"COM051010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18046\",\n            \"isbn\": 9781803247762,\n            \"title\": \"50 Algorithms Every Programmer Should Know\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Imran Ahmad\",\n                \"Somaieh Nikpoor\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQL\",\n                \"UMB\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYQL\",\n                \"UMB\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM042000\",\n                \"COM051300\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-09-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18561\",\n            \"isbn\": 9781803237039,\n            \"title\": \"50 Hours of Big Data, PySpark, AWS, Scala, and Scraping\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"AI Sciences\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM021030\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-03-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19116\",\n            \"isbn\": 9781804611470,\n            \"title\": \"50 Kubernetes Concepts Every DevOps Engineer Should Know\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Levan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYF\",\n                \"ULJL\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UYF\",\n                \"ULL\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM046070\",\n                \"COM011000\",\n                \"COM051230\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-01-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17425\",\n            \"isbn\": 9781801079976,\n            \"title\": \"50 Projects in 50 Days - HTML, CSS, and JavaScript \",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\",\n                \"Florin Pop\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051270\",\n                \"COM051260\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14516\",\n            \"isbn\": 9781838822347,\n            \"title\": \"50 Shades of UX Design\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jonah McLachlan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMW\",\n                \"UYZG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMW\",\n                \"UYZG\"\n            ],\n            \"bisac_codes\": [\n                \"COM070000\",\n                \"COM060130\",\n                \"COM034000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12843\",\n            \"isbn\": 9781789804683,\n            \"title\": \"50 Things You've Been Doing Wrong in C# and .NET Core\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Onur Gumus\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMN\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMN\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051210\",\n                \"COM051470\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-02-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17212\",\n            \"isbn\": 9781801075121,\n            \"title\": \"5G and Wireless Communication for Beginners\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Cerulean Canvas\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTW\",\n                \"TJKW\",\n                \"UT\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTW\",\n                \"TJKW\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM020090\",\n                \"COM020000\",\n                \"COM043000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V21917\",\n            \"isbn\": 9781835468814,\n            \"title\": \"70+ JavaScript Challenges - Data Structures and Algorithms\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM089000\",\n                \"COM051300\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-10-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14107\",\n            \"isbn\": 9781838646264,\n            \"title\": \"77-727 Microsoft Excel Certification - MOS Excel Core Exam\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dave Murphy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UL\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UL\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM055000\",\n                \"COM000000\",\n                \"COM046000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14083\",\n            \"isbn\": 9781838648084,\n            \"title\": \"77-728 Complete Techniques for the MOS Excel Expert Exam\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dave Murphy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFC\",\n                \"UF\",\n                \"CBW\",\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UFC\",\n                \"UF\",\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM084000\",\n                \"COM054000\",\n                \"COM085000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V05943\",\n            \"isbn\": 9781787127074,\n            \"title\": \"A 15 Hour C# 6.0 Course ??? The Core Language\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tom Owsiak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051000\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-10-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V09505\",\n            \"isbn\": 9781788838832,\n            \"title\": \"A 17 Hour C# Course with Intro to SQL and C# 7.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tom Owsiak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051000\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-09-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15715\",\n            \"isbn\": 9781839212994,\n            \"title\": \"A Beginner's Guide to a Microservices Architecture\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Idan Gabrieli\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PSAX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PS\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM082000\",\n                \"COM006000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-11-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12515\",\n            \"isbn\": 9781789806168,\n            \"title\": \"A Beginner's Guide to Backend Development\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Devslopes LLC by Mark Price\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-09-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18566\",\n            \"isbn\": 9781803241111,\n            \"title\": \"A Beginner's Guide to Creating iPhone Apps for iOS 15 Using Swift UI\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nick Walter\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMS\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMS\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051460\",\n                \"COM051010\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13982\",\n            \"isbn\": 9781838649302,\n            \"title\": \"A Beginners Guide to Linux\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Eduonix Learning Solutions\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"ULJL\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"ULL\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM046070\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18326\",\n            \"isbn\": 9781803246574,\n            \"title\": \"A BIM Professional’s Guide to Learning Archicad\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Stefan Boeykens\",\n                \"Ruben Van de Walle\",\n                \"Dr. Arch. Eng. Pieter Pauwels\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM062000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-05-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18727\",\n            \"isbn\": 9781803248509,\n            \"title\": \"A Blueprint for Production-Ready Web Applications\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dr. Philip Jones\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UDBR\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UDBR\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM060010\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17519\",\n            \"isbn\": 9781801816441,\n            \"title\": \"Accelerate Deep Learning Workloads with Amazon SageMaker\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vadim Dabravolski\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UFL\",\n                \"UYQL\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UFL\",\n                \"UYQL\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM042000\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12966\",\n            \"isbn\": 9781789959734,\n            \"title\": \"Accelerated ES6 Training\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maximilian Schwarzmüller\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060180\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-11-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17827\",\n            \"isbn\": 9781801813358,\n            \"title\": \"Accelerate DevOps with GitHub\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Kaufmann\",\n                \"Thomas Dohmke\",\n                \"Donovan Brown\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMZT\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMZT\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051440\",\n                \"COM005030\",\n                \"COM051330\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12967\",\n            \"isbn\": 9781789957709,\n            \"title\": \"Accelerated JavaScript Training\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maximilian Schwarzmüller\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060180\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-10-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B20959\",\n            \"isbn\": 9781805120100,\n            \"title\": \"Accelerate model training with PyTorch 2.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maicon Melo Alves\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYZM\",\n                \"GPF\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYZM\",\n                \"GPF\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM031000\",\n                \"COM051360\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16295\",\n            \"isbn\": 9781800205215,\n            \"title\": \"Accelerating Angular Development with Ivy\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Lars Gyrup Brink Nielsen\",\n                \"Jacob Andresen\",\n                \"Santosh Yadav\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UDBR\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UDBR\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM060180\",\n                \"COM060010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-10-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17964\",\n            \"isbn\": 9781803248608,\n            \"title\": \"Accelerating DevSecOps on AWS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nikit Swaraj\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM053000\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-04-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16983\",\n            \"isbn\": 9781801070911,\n            \"title\": \"Accelerating Nonprofit Impact with Salesforce\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Melissa Hill Dees\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bisac_codes\": [\n                \"COM051230\",\n                \"COM051240\",\n                \"COM005000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-04-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16496\",\n            \"isbn\": 9781800563582,\n            \"title\": \"Accelerating Server-Side Development with Fastify\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manuel Spigolon\",\n                \"Maksim Sinik\",\n                \"Matteo Collina\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UDBR\",\n                \"UD\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UDBR\",\n                \"UD\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060170\",\n                \"COM060010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-06-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16628\",\n            \"isbn\": 9781119514756,\n            \"title\": \"Access 2019 Bible\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Alexander\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNF\"\n            ],\n            \"bisac_codes\": [\n                \"COM021000\",\n                \"COM021030\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-12-04T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19403\",\n            \"isbn\": 9781837633692,\n            \"title\": \"Achieving Digital Transformation Using Hybrid Cloud\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vikas Grover\",\n                \"Ishu Verma\",\n                \"Praveen Rajagopalan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TD\"\n            ],\n            \"bic_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TD\"\n            ],\n            \"bisac_codes\": [\n                \"COM091000\",\n                \"TEC018000\",\n                \"TEC000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-07-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21763\",\n            \"isbn\": 9781835466926,\n            \"title\": \"A CISO Guide to Cyber Resilience \",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Debra Baker\",\n                \"Ray Rothrock\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UTN\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UTN\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM083000\",\n                \"COM032000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15174\",\n            \"isbn\": 9781838984083,\n            \"title\": \"A Complete Course on Linux Bash Shell Scripting with Real-Life Examples\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Afzal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"ULJL\",\n                \"UTE\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"ULL\",\n                \"UT\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM088000\",\n                \"COM046070\",\n                \"COM088010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15175\",\n            \"isbn\": 9781838984793,\n            \"title\": \"A Complete Course on Windows Server 2016 Administration\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Afzal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM088000\",\n                \"COM046050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14156\",\n            \"isbn\": 9781838640484,\n            \"title\": \"A Complete CSS Flexbox Course and a Real World Website Project\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aarthi Elumalai\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM051270\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13656\",\n            \"isbn\": 9781838559885,\n            \"title\": \"A Complete jQuery Course from Beginners to Advanced\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060080\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-01-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15680\",\n            \"isbn\": 9781839211706,\n            \"title\": \"Actionable Gamification\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Yu-kai Chou\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UMK\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UMK\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM012040\",\n                \"COM000000\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-12-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17049\",\n            \"isbn\": 9781801079297,\n            \"title\": \"Actionable Insights with Amazon QuickSight\\t\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manos Samatas\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UF\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UF\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM084000\",\n                \"COM089000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00027\",\n            \"isbn\": 9781849693202,\n            \"title\": \"ActionScript Graphing Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Peter Backx\",\n                \"Dominic Gelineau\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM087020\",\n                \"COM062000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-11-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12338\",\n            \"isbn\": 9781789806984,\n            \"title\": \"Active Directory Administration Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sander Berkouwer\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UR\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UR\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088020\",\n                \"COM053000\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-05-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17936\",\n            \"isbn\": 9781803242507,\n            \"title\": \"Active Directory Administration Cookbook\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Sander Berkouwer\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UR\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UR\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088020\",\n                \"COM053000\",\n                \"COM046050\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00028\",\n            \"isbn\": 9781847193278,\n            \"title\": \"Active Directory Disaster Recovery\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Florian Rommel\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2008-06-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03885\",\n            \"isbn\": 9781782175995,\n            \"title\": \"Active Directory with PowerShell\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"YELLAPRAGADA U PADMAVATHI\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"PleaseSelect\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-01-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13974\",\n            \"isbn\": 9781838647087,\n            \"title\": \"Active Directory with Windows Server 2016\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Mike Meyers\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21789\",\n            \"isbn\": 9781835464946,\n            \"title\": \"Active Machine Learning with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Margaux Masson-Forsythe\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"UMX\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"UMX\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM014000\",\n                \"COM062000\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-04-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18364\",\n            \"isbn\": 9781803239422,\n            \"title\": \"A Definitive Guide to Apache ShardingSphere\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Trista Pan\",\n                \"Zhang Liang\",\n                \"Yacine Si Tayeb\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PSAX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PS\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM082000\",\n                \"COM006000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-22T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00031\",\n            \"isbn\": 9781847197269,\n            \"title\": \"ADempiere 3.4 ERP Solutions\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Bayu Cahya Pamungkas\",\n                \"Redhaun Redhaun\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2009-12-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00032\",\n            \"isbn\": 9781849513388,\n            \"title\": \"ADempiere 3.6 Cookbook\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Redhaun Redhaun\",\n                \"Ajit Kumar\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2011-03-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19614\",\n            \"isbn\": 9781837630554,\n            \"title\": \"A Detailed Guide to the OWASP Top 10\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Alexander Oni \"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM032000\",\n                \"COM060040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18778\",\n            \"isbn\": 9781803234366,\n            \"title\": \"A Developer's Essential Guide to Docker Compose\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Emmanouil Gkatziouras\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UTR\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UTR\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM005030\",\n                \"COM048000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18968\",\n            \"isbn\": 9781804611715,\n            \"title\": \"A Developer's Guide to Building Resilient Cloud Applications with Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hamida Rebai Trabelsi\",\n                \"Lori Lalonde\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UM\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UM\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM021050\",\n                \"COM051230\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18967\",\n            \"isbn\": 9781804614303,\n            \"title\": \"A Developer's Guide to Cloud Apps Using Microsoft Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hamida Rebai Trabelsi\",\n                \"Marc-Andre Laniel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMP\",\n                \"UY\",\n                \"TJF\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMP\",\n                \"UY\",\n                \"TJF\"\n            ],\n            \"bisac_codes\": [\n                \"COM059000\",\n                \"COM051230\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19604\",\n            \"isbn\": 9781837633012,\n            \"title\": \"A Developer's Guide to .NET in Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Anuraj Parameswaran\",\n                \"Tamir Al Balkhi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TJFM\"\n            ],\n            \"bic_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TJFM\"\n            ],\n            \"bisac_codes\": [\n                \"COM091000\",\n                \"TEC004000\",\n                \"TEC000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-10-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00033\",\n            \"isbn\": 9781782177364,\n            \"title\": \"Administering ArcGIS for Server\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Hussein Nasser\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-01-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18782\",\n            \"isbn\": 9781803239200,\n            \"title\": \"Administering Windows Server Hybrid Core Infrastructure AZ-800 Exam Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Steve Miles\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"ULD\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"ULD\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM043000\",\n                \"COM088020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18074\",\n            \"isbn\": 9781803234809,\n            \"title\": \"Administrating Microsoft Dynamics 365 Business Central Online\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Andrey Baludin\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UYD\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UYD\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051440\",\n                \"COM005000\",\n                \"COM051240\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00034\",\n            \"isbn\": 9781783283255,\n            \"title\": \"Administrating Solr\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Surendra Mohan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UDBD\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UDBD\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060080\",\n                \"COM060160\",\n                \"COM060120\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-10-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18764\",\n            \"isbn\": 9781803248172,\n            \"title\": \"Adobe Acrobat Ninja\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Urszula Witherell\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UGD\",\n                \"UF\",\n                \"KJMK\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UGD\",\n                \"UF\",\n                \"KJMV3\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM022000\",\n                \"COM063000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-03-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11650\",\n            \"isbn\": 9781789531855,\n            \"title\": \"Adobe After Effects CC for Beginners: Learn After Effects CC\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Company: Life Progression Project\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UNA\",\n                \"UYZM\",\n                \"UF\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UNA\",\n                \"UYZM\",\n                \"UF\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM062000\",\n                \"COM084000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-06-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17998\",\n            \"isbn\": 9781803232799,\n            \"title\": \"Adobe Animate 2022 for Creative Professionals\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"book\"\n            ],\n            \"thema_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"AKLB\"\n            ],\n            \"bic_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"AKLB\"\n            ],\n            \"bisac_codes\": [\n                \"COM071000\",\n                \"COM087020\",\n                \"DES007040\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00037\",\n            \"isbn\": 9781849693301,\n            \"title\": \"Adobe Edge Quickstart Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM034000\",\n                \"COM051270\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-03-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V22067\",\n            \"isbn\": 9781835883143,\n            \"title\": \"Adobe Firefly – Start Building and Delivering in Under 30 Minutes\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"AJT\"\n            ],\n            \"bic_codes\": [\n                \"AJG\"\n            ],\n            \"bisac_codes\": [\n                \"PHO018000\",\n                \"TJ805000\",\n                \"TK307000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-12-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16624\",\n            \"isbn\": 9781800569256,\n            \"title\": \"Adobe Illustrator for Creative Professionals\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Clint Balsar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"book\"\n            ],\n            \"thema_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM071000\",\n                \"COM087020\",\n                \"COM087000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18227\",\n            \"isbn\": 9781803247441,\n            \"title\": \"Adobe InDesign Masterclass\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Mohammed Jogie\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UG\",\n                \"UGP\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UG\",\n                \"UGP\"\n            ],\n            \"bisac_codes\": [\n                \"COM087030\",\n                \"COM087020\",\n                \"COM087000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-02T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11600\",\n            \"isbn\": 9781789532876,\n            \"title\": \"Adobe Premiere Pro CC: Learn Video Editing in Premiere Pro\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Company: Life Progression Project\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UF\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UF\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM084000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-06-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17927\",\n            \"isbn\": 9781803230979,\n            \"title\": \"Adobe XD for Web Design: Essential Principles for UI and UX\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Cristian Doru Barin\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM060080\",\n                \"COM060150\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-07-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16409\",\n            \"isbn\": 9781800560567,\n            \"title\": \"Adopting .NET 5\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hammad Arif\",\n                \"Habib Qureshi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051230\",\n                \"COM051470\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19843\",\n            \"isbn\": 9781805128656,\n            \"title\": \"Advanced 3D Printing with Fusion 360 - Design Your Phone Case\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Larno Visser\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM012000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-23T00:00:00.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"9cae02df-92ba-4f79-8114-99fee7c30260"},{"name":"List Products (Filter by Updated Since)","id":"d5280ebf-3b8c-476d-9724-41de5912dc63","request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products?filter=[{\n  \"name\": \"updated_since\",\n  \"operator\": \">=\",\n  \"value\": \"2024-03-01\"\n}]","description":"<p>Pay attention to the <code>filter</code> query param and the value of that is a json object.<br />Please refer the <code>Filter Object Schema</code> in the List Products endpoint ( first of this folder)</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will contain the filtered list of Products.</p>\n<p>If there were an error in filter syntax, it will be sent in the Response.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products"],"host":["api","packt","com"],"query":[{"description":{"content":"<p>To filter product records based on the given criteria. To effectively filter product records based on specific criteria, refer to the schema for the filter model to specify the correct criteria for accurate filtering operations.</p>\n","type":"text/plain"},"key":"filter","value":"[{\n  \"name\": \"updated_since\",\n  \"operator\": \">=\",\n  \"value\": \"2024-03-01\"\n}]"}],"variable":[]}},"response":[{"id":"409cea1f-f42a-4189-90a9-5b01851afa4b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.packt.com/api/v2/products?orderBy=title&orderType=asc","protocol":"https","host":["api","packt","com"],"path":["api","v2","products"],"query":[{"key":"orderBy","value":"title"},{"key":"orderType","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 09:42:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"860164b8bedc5492-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"599"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 80,\n    \"per_page\": 100,\n    \"to\": 100,\n    \"total\": 7942,\n    \"products\": [\n        {\n            \"product_id\": \"V17139\",\n            \"isbn\": 9781801075497,\n            \"title\": \"100 HTML5 Quiz Questions and Code Solutions with New Features Explained\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060130\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16895\",\n            \"isbn\": 9781800568556,\n            \"title\": \"100 JavaScript Algorithms Challenge\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dylan Israel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM051300\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-03-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16627\",\n            \"isbn\": 9781118642184,\n            \"title\": \"101 Excel 2013 Tips, Tricks and Timesavers\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"John Walkenbach\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UF\"\n            ],\n            \"bisac_codes\": [\n                \"COM021000\",\n                \"COM084000\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-07-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"A19229\",\n            \"isbn\": 9781804614495,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18307\",\n            \"isbn\": 9781803234885,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"audiobook\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-05-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B09472\",\n            \"isbn\": 9781788837361,\n            \"title\": \"101 UX Principles\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Will Grant\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMW\",\n                \"UYZG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM087020\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-08-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19057\",\n            \"isbn\": 9781804619681,\n            \"title\": \"10 Creative and Beautiful Web Projects with HTML and CSS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-05-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19327\",\n            \"isbn\": 9781804619476,\n            \"title\": \"10 Machine Learning Blueprints You Should Know for Cybersecurity\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Rajvardhan Oak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UTN\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UTN\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM044000\",\n                \"COM043050\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-05-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17427\",\n            \"isbn\": 9781801073578,\n            \"title\": \"10 Mega Responsive Websites with HTML, CSS, and JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-09-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18695\",\n            \"isbn\": 9781803243078,\n            \"title\": \"120 Quick Stata Tips\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Franz Buscha\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UFM\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UFM\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM077000\",\n                \"COM089000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-03-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16673\",\n            \"isbn\": 9781800563049,\n            \"title\": \"20 Web Projects with Vanilla JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060160\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18032\",\n            \"isbn\": 9781803243504,\n            \"title\": \"25+ Projects with AJAX, JavaScript, and JSON\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060160\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13971\",\n            \"isbn\": 9781838646172,\n            \"title\": \"2D Animation with CSS Animations - Complete course and Project\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aarthi Elumalai\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18514\",\n            \"isbn\": 9781803235806,\n            \"title\": \"30+ Web Projects with HTML, CSS, and JavaScript\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"George Lomidze\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMW\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051270\",\n                \"COM060160\",\n                \"COM060130\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18002\",\n            \"isbn\": 9781803238807,\n            \"title\": \"3D Character Rigging in Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jaime Kelly\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UYM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM072000\",\n                \"COM012000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-04-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18217\",\n            \"isbn\": 9781803247823,\n            \"title\": \"3D Deep Learning with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Xudong Ma\",\n                \"Vishakh Hegde\",\n                \"Lilit Yolyan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UYA\",\n                \"UYQM\",\n                \"UYQN\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UYA\",\n                \"UYQM\",\n                \"UYQN\"\n            ],\n            \"bisac_codes\": [\n                \"COM004000\",\n                \"COM037000\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18697\",\n            \"isbn\": 9781803235851,\n            \"title\": \"3D Environment Design with Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Abdelilah Hamdani\",\n                \"Carlos Barreto\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM012040\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05189\",\n            \"isbn\": 9781785881466,\n            \"title\": \"3D Game Design with Unreal Engine 4 and Blender\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jessica Plowman\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UM\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM012040\",\n                \"COM051390\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21227\",\n            \"isbn\": 9781835080696,\n            \"title\": \"3D Game Design with Unreal Engine 5 and Blender 3\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Michael Grinberg\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMK\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051070\",\n                \"COM012000\",\n                \"COM012040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-06-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00019\",\n            \"isbn\": 9781847198921,\n            \"title\": \"3D Game Development with Microsoft Silverlight 3: Beginner's Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Gaston C. Hillar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2009-09-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15113\",\n            \"isbn\": 9781838986193,\n            \"title\": \"3D Graphics Rendering Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sergey Kosarevsky\",\n                \"Viktor Latypov\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UYZG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UYZG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM051070\",\n                \"COM070000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19840\",\n            \"isbn\": 9781805129905,\n            \"title\": \"3D Modeling for 3D Printing and Laser Cutting on Fusion 360\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Larno Visser\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM007000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00021\",\n            \"isbn\": 9781849697088,\n            \"title\": \"3D Printing Blueprints\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UKS\",\n                \"UKP\",\n                \"UK\"\n            ],\n            \"bic_codes\": [\n                \"UKS\",\n                \"UKP\",\n                \"UK\"\n            ],\n            \"bisac_codes\": [\n                \"COM049000\",\n                \"COM067000\",\n                \"COM050000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-08-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05146\",\n            \"isbn\": 9781785885730,\n            \"title\": \"3D Printing Designs: Design an SD Card Holder\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM087020\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-04-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05149\",\n            \"isbn\": 9781785884320,\n            \"title\": \"3D Printing Designs: Fun and Functional Projects\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM012000\",\n                \"COM087020\",\n                \"COM007000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05145\",\n            \"isbn\": 9781785885174,\n            \"title\": \"3D Printing Designs: Octopus Pencil Holder\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM012000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-02-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B05148\",\n            \"isbn\": 9781785888892,\n            \"title\": \"3D Printing Designs: The Sun Puzzle\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joe Larson\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM087020\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-06-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18532\",\n            \"isbn\": 9781803246642,\n            \"title\": \"3D Printing with Fusion 360\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sualp Ozel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UYM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UYM\"\n            ],\n            \"bisac_codes\": [\n                \"COM072000\",\n                \"COM007000\",\n                \"COM012000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-12-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00023\",\n            \"isbn\": 9781782169888,\n            \"title\": \"3D Printing with RepRap Cookbook\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Richard Salinas\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-06-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00024\",\n            \"isbn\": 9781783284573,\n            \"title\": \"3D Printing with SketchUp\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Meir Gottesman\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-05-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18495\",\n            \"isbn\": 9781803237350,\n            \"title\": \"3D Printing with SketchUp\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Aaron Dietzen Aka 'the Sketchup Guy'\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UYM\",\n                \"TBG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UYM\",\n                \"TBG\"\n            ],\n            \"bisac_codes\": [\n                \"TEC006000\",\n                \"COM072000\",\n                \"COM007000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00025\",\n            \"isbn\": 9781849692366,\n            \"title\": \"3ds Max Speed Modeling for 3D Artists\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Thomas Mooney\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMK\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UMK\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM087020\",\n                \"COM087000\",\n                \"COM012040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-10-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12443\",\n            \"isbn\": 9781789801217,\n            \"title\": \"40 Algorithms Every Programmer Should Know\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Ahmad\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMB\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UMB\",\n                \"UMX\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051300\",\n                \"COM051360\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-12T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V16116\",\n            \"isbn\": 9781800208780,\n            \"title\": \"49 Charts in Tableau: Basic to Intermediate\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Pavan Lalwani\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051280\",\n                \"COM051010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18046\",\n            \"isbn\": 9781803247762,\n            \"title\": \"50 Algorithms Every Programmer Should Know\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Imran Ahmad\",\n                \"Somaieh Nikpoor\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQL\",\n                \"UMB\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYQL\",\n                \"UMB\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM042000\",\n                \"COM051300\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-09-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18561\",\n            \"isbn\": 9781803237039,\n            \"title\": \"50 Hours of Big Data, PySpark, AWS, Scala, and Scraping\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"AI Sciences\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UNF\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM021030\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-03-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19116\",\n            \"isbn\": 9781804611470,\n            \"title\": \"50 Kubernetes Concepts Every DevOps Engineer Should Know\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Levan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYF\",\n                \"ULJL\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UYF\",\n                \"ULL\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM046070\",\n                \"COM011000\",\n                \"COM051230\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-01-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17425\",\n            \"isbn\": 9781801079976,\n            \"title\": \"50 Projects in 50 Days - HTML, CSS, and JavaScript \",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\",\n                \"Florin Pop\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051270\",\n                \"COM051260\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-08-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14516\",\n            \"isbn\": 9781838822347,\n            \"title\": \"50 Shades of UX Design\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Jonah McLachlan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMW\",\n                \"UYZG\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMW\",\n                \"UYZG\"\n            ],\n            \"bisac_codes\": [\n                \"COM070000\",\n                \"COM060130\",\n                \"COM034000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12843\",\n            \"isbn\": 9781789804683,\n            \"title\": \"50 Things You've Been Doing Wrong in C# and .NET Core\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Onur Gumus\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMN\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UMN\",\n                \"UMX\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051210\",\n                \"COM051470\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-02-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17212\",\n            \"isbn\": 9781801075121,\n            \"title\": \"5G and Wireless Communication for Beginners\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Cerulean Canvas\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"UTW\",\n                \"TJKW\",\n                \"UT\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"UTW\",\n                \"TJKW\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM020090\",\n                \"COM020000\",\n                \"COM043000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V21917\",\n            \"isbn\": 9781835468814,\n            \"title\": \"70+ JavaScript Challenges - Data Structures and Algorithms\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Brad Traversy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMB\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM089000\",\n                \"COM051300\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-10-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14107\",\n            \"isbn\": 9781838646264,\n            \"title\": \"77-727 Microsoft Excel Certification - MOS Excel Core Exam\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dave Murphy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UL\",\n                \"UQ\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UL\",\n                \"UQ\"\n            ],\n            \"bisac_codes\": [\n                \"COM055000\",\n                \"COM000000\",\n                \"COM046000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14083\",\n            \"isbn\": 9781838648084,\n            \"title\": \"77-728 Complete Techniques for the MOS Excel Expert Exam\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dave Murphy\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UFC\",\n                \"UF\",\n                \"CBW\",\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UFC\",\n                \"UF\",\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM084000\",\n                \"COM054000\",\n                \"COM085000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-27T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V05943\",\n            \"isbn\": 9781787127074,\n            \"title\": \"A 15 Hour C# 6.0 Course ??? The Core Language\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tom Owsiak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051000\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2016-10-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V09505\",\n            \"isbn\": 9781788838832,\n            \"title\": \"A 17 Hour C# Course with Intro to SQL and C# 7.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Tom Owsiak\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM051310\",\n                \"COM051000\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2017-09-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15715\",\n            \"isbn\": 9781839212994,\n            \"title\": \"A Beginner's Guide to a Microservices Architecture\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Idan Gabrieli\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PSAX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PS\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM082000\",\n                \"COM006000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-11-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12515\",\n            \"isbn\": 9781789806168,\n            \"title\": \"A Beginner's Guide to Backend Development\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Devslopes LLC by Mark Price\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-09-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V18566\",\n            \"isbn\": 9781803241111,\n            \"title\": \"A Beginner's Guide to Creating iPhone Apps for iOS 15 Using Swift UI\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nick Walter\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UMS\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UMS\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051460\",\n                \"COM051010\",\n                \"COM060090\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-31T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13982\",\n            \"isbn\": 9781838649302,\n            \"title\": \"A Beginners Guide to Linux\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Eduonix Learning Solutions\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"ULJL\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"ULL\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM046070\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-18T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18326\",\n            \"isbn\": 9781803246574,\n            \"title\": \"A BIM Professional’s Guide to Learning Archicad\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Stefan Boeykens\",\n                \"Ruben Van de Walle\",\n                \"Dr. Arch. Eng. Pieter Pauwels\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM062000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-05-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18727\",\n            \"isbn\": 9781803248509,\n            \"title\": \"A Blueprint for Production-Ready Web Applications\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Dr. Philip Jones\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UDBR\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UDBR\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051360\",\n                \"COM060010\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17519\",\n            \"isbn\": 9781801816441,\n            \"title\": \"Accelerate Deep Learning Workloads with Amazon SageMaker\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vadim Dabravolski\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYQ\",\n                \"UFL\",\n                \"UYQL\"\n            ],\n            \"bic_codes\": [\n                \"UYQ\",\n                \"UFL\",\n                \"UYQL\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM042000\",\n                \"COM004000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12966\",\n            \"isbn\": 9781789959734,\n            \"title\": \"Accelerated ES6 Training\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maximilian Schwarzmüller\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060180\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-11-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17827\",\n            \"isbn\": 9781801813358,\n            \"title\": \"Accelerate DevOps with GitHub\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Kaufmann\",\n                \"Thomas Dohmke\",\n                \"Donovan Brown\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMZT\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UMZT\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051440\",\n                \"COM005030\",\n                \"COM051330\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-09-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V12967\",\n            \"isbn\": 9781789957709,\n            \"title\": \"Accelerated JavaScript Training\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maximilian Schwarzmüller\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060180\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-10-25T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B20959\",\n            \"isbn\": 9781805120100,\n            \"title\": \"Accelerate model training with PyTorch 2.0\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Maicon Melo Alves\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UYZM\",\n                \"GPF\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bic_codes\": [\n                \"UYZM\",\n                \"GPF\",\n                \"UYQN\",\n                \"UMX\"\n            ],\n            \"bisac_codes\": [\n                \"COM031000\",\n                \"COM051360\",\n                \"COM044000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-08T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16295\",\n            \"isbn\": 9781800205215,\n            \"title\": \"Accelerating Angular Development with Ivy\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Lars Gyrup Brink Nielsen\",\n                \"Jacob Andresen\",\n                \"Santosh Yadav\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UDBR\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UDBR\",\n                \"UMW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM060180\",\n                \"COM060010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-10-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17964\",\n            \"isbn\": 9781803248608,\n            \"title\": \"Accelerating DevSecOps on AWS\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Nikit Swaraj\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM053000\",\n                \"COM051440\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-04-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16983\",\n            \"isbn\": 9781801070911,\n            \"title\": \"Accelerating Nonprofit Impact with Salesforce\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Melissa Hill Dees\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UM\",\n                \"UYD\"\n            ],\n            \"bisac_codes\": [\n                \"COM051230\",\n                \"COM051240\",\n                \"COM005000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-04-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16496\",\n            \"isbn\": 9781800563582,\n            \"title\": \"Accelerating Server-Side Development with Fastify\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manuel Spigolon\",\n                \"Maksim Sinik\",\n                \"Matteo Collina\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UDBR\",\n                \"UD\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UDBR\",\n                \"UD\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM060180\",\n                \"COM060170\",\n                \"COM060010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-06-09T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16628\",\n            \"isbn\": 9781119514756,\n            \"title\": \"Access 2019 Bible\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Michael Alexander\"\n            ],\n            \"publisher\": \"Wiley\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNF\"\n            ],\n            \"bic_codes\": [\n                \"UNC\",\n                \"UN\",\n                \"UNF\"\n            ],\n            \"bisac_codes\": [\n                \"COM021000\",\n                \"COM021030\",\n                \"COM018000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-12-04T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19403\",\n            \"isbn\": 9781837633692,\n            \"title\": \"Achieving Digital Transformation Using Hybrid Cloud\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Vikas Grover\",\n                \"Ishu Verma\",\n                \"Praveen Rajagopalan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TD\"\n            ],\n            \"bic_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TD\"\n            ],\n            \"bisac_codes\": [\n                \"COM091000\",\n                \"TEC018000\",\n                \"TEC000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-07-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21763\",\n            \"isbn\": 9781835466926,\n            \"title\": \"A CISO Guide to Cyber Resilience \",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Debra Baker\",\n                \"Ray Rothrock\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UTN\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UTN\",\n                \"URY\",\n                \"GPJ\"\n            ],\n            \"bisac_codes\": [\n                \"COM043050\",\n                \"COM083000\",\n                \"COM032000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-05-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15174\",\n            \"isbn\": 9781838984083,\n            \"title\": \"A Complete Course on Linux Bash Shell Scripting with Real-Life Examples\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Afzal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"ULJL\",\n                \"UTE\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"ULL\",\n                \"UT\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM088000\",\n                \"COM046070\",\n                \"COM088010\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-05T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V15175\",\n            \"isbn\": 9781838984793,\n            \"title\": \"A Complete Course on Windows Server 2016 Administration\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Imran Afzal\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UTE\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UT\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM088000\",\n                \"COM046050\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-07-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V14156\",\n            \"isbn\": 9781838640484,\n            \"title\": \"A Complete CSS Flexbox Course and a Real World Website Project\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Aarthi Elumalai\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM051000\",\n                \"COM051270\",\n                \"COM060160\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13656\",\n            \"isbn\": 9781838559885,\n            \"title\": \"A Complete jQuery Course from Beginners to Advanced\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Laurence Lars Svekis\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\",\n                \"course\"\n            ],\n            \"thema_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bic_codes\": [\n                \"UMX\",\n                \"UBW\",\n                \"UMWS\"\n            ],\n            \"bisac_codes\": [\n                \"COM051260\",\n                \"COM060080\",\n                \"COM060180\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-01-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B15680\",\n            \"isbn\": 9781839211706,\n            \"title\": \"Actionable Gamification\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Yu-kai Chou\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UMK\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UMK\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM012040\",\n                \"COM000000\",\n                \"COM051000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-12-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17049\",\n            \"isbn\": 9781801079297,\n            \"title\": \"Actionable Insights with Amazon QuickSight\\t\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Manos Samatas\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UF\",\n                \"UYZF\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"KJT\",\n                \"UF\",\n                \"UYZF\"\n            ],\n            \"bisac_codes\": [\n                \"COM005030\",\n                \"COM084000\",\n                \"COM089000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-28T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00027\",\n            \"isbn\": 9781849693202,\n            \"title\": \"ActionScript Graphing Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Peter Backx\",\n                \"Dominic Gelineau\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UNA\",\n                \"UYZM\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM087020\",\n                \"COM062000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-11-21T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B12338\",\n            \"isbn\": 9781789806984,\n            \"title\": \"Active Directory Administration Cookbook\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Sander Berkouwer\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UR\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UR\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088020\",\n                \"COM053000\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-05-03T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17936\",\n            \"isbn\": 9781803242507,\n            \"title\": \"Active Directory Administration Cookbook\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Sander Berkouwer\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"ULD\",\n                \"UR\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"ULD\",\n                \"UR\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM088020\",\n                \"COM053000\",\n                \"COM046050\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00028\",\n            \"isbn\": 9781847193278,\n            \"title\": \"Active Directory Disaster Recovery\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Florian Rommel\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2008-06-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B03885\",\n            \"isbn\": 9781782175995,\n            \"title\": \"Active Directory with PowerShell\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"YELLAPRAGADA U PADMAVATHI\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"PleaseSelect\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2015-01-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V13974\",\n            \"isbn\": 9781838647087,\n            \"title\": \"Active Directory with Windows Server 2016\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Mike Meyers\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UM\",\n                \"UR\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM051000\",\n                \"COM053000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2019-02-26T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B21789\",\n            \"isbn\": 9781835464946,\n            \"title\": \"Active Machine Learning with Python\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Margaux Masson-Forsythe\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UY\",\n                \"UMX\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UY\",\n                \"UMX\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM014000\",\n                \"COM062000\",\n                \"COM051360\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-04-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18364\",\n            \"isbn\": 9781803239422,\n            \"title\": \"A Definitive Guide to Apache ShardingSphere\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Trista Pan\",\n                \"Zhang Liang\",\n                \"Yacine Si Tayeb\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PSAX\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UK\",\n                \"VSG\",\n                \"PS\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM082000\",\n                \"COM006000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-22T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00031\",\n            \"isbn\": 9781847197269,\n            \"title\": \"ADempiere 3.4 ERP Solutions\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Bayu Cahya Pamungkas\",\n                \"Redhaun Redhaun\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\"\n            ],\n            \"bic_codes\": [\n                \"UB\"\n            ],\n            \"bisac_codes\": [\n                \"COM032000\",\n                \"PleaseSelect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2009-12-11T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00032\",\n            \"isbn\": 9781849513388,\n            \"title\": \"ADempiere 3.6 Cookbook\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Redhaun Redhaun\",\n                \"Ajit Kumar\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2011-03-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19614\",\n            \"isbn\": 9781837630554,\n            \"title\": \"A Detailed Guide to the OWASP Top 10\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Alexander Oni \"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UR\",\n                \"URD\"\n            ],\n            \"bisac_codes\": [\n                \"COM053000\",\n                \"COM032000\",\n                \"COM060040\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-23T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18778\",\n            \"isbn\": 9781803234366,\n            \"title\": \"A Developer's Essential Guide to Docker Compose\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Emmanouil Gkatziouras\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UTR\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UFL\",\n                \"KJT\",\n                \"UTR\"\n            ],\n            \"bisac_codes\": [\n                \"COM005000\",\n                \"COM005030\",\n                \"COM048000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-10-07T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18968\",\n            \"isbn\": 9781804611715,\n            \"title\": \"A Developer's Guide to Building Resilient Cloud Applications with Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hamida Rebai Trabelsi\",\n                \"Lori Lalonde\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UM\",\n                \"UMP\"\n            ],\n            \"bic_codes\": [\n                \"UN\",\n                \"UKF\",\n                \"UM\",\n                \"UMP\"\n            ],\n            \"bisac_codes\": [\n                \"COM021050\",\n                \"COM051230\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18967\",\n            \"isbn\": 9781804614303,\n            \"title\": \"A Developer's Guide to Cloud Apps Using Microsoft Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hamida Rebai Trabelsi\",\n                \"Marc-Andre Laniel\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMP\",\n                \"UY\",\n                \"TJF\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMP\",\n                \"UY\",\n                \"TJF\"\n            ],\n            \"bisac_codes\": [\n                \"COM059000\",\n                \"COM051230\",\n                \"COM051380\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-17T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B19604\",\n            \"isbn\": 9781837633012,\n            \"title\": \"A Developer's Guide to .NET in Azure\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Anuraj Parameswaran\",\n                \"Tamir Al Balkhi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TJFM\"\n            ],\n            \"bic_codes\": [\n                \"UTC\",\n                \"TB\",\n                \"TJFM\"\n            ],\n            \"bisac_codes\": [\n                \"COM091000\",\n                \"TEC004000\",\n                \"TEC000000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-10-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00033\",\n            \"isbn\": 9781782177364,\n            \"title\": \"Administering ArcGIS for Server\",\n            \"edition\": 0,\n            \"contributors\": [\n                \"Hussein Nasser\"\n            ],\n            \"publisher\": \"\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [],\n            \"bic_codes\": [],\n            \"bisac_codes\": [\n                \"pleaseselect\",\n                \"pleaseselect\",\n                \"pleaseselect\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2014-01-24T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18782\",\n            \"isbn\": 9781803239200,\n            \"title\": \"Administering Windows Server Hybrid Core Infrastructure AZ-800 Exam Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Steve Miles\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UT\",\n                \"ULD\",\n                \"UTE\",\n                \"ULD\"\n            ],\n            \"bic_codes\": [\n                \"UT\",\n                \"ULD\",\n                \"UT\",\n                \"ULD\"\n            ],\n            \"bisac_codes\": [\n                \"COM046050\",\n                \"COM043000\",\n                \"COM088020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-12-16T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18074\",\n            \"isbn\": 9781803234809,\n            \"title\": \"Administrating Microsoft Dynamics 365 Business Central Online\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Andrey Baludin\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UFL\",\n                \"UYD\",\n                \"UM\"\n            ],\n            \"bic_codes\": [\n                \"UFL\",\n                \"UYD\",\n                \"UM\"\n            ],\n            \"bisac_codes\": [\n                \"COM051440\",\n                \"COM005000\",\n                \"COM051240\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-07-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00034\",\n            \"isbn\": 9781783283255,\n            \"title\": \"Administrating Solr\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Surendra Mohan\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UDBD\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UDBD\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060080\",\n                \"COM060160\",\n                \"COM060120\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2013-10-15T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18764\",\n            \"isbn\": 9781803248172,\n            \"title\": \"Adobe Acrobat Ninja\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Urszula Witherell\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UGD\",\n                \"UF\",\n                \"KJMK\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UGD\",\n                \"UF\",\n                \"KJMV3\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM022000\",\n                \"COM063000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-03-10T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11650\",\n            \"isbn\": 9781789531855,\n            \"title\": \"Adobe After Effects CC for Beginners: Learn After Effects CC\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Company: Life Progression Project\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UNA\",\n                \"UYZM\",\n                \"UF\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UNA\",\n                \"UYZM\",\n                \"UF\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM062000\",\n                \"COM084000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-06-19T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B17998\",\n            \"isbn\": 9781803232799,\n            \"title\": \"Adobe Animate 2022 for Creative Professionals\",\n            \"edition\": 2,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"book\"\n            ],\n            \"thema_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"AKLB\"\n            ],\n            \"bic_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"AKLB\"\n            ],\n            \"bisac_codes\": [\n                \"COM071000\",\n                \"COM087020\",\n                \"DES007040\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-01-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B00037\",\n            \"isbn\": 9781849693301,\n            \"title\": \"Adobe Edge Quickstart Guide\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UBW\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UMX\",\n                \"UBW\"\n            ],\n            \"bisac_codes\": [\n                \"COM034000\",\n                \"COM051270\",\n                \"COM060080\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2012-03-14T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V22067\",\n            \"isbn\": 9781835883143,\n            \"title\": \"Adobe Firefly – Start Building and Delivering in Under 30 Minutes\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Joseph Labrecque\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"AJT\"\n            ],\n            \"bic_codes\": [\n                \"AJG\"\n            ],\n            \"bisac_codes\": [\n                \"PHO018000\",\n                \"TJ805000\",\n                \"TK307000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-12-01T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16624\",\n            \"isbn\": 9781800569256,\n            \"title\": \"Adobe Illustrator for Creative Professionals\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Clint Balsar\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\",\n                \"book\"\n            ],\n            \"thema_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UGV\",\n                \"UGN\",\n                \"UG\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM071000\",\n                \"COM087020\",\n                \"COM087000\"\n            ],\n            \"early_access\": true,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2022-06-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B18227\",\n            \"isbn\": 9781803247441,\n            \"title\": \"Adobe InDesign Masterclass\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Mohammed Jogie\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UG\",\n                \"UG\",\n                \"UGP\"\n            ],\n            \"bic_codes\": [\n                \"UG\",\n                \"UG\",\n                \"UGP\"\n            ],\n            \"bisac_codes\": [\n                \"COM087030\",\n                \"COM087020\",\n                \"COM087000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"Pre-Sale\",\n            \"publication_date\": \"2024-08-02T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V11600\",\n            \"isbn\": 9781789532876,\n            \"title\": \"Adobe Premiere Pro CC: Learn Video Editing in Premiere Pro\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Company: Life Progression Project\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UB\",\n                \"UF\",\n                \"UG\"\n            ],\n            \"bic_codes\": [\n                \"UB\",\n                \"UF\",\n                \"UG\"\n            ],\n            \"bisac_codes\": [\n                \"COM000000\",\n                \"COM084000\",\n                \"COM087020\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2018-06-20T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V17927\",\n            \"isbn\": 9781803230979,\n            \"title\": \"Adobe XD for Web Design: Essential Principles for UI and UX\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Cristian Doru Barin\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bic_codes\": [\n                \"UBW\",\n                \"UMW\",\n                \"UD\"\n            ],\n            \"bisac_codes\": [\n                \"COM060130\",\n                \"COM060080\",\n                \"COM060150\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2021-07-29T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"B16409\",\n            \"isbn\": 9781800560567,\n            \"title\": \"Adopting .NET 5\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Hammad Arif\",\n                \"Habib Qureshi\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"ebook\",\n                \"print\"\n            ],\n            \"thema_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bic_codes\": [\n                \"UM\",\n                \"UMX\",\n                \"UMW\"\n            ],\n            \"bisac_codes\": [\n                \"COM060160\",\n                \"COM051230\",\n                \"COM051470\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2020-12-30T00:00:00.000000Z\"\n        },\n        {\n            \"product_id\": \"V19843\",\n            \"isbn\": 9781805128656,\n            \"title\": \"Advanced 3D Printing with Fusion 360 - Design Your Phone Case\",\n            \"edition\": 1,\n            \"contributors\": [\n                \"Larno Visser\"\n            ],\n            \"publisher\": \"Packt\",\n            \"formats\": [\n                \"video\"\n            ],\n            \"thema_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bic_codes\": [\n                \"UGC\",\n                \"UG\",\n                \"UNA\",\n                \"UYZM\"\n            ],\n            \"bisac_codes\": [\n                \"COM007000\",\n                \"COM012000\",\n                \"COM062000\"\n            ],\n            \"early_access\": false,\n            \"distribution_status\": \"On-Sale\",\n            \"publication_date\": \"2023-02-23T00:00:00.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"d5280ebf-3b8c-476d-9724-41de5912dc63"},{"name":"Product Details","id":"8b26b84f-55ca-43a9-bcb3-637f7f7ab41d","request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/<sku>","description":"<p>Endpoint: <code>/products/&lt;sku&gt;</code>  </p>\n<p>This endpoint is used to retrieve full details of a product based on the <code>sku</code> (ISBN or product ID). The endpoint requires a query parameter token for authentication. The response will provide detailed information about the product including its type, ID, distribution status, early access availability, ISBN, metadata, product information, formats, contributors, chapters, and files related to the product.</p>\n<h3 id=\"path-parameters\">Path Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path parameter</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sku</code></td>\n<td>Yes</td>\n<td>ISBN, or product ID, of the product.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Note: Please change the</strong> <strong><code>sku</code></strong> <strong>in the URL before running this endpoint.</strong></p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products","<sku>"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[{"id":"b3712244-2128-434b-9b19-6fc93fabaf4b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/9781801817325"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 09:43:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"8601677c2ed65492-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"599"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_id\": \"B18798\",\n    \"product_type\": \"book\",\n    \"distribution_status\": \"Pre-Sale\",\n    \"product_subtype\": \"normal\",\n    \"sync_source\": \"DB\",\n    \"early_access\": false,\n    \"sample_chapter\": 2,\n    \"language_exclusions\": null,\n    \"distribution_restrictions\": [],\n    \"isbn\": \"9781801817325\",\n    \"metadata\": {\n        \"category\": {\n            \"id\": \"38288ab3-8c23-a207-cccd-60794e77c848\",\n            \"name\": \"Business & Other\"\n        },\n        \"concept\": {\n            \"id\": \"26dbba98-a213-e834-41fc-60794ea532d9\",\n            \"name\": \"Enterprise Resource Planning\"\n        },\n        \"languages\": [],\n        \"tools\": [\n            {\n                \"is_primary\": true,\n                \"id\": \"f21702e0-1a31-e7ac-248c-60ab6a07f62d\",\n                \"name\": \"Power Platform\",\n                \"version\": \"\",\n                \"expertise\": \"INTERMEDIATE\"\n            }\n        ],\n        \"job_role\": [\n            {\n                \"id\": \"526ad017-66d0-a858-4fa7-60e3fcb57c65\",\n                \"name\": \"Power Users\"\n            }\n        ],\n        \"vendors\": [\n            {\n                \"is_primary\": true,\n                \"id\": \"b43d4079-4ae8-78d3-65b5-6080429f2058\",\n                \"name\": \"Microsoft\"\n            }\n        ],\n        \"edition\": {\n            \"edition\": \"1\",\n            \"previous_edition_id\": null,\n            \"latest_edition_id\": null,\n            \"latest_edition_number\": null,\n            \"later_edition_id\": null,\n            \"later_edition_number\": null\n        },\n        \"bic_code\": [\n            \"UFL\",\n            \"UM\",\n            \"UYD\"\n        ],\n        \"thema_code\": [\n            \"UFL\",\n            \"UM\",\n            \"UYD\"\n        ],\n        \"bisac_codes\": [\n            \"COM051230\",\n            \"COM051240\",\n            \"COM005000\"\n        ],\n        \"publication_date\": \"2026-01-16T00:00:00.000000Z\"\n    },\n    \"product_information\": {\n        \"title\": \"Power Platform Administration Guide\",\n        \"subtitle\": \"An expert's advice on deploying, managing, and maintaining enterprise-grade cloud applications at any scale\",\n        \"short_description\": \"The Power Platform Administration Guide addresses the most important topic in the enterprise space today: No Code/Low Code applications. Gone are the days of thousands of lines of code. Apps are now built by business users and citizen developers with point-and-click ease. If you want to know everything about Power Platform, this book is for you\",\n        \"description\": \"It used to be that if an organization wanted to build a business app or processor integration, you had to hire a team of developers or an outside firm to do it; and not just for the initial development either, you’d need a maintenance team for the entire lifetime of the app. Being able to afford custom enterprise apps was an exclusive club.\\nFortunately, we are entering a new age where none of it is true. With PowerApps, you can build a functional, useful mobile app in literally an hour. With PowerAutomate, you can get data from any system, process it, and send it to another system by just pointing and clicking. Portals give you a scalable web app solution, integrated with your business data out of the box. All of it runs seamlessly in the cloud, non-stop, on a global scale.\\nThis book is about what makes it all possible: The Power Platform. You will learn what it is made of and how to configure each component, how to make sure your apps run smoothly, and deep dive into how the platform is deployed with industry-specific examples, based on real-world implementations.\\nThe Power Platforms offers a plethora of opportunities for makers, citizen developers, and professional developers. With the skills acquired from this book, you can be the one who makes those opportunities become reality.\",\n        \"meta_description\": \"The definitive guide to mastering Power Platform through practical skills and real-world business cases\",\n        \"publisher\": \"Packt\",\n        \"publishing_dept\": \"Explorer\",\n        \"what_you_will_learn\": \"Learn about what Power Platform is and what it comprises\\nCreate, configure, and manage environments\\nDeploy according to the needs of your organization\\nUse analytics to track down misbehaving apps\\nGo beyond the out-of-the-box, extend the Power Platform\\nBuild enterprise-grade architectures based on real-world experience\",\n        \"audience\": \"Whether you’re a Power Platform Administrator, Business Apps Architect or Power Apps Maker, this book will provide you with valuable insights into the world of enterprise Power Platform applications. It will help you understand how different components are deployed, managed, and maintained at any scale with practical examples for various industries.\",\n        \"approach\": \"The book combines analysis of real-world scenarios where Power Platform is used with the hands-on skills required to build these scenarios. Readers will be guided through the decision-making processes required to determine the components needed when deploying a Power Platform. Each component will be explained from technical and functional points of view, as well as their role in the larger system.\",\n        \"key_features\": \"Learn about the capabilities of the Power Platform * Discover the many ways to shape Power Platform to your needs * Leverage the power of the cloud to deploy enterprise apps\",\n        \"github_repo\": \"\",\n        \"imprint\": null,\n        \"keywords\": \"Power platform, Administrator, Power automate, Microsoft dynamics 365, solution architect, power platform administration guide, Business Apps Architect, Power Apps Maker\"\n    },\n    \"formats\": [\n        {\n            \"ebook\": {\n                \"isbn_13\": \"9781801812474\",\n                \"isbn_10\": \"1801812470\",\n                \"no_of_pages\": null,\n                \"duration\": 0,\n                \"price\": {\n                    \"AUD\": 44.99,\n                    \"BGN\": 55.99,\n                    \"BRL\": 178.99,\n                    \"CAD\": 40.99,\n                    \"CHF\": 29.99,\n                    \"CNY\": 203.99,\n                    \"CZK\": 700.99,\n                    \"DKK\": 209.99,\n                    \"EUR\": 23.99,\n                    \"GBP\": 23.99,\n                    \"HKD\": 249.99,\n                    \"HRK\": 211.99,\n                    \"HUF\": 10385.99,\n                    \"INR\": 2382.99,\n                    \"KRW\": 38034.99,\n                    \"MXN\": 656.99,\n                    \"NOK\": 281.99,\n                    \"NZD\": 46.99,\n                    \"PHP\": 1632.99,\n                    \"PLN\": 129.99,\n                    \"RON\": 139.99,\n                    \"RUB\": 2392.99,\n                    \"SEK\": 289.99,\n                    \"SGD\": 43.99,\n                    \"TWD\": 886.99,\n                    \"USD\": 31.99,\n                    \"YEN\": 3682.99,\n                    \"ZAR\": 509.99\n                }\n            },\n            \"print\": {\n                \"isbn_13\": \"9781801817325\",\n                \"isbn_10\": \"1801817324\",\n                \"is_hardback\": \"false\",\n                \"cover_finish\": \"gloss\",\n                \"print_bleed\": \"false\",\n                \"color_print\": \"false\",\n                \"color_pages\": 0,\n                \"width\": \"7.5\",\n                \"height\": \"9.25\",\n                \"thickness\": null,\n                \"weight\": null,\n                \"book_length\": 361,\n                \"narration_style\": null,\n                \"no_of_pages\": null,\n                \"duration\": 0,\n                \"printing_type\": \"Standard\",\n                \"price\": {\n                    \"AUD\": 55.99,\n                    \"BGN\": 68.99,\n                    \"BRL\": 222.99,\n                    \"CAD\": 50.99,\n                    \"CHF\": 36.99,\n                    \"CNY\": 254.99,\n                    \"CZK\": 875.99,\n                    \"DKK\": 261.99,\n                    \"EUR\": 29.99,\n                    \"GBP\": 29.99,\n                    \"HKD\": 311.99,\n                    \"HRK\": 264.99,\n                    \"HUF\": 12981.99,\n                    \"INR\": 2978.99,\n                    \"KRW\": 47543.99,\n                    \"MXN\": 820.99,\n                    \"NOK\": 352.99,\n                    \"NZD\": 58.99,\n                    \"PHP\": 2040.99,\n                    \"PLN\": 161.99,\n                    \"RON\": 173.99,\n                    \"RUB\": 2990.99,\n                    \"SEK\": 361.99,\n                    \"SGD\": 53.99,\n                    \"TWD\": 1108.99,\n                    \"USD\": 39.99,\n                    \"YEN\": 4603.99,\n                    \"ZAR\": 637.99\n                }\n            }\n        }\n    ],\n    \"contributors\": [\n        {\n            \"contact_id\": \"2e5d09bd-5b79-d275-8f74-6255223bcc73\",\n            \"contributor_type\": \"Primary Author\",\n            \"lastname\": \"Fainberg\",\n            \"firstname\": \"Ilya\",\n            \"description\": \"Ilya Fainberg started out as an enterprise applications developer 20 years ago and focused primarily on ERP, CRM, and industrial automation systems. He worked with many different technologies until finally finding Microsoft Dynamics CRM 3.0 and later, the Power Platform. Since then, Ilya implemented solutions in 40 countries for anything from local companies to global organizations, from banking and insurance to football clubs and naval exploration. He is an avid traveler, pilot, sailor, coder, builder, and, most importantly, a lifelong technology enthusiast\",\n            \"profile_url\": \"https://www.packtpub.com/authors/ilya-fainberg\",\n            \"linkedin_url\": \"https://www.linkedin.com/in/ifainb/\"\n        }\n    ],\n    \"chapters\": [\n        {\n            \"chapter_number\": 1,\n            \"chapter_name\": \"What Power Platform is made of\"\n        },\n        {\n            \"chapter_number\": 2,\n            \"chapter_name\": \"Power Platform Licensing Overview\"\n        },\n        {\n            \"chapter_number\": 3,\n            \"chapter_name\": \"Creating Environments and Users\"\n        },\n        {\n            \"chapter_number\": 4,\n            \"chapter_name\": \"Setting up Dataverse and Dynamics 365 Apps\"\n        },\n        {\n            \"chapter_number\": 5,\n            \"chapter_name\": \"Setting up PowerApps Canvas Apps, PowerApps Portals and Power Automate\"\n        },\n        {\n            \"chapter_number\": 6,\n            \"chapter_name\": \"The Hybrid Cloud - Get the data you need, wherever it is\"\n        },\n        {\n            \"chapter_number\": 7,\n            \"chapter_name\": \"Understanding the needs of your organization\"\n        },\n        {\n            \"chapter_number\": 8,\n            \"chapter_name\": \"Securing Your Business Data\"\n        },\n        {\n            \"chapter_number\": 9,\n            \"chapter_name\": \"Managing access for administrators and users\"\n        },\n        {\n            \"chapter_number\": 10,\n            \"chapter_name\": \"Power Platform Monitoring and Analytics \"\n        },\n        {\n            \"chapter_number\": 11,\n            \"chapter_name\": \"Email Integration in Power Platform\"\n        },\n        {\n            \"chapter_number\": 12,\n            \"chapter_name\": \"Custom connectors - When 600 connectors are not enough\"\n        },\n        {\n            \"chapter_number\": 13,\n            \"chapter_name\": \"Advanced and automated management with PowerShel\"\n        },\n        {\n            \"chapter_number\": 14,\n            \"chapter_name\": \"Deploying Power Platform to serve millions of external users\"\n        },\n        {\n            \"chapter_number\": 15,\n            \"chapter_name\": \"Managing Access Levels for Your Business Dat\"\n        },\n        {\n            \"chapter_number\": 16,\n            \"chapter_name\": \"Highly secure architecture for financial services and government\"\n        },\n        {\n            \"chapter_number\": 17,\n            \"chapter_name\": \" Dealing with licensing limitations, low-cost architecture\"\n        },\n        {\n            \"chapter_number\": 18,\n            \"chapter_name\": \" Taking your organization to the cloud with FastTrack\"\n        }\n    ],\n    \"files\": [\n        {\n            \"file_size\": 252913,\n            \"date_added\": \"18-08-2022 12:38:45\",\n            \"distribution_type\": \"cover_image\",\n            \"type\": \"jpg\",\n            \"file_name\": \"cover_image.jpg\",\n            \"channel\": [\n                \"bfb6948b-8809-0181-9096-62751b99ee29\"\n            ],\n            \"original_file_name\": \"cover_image.jpg\",\n            \"public_file\": true\n        },\n        {\n            \"file_size\": 21369,\n            \"date_added\": \"09-01-2024 09:25:48\",\n            \"distribution_type\": \"cover_image_small\",\n            \"type\": \"jpg\",\n            \"original_file_name\": \"\",\n            \"file_name\": \"cover_image_small.jpg\",\n            \"channel\": [],\n            \"public_file\": true\n        },\n        {\n            \"file_size\": 134741,\n            \"date_added\": \"09-01-2024 09:25:48\",\n            \"distribution_type\": \"cover_image_large\",\n            \"type\": \"jpg\",\n            \"original_file_name\": \"\",\n            \"file_name\": \"cover_image_large.jpg\",\n            \"channel\": [],\n            \"public_file\": true\n        },\n        {\n            \"file_size\": 11127,\n            \"date_added\": \"09-01-2024 09:25:48\",\n            \"distribution_type\": \"onix21-ebook\",\n            \"type\": \"xml\",\n            \"original_file_name\": \"\",\n            \"file_name\": \"onix21-ebook.xml\",\n            \"channel\": [],\n            \"public_file\": false\n        },\n        {\n            \"file_size\": 11313,\n            \"date_added\": \"09-01-2024 09:25:48\",\n            \"distribution_type\": \"onix3-ebook\",\n            \"type\": \"xml\",\n            \"original_file_name\": \"\",\n            \"file_name\": \"onix3-ebook.xml\",\n            \"channel\": [],\n            \"public_file\": false\n        },\n        {\n            \"file_size\": 11351,\n            \"date_added\": \"09-01-2024 09:25:48\",\n            \"distribution_type\": \"onix21-print\",\n            \"type\": \"xml\",\n            \"original_file_name\": \"\",\n            \"file_name\": \"onix21-print.xml\",\n            \"channel\": [],\n            \"public_file\": false\n        },\n        {\n            \"file_size\": 11223,\n            \"date_added\": \"09-01-2024 09:25:48\",\n            \"distribution_type\": \"onix3-print\",\n            \"type\": \"xml\",\n            \"original_file_name\": \"\",\n            \"file_name\": \"onix3-print.xml\",\n            \"channel\": [],\n            \"public_file\": false\n        }\n    ]\n}"},{"id":"276434b9-cabd-44fe-9ab9-443e7d106518","name":"404 - Not found Response","originalRequest":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/9781801817326"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Mar 2024 09:45:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"86016a185e595492-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-ratelimit-limit","value":"600"},{"key":"x-ratelimit-remaining","value":"598"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Sorry, SKU was not found.\"\n}"}],"_postman_id":"8b26b84f-55ca-43a9-bcb3-637f7f7ab41d"}],"id":"87688b1f-4d03-4995-b7eb-22e1f8a8216d","description":"<p>The <code>/products</code> contains two different REST endpoints.</p>\n<h2 id=\"products-listing\">Products Listing</h2>\n<p><code>/products</code></p>\n<p>The Products endpoint is designed to provide a list of products distributed to the Channel Partner. This endpoint requires a token parameter in the query string or header, which is essential for retrieving the product information. The endpoint returns details such as the product type, product ID, distribution status, early access availability, ISBN, metadata, product information, formats and contributors related to the products.</p>\n<h2 id=\"product-details\">Product Details</h2>\n<p><code>/products/</code></p>\n<p>This endpoint is used to retrieve details of a product based on the SKU (ISBN or product ID). The endpoint requires a query parameter token for authentication. The response will provide detailed information about the product including its type, ID, distribution status, early access availability, ISBN, metadata, product information, formats, contributors, chapters, and files related to the product.</p>\n","_postman_id":"87688b1f-4d03-4995-b7eb-22e1f8a8216d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}}},{"name":"Content","item":[{"name":"Download the Cover Image","id":"144db8fd-7bbb-4ab6-b850-c357e7a14cd9","protocolProfileBehavior":{"disableBodyPruning":true,"disableUrlEncoding":false},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/9781835080443/cover_image","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products","9781835080443","cover_image"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[{"id":"4ba0752d-6124-4645-ba68-bf9f4c51579e","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"distribution_type","value":"","description":"distribution type of the file you want to download, you will find it from Product Details endpoint.","type":"text"},{"key":"filename","value":"","description":"(Optional) Filename of the file if we have multiple files uploaded for a single distribution type.","type":"text"}],"url":"https://api.packt.com/api/v2/products/9781835080443/cover_image"},"status":"Found","code":302,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 14 Mar 2024 11:29:11 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Location","value":"https://private.cdn.packt.com/live/B21370/1709281367/cover_image.jpg?Expires=1710416051&Signature=y0j87wiBl9-WmuKt6VJcS-Sxvrbfk65elmP3U3mB8F3ZhkblyKdDAhWuh9HxGeB1-CKaYjVbJdVwSW292HnYbcvy9kl5qGYZy5w06YJSRjF0IMAkU1nOn2Dp~jbzK6yd16G7vD35YcpJXx2J5F1cA-iv0AyaTwdoKOzYXdMRZb5htlH9RRUa1IxstOFw8reo~ByT9Y6rxf4dCl56nRHBVqrdQWiajTCxaMzW5Q38uU~mH4nNBCZH2TTsm084Lz72cNdOO8fZ6Sv-t~h5S-IsIfW7F3XqbyL68MpaqhXeO0SAqmCuUZ8eygk2JKOBXJ-pWh~Y02MCoN9AzCS2BTMizQ__&Key-Pair-Id=K28KANAXWJXP4J"},{"key":"CF-Ray","value":"8643ecae7d3454b3-DEL"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta http-equiv=\"refresh\" content=\"0;url='https://private.cdn.packt.com/live/B21370/1709281367/cover_image.jpg?Expires=1710416051&amp;Signature=y0j87wiBl9-WmuKt6VJcS-Sxvh9HxGeB1-CKaYjVbJdVwSW292HnYbcvy9kl5qGYZy5w06YJSRjF0IMAkU1nOn2Dp~jbzK6yd16G7vD35YcpJXx2J5F1cA-iv0AyaTwdoKOzYXdMRZb5htlH9RRUa1IxstOFw8reo~ByT9Y6rxf4dCl56nRHBVqrdQWiajTCxaMzW5Q38uU~mH4nNBCZH2TTsm084Lz72cNdOO8fZ6Sv-t~h5S-IsIfW7F3XqbyL68MpaqhXeO0SAqmCuUZ8eygk2JKOBXJ-pWh~Y02MCoN9AzCS2BTMizQ__&amp;Key-Pair-Id=K28KANAXWJXP4J'\" />\n        <title>Redirecting to https://private.cdn.packt.com/live/B21370/1709281367/cover_image.jpg?Expires=1710416051&amp;Signature=y0j87wiBl9-WmuKt6VJcS-Sxvrbfk65elmP3U3mB8F3ZhkblyKdDAhWuh9HxGeB1-CKaYjVbJdVwSW292HnYbcvy9kl5qGYZy5w06YJSRjF0IMAkU1nOn2Dp~jbzK6yd16G7vD35YcpJXx2J5F1cA-iv0AyaTwdoKOzYXdMRZb5htlH9RRUa1IxstOFw8reo~ByT9Y6rxf4dCl56nRHBVqrdQWiajTCxaMzW5Q38uU~mH4nNBCZH2TTsm084Lz72cNdOO8fZ6Sv-t~h5S-IsIfW7F3XqbyL68MpaqhXeO0SAqmCuUZ8eygk2JKOBXJ-pWh~Y02MCoN9AzCS2BTMizQ__&amp;Key-Pair-Id=K28KANAXWJXP4J</title>\n    </head>\n    <body>\nRedirecting to \n        <a href=\"https://private.cdn.packt.com/live/B21370/1709281367/cover_image.jpg?Expires=1710416051&amp;Signature=y0j87wiBl9-WmuKt6VJcS-Sxvrbfk65elmP3U3mB8F3ZhkblyKdDAhWuh9HxGeB1-CKaYjVbJdVwSW292HnYbcvy9kl5qGYZy5w06YJSRjF0IMAkU1nOn2Dp~jbzK6yd16G7vD35YcpJXx2J5F1cA-iv0AyaTwdoKOzYXdMRZb5htlH9RRUa1IxstOFw8reo~ByT9Y6rxf4dCl56nRHBVqrdQWiajTCxaMzW5Q38uU~mH4nNBCZH2TTsm084Lz72cNdOO8fZ6Sv-t~h5S-IsIfW7F3XqbyL68MpaqhXeO0SAqmCuUZ8eygk2JKOBXJ-pWh~Y02MCoN9AzCS2BTMizQ__&amp;Key-Pair-Id=K28KANAXWJXP4J\">https://private.cdn.packt.com/live/B21370/1709281367/cover_image.jpg?Expires=1710416051&amp;Signature=y0j87wiBl9-WmuKt6VJcS-Sxvrbfk65elmP3U3mB8F3ZhkblyKdDAhWuh9HxGeB1-CKaYjVbJdVwSW292HnYbcvy9kl5qGYZy5w06YJSRjF0IMAkU1nOn2Dp~jbzK6yd16G7vD35YcpJXx2J5F1cA-iv0AyaTwdoKOzYXdMRZb5htlH9RRUa1IxstOFw8reo~ByT9Y6rxf4dCl56nRHBVqrdQWiajTCxaMzW5Q38uU~mH4nNBCZH2TTsm084Lz72cNdOO8fZ6Sv-t~h5S-IsIfW7F3XqbyL68MpaqhXeO0SAqmCuUZ8eygk2JKOBXJ-pWh~Y02MCoN9AzCS2BTMizQ__&amp;Key-Pair-Id=K28KANAXWJXP4J</a>.\n    </body>\n</html>"}],"_postman_id":"144db8fd-7bbb-4ab6-b850-c357e7a14cd9"},{"name":"Download the Cover Image (Small)","id":"da8dbb02-ce07-4926-ae0d-6c9bab67d759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/9781835080443/cover_image_small","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products","9781835080443","cover_image_small"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"da8dbb02-ce07-4926-ae0d-6c9bab67d759"},{"name":"Download the Cover Image (Large)","id":"834f49f0-c4a7-4a4b-b8a3-b22b92a98f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/9781835080443/cover_image_large","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products","9781835080443","cover_image_large"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"834f49f0-c4a7-4a4b-b8a3-b22b92a98f44"},{"name":"Download the PDF","id":"b20118c3-d12f-4801-9dbf-b7d16d3f6cd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/9781835080443/ebook","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products","9781835080443","ebook"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b20118c3-d12f-4801-9dbf-b7d16d3f6cd5"},{"name":"Download the Video Zip","id":"592684b3-14ce-4f74-afde-4419c26deeb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/9781835886007/video_zip","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products","9781835886007","video_zip"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"592684b3-14ce-4f74-afde-4419c26deeb3"},{"name":"Download the Video (Specific Chapter)","id":"6d68e394-dff7-48c5-9e71-8307dc534a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/9781835886007/video/video1_1.mp4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products","9781835886007","video","video1_1.mp4"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d68e394-dff7-48c5-9e71-8307dc534a2b"},{"name":"Download the Video (Stitch Single)","id":"36bca945-4455-4db7-9f86-f97ba9740e9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/9781835886007/stitch_single_mp4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products","9781835886007","stitch_single_mp4"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"36bca945-4455-4db7-9f86-f97ba9740e9c"},{"name":"Download the SCORM","id":"4a9922cf-e5e3-4ce9-9ddd-5a002784fa27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.packt.com/api/v2/products/9781835886007/scorm","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products","9781835886007","scorm"],"host":["api","packt","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a9922cf-e5e3-4ce9-9ddd-5a002784fa27"}],"id":"046bdb98-0851-4b55-ae99-01648c63244e","description":"<h2 id=\"content-endpoint\">Content endpoint</h2>\n<p>Endpoint: <code>/products///</code></p>\n<p>This endpoint allows users to retrieve the content of a product by providing the product SKU, distribution type, and optionally the filename of the file if multiple files are uploaded for a single distribution type. The content can be of various types such as image, audio, video, etc.</p>\n<blockquote>\n<p><strong>Note:</strong> Please disable the <code>Automatically follow redirects</code> in your Postman settings, otherwise the Content endpoint will start downloading the files into Postman and might crash. </p>\n</blockquote>\n<h3 id=\"path-parameters\">Path Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path parameter</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sku</code></td>\n<td>Yes</td>\n<td>ISBN, or product ID, of the product.</td>\n</tr>\n<tr>\n<td><code>distribution_type</code></td>\n<td>Yes</td>\n<td>Type of the distribution. You will find the accepted <code>distribution_type</code> values from Product Details endpoint response or refer the List of Distribution Types table below.</td>\n</tr>\n<tr>\n<td><code>filename</code></td>\n<td>No - Depends on the <code>distribution_type</code></td>\n<td>Filename of the file if we have multiple files uploaded for a single distribution type.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"list-of-distribution-types-we-support\">List of Distribution Types we support:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Distribution Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>print_cover_pdf</td>\n<td>Print Cover in PDF format</td>\n</tr>\n<tr>\n<td>cover_image</td>\n<td>Cover of the title</td>\n</tr>\n<tr>\n<td>cover_image_large</td>\n<td>High Resolution Cover of the title</td>\n</tr>\n<tr>\n<td>cover_image_small</td>\n<td>Low Resolution Cover of the title</td>\n</tr>\n<tr>\n<td>cover_image_660x336</td>\n<td>Cover with dimensions 660x336</td>\n</tr>\n<tr>\n<td>epub</td>\n<td>EPUB file</td>\n</tr>\n<tr>\n<td>print</td>\n<td>Printer file in PDF format</td>\n</tr>\n<tr>\n<td>ebook</td>\n<td>Ebook</td>\n</tr>\n<tr>\n<td>video</td>\n<td>Individual video in MP4 format</td>\n</tr>\n<tr>\n<td>video_zip</td>\n<td>All video MP4s in a single folder with ZIP format</td>\n</tr>\n<tr>\n<td>scorm</td>\n<td>SCORM File</td>\n</tr>\n<tr>\n<td>scorm_2004_3e</td>\n<td>SCORM 2004 3rd edition file</td>\n</tr>\n<tr>\n<td>scorm_2004_4e</td>\n<td>SCORM 2004 4th edition file</td>\n</tr>\n<tr>\n<td>code_bundle</td>\n<td>Code Files if available</td>\n</tr>\n<tr>\n<td>onix21-ebook</td>\n<td>Ebook ONIX 2.1</td>\n</tr>\n<tr>\n<td>onix21-print</td>\n<td>Print Onix 2.1</td>\n</tr>\n<tr>\n<td>onix21-video</td>\n<td>Video Onix 2.1</td>\n</tr>\n<tr>\n<td>onix21-audiobook</td>\n<td>Audiobook Onix 2.1</td>\n</tr>\n<tr>\n<td>onix21-course</td>\n<td>Course Onix 2.1 (Course is a title format)</td>\n</tr>\n<tr>\n<td>onix3-ebook</td>\n<td>Ebook ONIX 3.0</td>\n</tr>\n<tr>\n<td>onix3-print</td>\n<td>Print Onix 3.0</td>\n</tr>\n<tr>\n<td>onix3-video</td>\n<td>Video Onix 3.0</td>\n</tr>\n<tr>\n<td>onix3-audiobook</td>\n<td>Audiobook Onix 3.0</td>\n</tr>\n<tr>\n<td>onix3-course</td>\n<td>Course Onix 3.0 (Course is a title format)</td>\n</tr>\n<tr>\n<td>video_xml</td>\n<td>Video Details in XML format</td>\n</tr>\n<tr>\n<td>caption_file_srt</td>\n<td>Transcripts in SRT format</td>\n</tr>\n<tr>\n<td>caption_file_dfxp</td>\n<td>Transcripts in DFXP format</td>\n</tr>\n<tr>\n<td>audiobook_mp3</td>\n<td>Individual Audio Files in MP3 format</td>\n</tr>\n<tr>\n<td>audiobook_zip</td>\n<td>All audio MP3s in a single folder with ZIP format</td>\n</tr>\n<tr>\n<td>caption_zip</td>\n<td>Transcripts in ZIP format</td>\n</tr>\n<tr>\n<td>spanish_transcript_zip</td>\n<td>Spanish transcripts in ZIP format</td>\n</tr>\n<tr>\n<td>korean_transcript_zip</td>\n<td>Korean transcripts in ZIP format</td>\n</tr>\n<tr>\n<td>simplified_chinese_transcript_zip</td>\n<td>Chinese transcripts in ZIP format</td>\n</tr>\n<tr>\n<td>japanese_transcript_zip</td>\n<td>Japanese transcripts in ZIP format</td>\n</tr>\n<tr>\n<td>audiobook_retail_sample</td>\n<td>Audiobook retail sample in MP3 format</td>\n</tr>\n<tr>\n<td>audiobook_opening_credits_and_preface</td>\n<td>Audiobook opening credits and preface in MP3 format</td>\n</tr>\n<tr>\n<td>audiobook_closing_credits</td>\n<td>Audiobook closing credits in MP3 format</td>\n</tr>\n<tr>\n<td>audiobook_book_cover</td>\n<td>Audiobook cover</td>\n</tr>\n<tr>\n<td>audiobook_supplementary_guide</td>\n<td>Audiobook supplementary guide in PDF format</td>\n</tr>\n<tr>\n<td>audiobook_content_chapter</td>\n<td>Individual Audiobook Chapters in MP3 format</td>\n</tr>\n<tr>\n<td>contributors</td>\n<td>Audiobook Contributor MP3s</td>\n</tr>\n<tr>\n<td>appendix</td>\n<td>Audiobook Appendix MP3s</td>\n</tr>\n<tr>\n<td>assessments</td>\n<td>Audiobook Assessments</td>\n</tr>\n<tr>\n<td>discord</td>\n<td>Audiobook Discord MP3s</td>\n</tr>\n<tr>\n<td>mobi</td>\n<td>Mobi format (not available for all book products)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"046bdb98-0851-4b55-ae99-01648c63244e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]},"isInherited":true,"source":{"_postman_id":"d1520ec0-1004-4d7f-9d93-21a358249856","id":"d1520ec0-1004-4d7f-9d93-21a358249856","name":"Packt API Documentation (v2)","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Your API Token"}]}},"event":[{"listen":"prerequest","script":{"id":"9e306ad9-ef92-481c-ad80-d48a8f4c50fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bcdfff9d-96e8-40a4-b53a-763d5ab7c858","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":"Your API Token","type":"string"}]}