diff --git a/src/pages/ai-kit/available-features.md b/src/pages/ai-kit/available-features.md
new file mode 100644
index 000000000..05435ce77
--- /dev/null
+++ b/src/pages/ai-kit/available-features.md
@@ -0,0 +1,9 @@
+# Available features
+
+Explore the available AI Kit features and their accompanying visual walkthroughs. Use the GIF, MP4, or PDF resources to review the end-to-end user experience before implementation.
+
+| Feature | Release date | Formats |
+| --- | --- | --- |
+| Flexible Discounts for Three-Year Commit customers | June 26, 2026 | [GIF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/flexible-discounts/reference-files/visuals/3YC%20Discount%20Walkthrough.gif) · [MP4](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/flexible-discounts/reference-files/visuals/3YC%20Discount%20Walkthrough.mp4) · [PDF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/flexible-discounts/reference-files/visuals/3YC%20Discount%20Walkthrough.pdf) |
+| Anytime Upgrade | August 5, 2026 | [GIF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/anytimeUpgrade/reference-files/visuals/Anytime-Upgrade-Walkthrough.gif) · [MP4](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/anytimeUpgrade/reference-files/visuals/Anytime-Upgrade-Walkthrough.mp4) · [PDF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/anytimeUpgrade/reference-files/visuals/Anytime-Upgrade-Walkthrough.pdf) |
+| Early Renewal | August 5, 2026 | [GIF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/early-renewal/reference-files/visuals/Early-Renewal-Walkthrough.gif) · [MP4](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/early-renewal/reference-files/visuals/Early-Renewal-Walkthrough.mp4) · [PDF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/early-renewal/reference-files/visuals/Early-Renewal-Walkthrough.pdf) |
diff --git a/src/pages/ai-kit/defining-features-workflow.svg b/src/pages/ai-kit/defining-features-workflow.svg
new file mode 100644
index 000000000..c384f27a3
--- /dev/null
+++ b/src/pages/ai-kit/defining-features-workflow.svg
@@ -0,0 +1,77 @@
+
diff --git a/src/pages/ai-kit/index.md b/src/pages/ai-kit/index.md
new file mode 100644
index 000000000..c95ea7c59
--- /dev/null
+++ b/src/pages/ai-kit/index.md
@@ -0,0 +1,44 @@
+# Adobe Commerce Partnerships AI Kit
+
+Build VIP Marketplace integrations faster through an AI-assisted, self-service development workflow.
+
+### 👉 [AI Kit Git Repository](https://github.com/adobe/adobe-commerce-partnerships-ai-kit)
+
+The Adobe Commerce Partnerships AI Kit provides a structured, AI-assisted development experience for building integrations with Adobe Commerce Partner APIs. It includes reusable feature specifications and AI-powered workflows that help partners accelerate development and validate integrations locally.
+
+The AI Kit supports integration development for Adobe VIP Marketplace.
+
+## How the AI Kit works
+
+Whether your team is technical or non-technical, the AI Kit provides multiple entry points. You can visualize a feature without writing code, test it using Adobe's reference application, or implement it directly in your own codebase:
+
+
+
+**Not sure where to start?** If your goal is to understand or demonstrate a feature, begin with Visualize. No setup is required. If you need working code in your own project, continue through Build.
+
+## The pieces, and how they fit
+
+| Component | Description |
+| --- | --- |
+| **Experience Card** | A lightweight Markdown specification that captures a feature's business goals, requirements, and expected behavior. Every workflow begins with an Experience Card. |
+| **Skill** | A reusable, purpose-built command invoked through a slash command, such as `/implement-feature`, that instructs an AI agent to perform a specific task, including generating designs, scaffolding code, or validating a build. |
+| **Service Card** | A generated description of your codebase's patterns, contracts, and conventions. Skills use Service Cards to ensure generated code aligns with your project's implementation standards. |
+| **Low-Level Design (LLD)** | A generated implementation plan that provides the detailed design for a feature based on an API specification or Experience Card. The LLD is typically reviewed before code generation begins. |
+
+## Defining features and generating code
+
+
+
+## Business value
+
+The AI Kit transforms a traditional design-and-development process into a guided, repeatable workflow that:
+
+- Accelerates partner onboarding and integration development.
+- Enables teams to work independently without waiting for Adobe engineering support.
+- Provides a scalable, consistent self-service experience.
+- Helps partners build and deploy integrations faster.
+
+Read more about:
+
+- [Quick start guide](./quick-start.md)
+- [Available features](./available-features.md)
diff --git a/src/pages/ai-kit/overview-workflow.svg b/src/pages/ai-kit/overview-workflow.svg
new file mode 100644
index 000000000..91fc92984
--- /dev/null
+++ b/src/pages/ai-kit/overview-workflow.svg
@@ -0,0 +1,74 @@
+
diff --git a/src/pages/ai-kit/quick-start.md b/src/pages/ai-kit/quick-start.md
new file mode 100644
index 000000000..e083f87ee
--- /dev/null
+++ b/src/pages/ai-kit/quick-start.md
@@ -0,0 +1,211 @@
+# Quick start guide
+
+This guide shows you how to implement VIP Marketplace features using AI-assisted code generation. You can start with a visual overview of the user journey, explore a sample implementation in Adobe's reference application, or follow the complete workflow to generate code for your project. For a deeper understanding of the toolkit's architecture and workflow, review the [overview](./index.md) before you start.
+
+## Before you begin
+
+The Visualize track requires only an AI agent, so no additional setup is necessary. The prerequisites in this section apply only to the hands-on Try and Build tracks.
+
+You will need the following:
+
+- Node.js and npm
+- Git
+- An AI coding agent that supports slash-command skills (for example, Claude Code, ChatGPT, Gemini, or GitHub Copilot)
+- VIP Marketplace credentials for your `.env` file. See [configuration](https://github.com/adobe/adobe-commerce-partnerships-ref-app#configuration) for where to obtain these.
+- Both repositories cloned side by side:
+ - [adobe-commerce-partnerships-ai-kit](https://github.com/adobe/adobe-commerce-partnerships-ai-kit)
+ - [adobe-commerce-partnerships-ref-app](https://github.com/adobe/adobe-commerce-partnerships-ref-app) (`develop` branch)
+
+**Directory layout:**
+
+Use the following directory structure:
+
+```text
+~/Documents/
+ adobe-commerce-partnerships-ai-kit/ ← this repo
+ adobe-commerce-partnerships-ref-app/ ← develop branch
+```
+
+## Visualize the experience before implementing
+
+To preview the user experience before writing code, provide an Experience Card to your AI agent and ask it to generate a mock reference application.
+
+**For example:**
+
+Using the attached Experience Card for the `` feature, build a working reference app that simulates the end-to-end user journey. Follow its workflows, business rules, and interactions, making reasonable assumptions where details are missing.
+
+**Example Experience Card:** `feature-specs/flexible-discounts/experience-card/flexible-discounts.md`
+
+Most AI agents, including Claude, ChatGPT, Gemini, and GitHub Copilot, can generate this experience. No modifications to your project are required.
+
+## Try it out on adobe-commerce-partnerships-ref-app
+
+Use this hands-on exercise to explore what the toolkit can do. This workflow uses Adobe's reference LLD and service cards to generate a feature implementation in `adobe-commerce-partnerships-ref-app`, Adobe's reference VIP Marketplace partner app, using a single skill command. See [Before you begin](#before-you-begin) for prerequisites and directory layout.
+
+### Step 1: Clone and install
+
+```bash
+git clone git@github.com:adobe/adobe-commerce-partnerships-ai-kit.git
+git clone -b develop git@github.com:adobe/adobe-commerce-partnerships-ref-app.git
+cd adobe-commerce-partnerships-ref-app && npm install && cp .env.sample .env
+```
+
+Fill in your VIP Marketplace credentials in `.env`. See [configuration](https://github.com/adobe/adobe-commerce-partnerships-ref-app#configuration) for details.
+
+### Step 2: Open your AI coding agent in the kit directory
+
+```bash
+cd ../adobe-commerce-partnerships-ai-kit
+```
+
+Open your AI coding agent from this directory. Skills are invoked as slash commands (for example, `/implement-feature`).
+
+**Using Claude Code?** See [Setting Up Claude Code](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/manual/setup/claude-code.md) to wire the kit before running skills.
+
+### Step 3: Run the feature skill
+
+```bash
+/implement-feature ../adobe-commerce-partnerships-ref-app --use-reference-files
+```
+
+Example:
+
+```bash
+/implement-feature flexible-discounts ../adobe-commerce-partnerships-ref-app --use-reference-files
+```
+
+The `--use-reference-files` flag tells the skill to load the pre-approved LLD and service cards from `feature-specs//reference-files/` in this repo instead of generating them.
+
+### Step 4: Verify the feature
+
+```bash
+/verify-feature ../adobe-commerce-partnerships-ref-app --use-reference-files
+```
+
+Example:
+
+```bash
+/verify-feature flexible-discounts ../adobe-commerce-partnerships-ref-app --use-reference-files
+```
+
+The skill audits every generated file against the LLD specification, checks application wiring, and runs the project's type check. When static checks pass, the skill starts the dev server automatically at [http://localhost:9000](http://localhost:9000) and presents a browser checklist. Review each item and report any failures.
+
+## Run the full workflow
+
+This section describes the complete, multi-step workflow for integrating a VIP Marketplace feature into a codebase of your choice, whether Adobe's reference app, adobe-commerce-partnerships-ref-app, or your project. Follow these steps to generate service cards, produce LLDs from Adobe's feature specs, and implement the integration code. See [Before you begin](#before-you-begin) for prerequisites and directory layout.
+
+### Step 1: Open your AI coding agent in the kit directory
+
+Run all AI Kit skills from the `adobe-commerce-partnerships-ai-kit/` working directory. Open your AI coding agent here.
+
+**Using Claude Code?** See [Setting Up Claude Code](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/manual/setup/claude-code.md).
+
+### Step 2: Generate backend service card
+
+Run once per project. Re-run after a major refactor.
+
+```bash
+/generate-backend-service-card
+```
+
+Example:
+
+```bash
+/generate-backend-service-card ../adobe-commerce-partnerships-ref-app
+```
+
+Scans your backend codebase and generates a set of service cards that capture its patterns, contracts, and conventions. The output is written to `/docs/ai-kit/service-cards/backend/`.
+
+### Step 3: Generate UI service card
+
+Run once per project. Re-run after a major refactor.
+
+```bash
+/generate-ui-service-card
+```
+
+Example:
+
+```bash
+/generate-ui-service-card ../adobe-commerce-partnerships-ref-app
+```
+
+Scans your frontend codebase and generates a set of service cards covering component patterns, state management, the data layer, and routing conventions. Written to `/docs/ai-kit/service-cards/ui/`.
+
+### Step 4: Apply API spec → backend LLD
+
+```bash
+/apply-api-spec
+```
+
+Example:
+
+```bash
+/apply-api-spec ../adobe-commerce-partnerships-ref-app feature-specs/flexible-discounts/APISpec/flexible-discounts-apispec.md
+```
+
+Reads the API spec and your backend service cards, then produces a Low-Level Design for all backend changes needed. Written to `/docs/ai-kit/LLD/backend/`.
+
+Review the LLD before continuing. This is the most efficient stage at which to identify and address design issues.
+
+### Step 5: Apply experience card → UI LLD
+
+```bash
+/apply-experience-card
+```
+
+| Argument | Required | Description |
+| --- | --- | --- |
+| `featureSpecPath` | Yes | Path to the experience card file |
+| `targetRepoPath` | Yes | Absolute path to the target UI repo |
+| `backendLLDPath` | No | Path to the backend LLD. Pass `none` if the feature makes no new backend calls. |
+
+Example:
+
+```bash
+/apply-experience-card \
+ feature-specs/flexible-discounts/experience-card/flexible-discounts.md \
+ ../adobe-commerce-partnerships-ref-app \
+ ../adobe-commerce-partnerships-ref-app/docs/ai-kit/LLD/backend/flexible-discounts-lld.md
+```
+
+Reads the experience card, the approved backend LLD, and your UI service cards, then generates a UI Low-Level Design covering components, data-fetching units, state management, and navigation. Written to `/docs/ai-kit/LLD/ui/`.
+
+**Review the LLD before continuing.**
+
+### Step 6: Implement the feature
+
+```bash
+/implement-feature [--mode=both|backend|ui] [--use-reference-files]
+```
+
+| Argument | Required | Description |
+| --- | --- | --- |
+| `featureName` | Yes | Kebab-case feature name (e.g. `flexible-discounts`) |
+| `targetRepoPath` | Yes | Absolute path to the target repo |
+| `--mode` | No | `--mode=both` (default): backend + UI. `--mode=backend`: backend only. `--mode=ui`: UI only. |
+| `--use-reference-files` | No | Load pre-approved LLD and service cards from this kit repo instead of the target repo. |
+
+Example:
+
+```bash
+/implement-feature flexible-discounts ../adobe-commerce-partnerships-ref-app
+```
+
+Reads both approved LLDs and your service cards, then generates the feature implementation for the backend, including models, controllers, routes, and constants, and for the UI, including hooks, components, pages, and CSS modules. Runs a type-check at the end and auto-fixes any errors in the generated files before reporting done.
+
+### Step 7: Verify the feature
+
+```bash
+/verify-feature [--mode=both|backend|ui] [--use-reference-files]
+```
+
+Example:
+
+```bash
+/verify-feature flexible-discounts ../adobe-commerce-partnerships-ref-app
+```
+
+Audits every generated file against the LLD specification, checks integration between the UI and backend, runs the project's type-check command, and verifies that the implementation covers of the experience card acceptance criteria.
+
+When the static checks are complete, the skill starts the dev server, if it is not already running, and presents a structured browser checklist derived from the experience card, with one checklist item for each user-facing interaction. Go through each item in the browser and reply with any that fail. The skill produces a final pass/partial/fail report with specific fix guidance for any gaps found.
diff --git a/src/pages/config.md b/src/pages/config.md
index 281bf9957..f66ddf4c1 100644
--- a/src/pages/config.md
+++ b/src/pages/config.md
@@ -9,7 +9,7 @@
- [API Use Cases](/docs/index.md)
- [The Bridge](bridge/index.md)
- [Sandbox User Guide](sandbox/index.md)
- - [AI Kit](https://github.com/adobe/adobe-commerce-partnerships-ai-kit)
+ - [AI Kit](/ai-kit/index.md)
- subPages:
- [Introduction](/docs/index.md)
@@ -140,3 +140,7 @@
- [Other API tools](sandbox/sandbox-portal/other-apis/index.md)
- [Error codes](sandbox/error-codes.md)
- [Sandbox support](sandbox/sandbox-support.md)
+ - [AI Kit](/ai-kit/index.md)
+ - [Overview](/ai-kit/index.md)
+ - [Quick start guide](/ai-kit/quick-start.md)
+ - [Available features](/ai-kit/available-features.md)
diff --git a/src/pages/docs/recommendations/apis.md b/src/pages/docs/recommendations/apis.md
index 9e48fd200..56019ca86 100644
--- a/src/pages/docs/recommendations/apis.md
+++ b/src/pages/docs/recommendations/apis.md
@@ -186,15 +186,6 @@ The following response header, added to all responses, provides data to help und
"reasonCode": "units_yoy_growth",
"description": "Year-over-year growth in DC seat units",
"value": "12.0" },
- {
- "reasonCode": "deployment_rate",
- "description": "Percentage of DC seats deployed", "value": "85.0"
- },
- {
- "reasonCode": "auto_renewal_flag",
- "description": "Auto-renewal status for DC",
- "value": "Day0-Yes"
- },
],
"additionalDetails": {}
}
@@ -245,7 +236,7 @@ The following response header, added to all responses, provides data to help und
| items | Array of Items | List of products and quantities in the opportunity. |
| offerId | String | Offer identifier (Part Number) for the opportunity item. |
| quantity | Integer | Number of units of the product in the opportunity. |
-| propensity | Object | Container for the agent-driven behavioral propensity signals. Each signal type is exposed as a named key whose value is an array of predictions. For more information, see [Propensity Intelligence](./index.md#propensity-intelligence). |
+| propensity | Object | Container for the AI model-driven behavioral propensity signals. Each signal type is exposed as an array of predictions. For more information, see [Propensity Intelligence](./index.md#propensity-intelligence). |
#### **Propensity Object**
@@ -260,15 +251,16 @@ The following response header, added to all responses, provides data to help und
|---|---|---|
| category | String | Scope of this prediction. Possible values are: `creativeCloud`, `documentCloud`, or `allOfferings`. Only the entries relevant to the customer are included. When the underlying model does not provide a product-family breakdown, a single entry with `allOfferings` is returned. |
| probability | String | Mapped propensity rating. Possible values are: `HIGH`, `MEDIUM`, or `LOW`. |
-| refreshDate | String (UTC ISO-8601) | Date when the propensity score was last refreshed, expressed as start-of-day UTC (for example, `2026-06-02T00:00:00Z`). |
+| refreshDate | String (UTC ISO-8601) | Date when the propensity score was last refreshed, expressed as start-of-day UTC (for example, `2026-06-02T00:00:00Z`). Refresh frequency varies by model type, with `churn` data typically refreshed monthly and `seatExpansion` data typically refreshed weekly. |
| reasons | Array of Reason | List of signals that contributed to the rating, ordered by relevance. May be an empty array if no reasons are available. |
-| additionalDetails | Object | Model-specific fields for this prediction. Returns an empty object `{}` when none apply. For example, `predictedAddonSize` (Integer) is included for `seatExpansion` to indicate the predicted number of additional seats the customer is likely to purchase. |
+| additionalDetails | Object | Model-specific fields for this prediction. Returns an empty object `{}` when none apply. |
+| additionalDetails.predictedAddonSize | Integer | Indicates the predicted number of additional seats the customer is likely to purchase. |
**Reason Array** - Applies to each entry in `reasons` array of `propensity`
| **Parameter** | **Type** | **Description** |
|---|---|---|
-| reasonCode | String | A partner-friendly identifier for the reason signal. Reason codes indicate the primary drivers of the signal. However, a customer with a high churn risk may still have reason codes that appear healthy because other predictive factors are not exposed. This behaviour is expected and should not be cause for concern. |
+| reasonCode | String | A partner-friendly identifier for the reason signal. Reason codes indicate the primary drivers of the signal. However, a customer with a high churn risk may still have reason codes that appear healthy because some predictive factors are not exposed. This behavior is expected and is not a cause for concern. |
| description | String | Human-readable description of the reason signal. |
| value | String | Current value of the signal for the customer (for example, `"190"` for assigned seats). |
diff --git a/src/pages/docs/recommendations/index.md b/src/pages/docs/recommendations/index.md
index 2a4094cc2..a0be6034c 100644
--- a/src/pages/docs/recommendations/index.md
+++ b/src/pages/docs/recommendations/index.md
@@ -116,7 +116,12 @@ The `reasons` array may contain fewer than seven entries, or be empty. The array
### Refresh date
-Each propensity object includes a `refreshDate` field in UTC ISO-8601 format, indicating when the underlying model last scored the customer. Each model type may refresh on a different cadence, typically weekly.
+Each propensity object includes a `refreshDate` field in UTC ISO-8601 format that indicates when the customer was last scored by the underlying model. Refresh frequency varies by model type:
+
+- `churn` data is typically refreshed monthly
+- `seatExpansion` data is typically refreshed weekly
+
+**Note:** Refreshes may occasionally occur earlier than expected due to model updates or data corrections. This is expected and does not indicate an error.
### Availability and error handling
@@ -133,8 +138,7 @@ In all cases, `productRecommendations` and `overlayRecommendations` remain unaff
- Use `churn.probability: HIGH` to trigger proactive retention workflows such as early renewal outreach or customer success engagement.
- Use `seatExpansion.probability: HIGH` along with `predictedAddonSize` to prioritize expansion conversations with appropriate sizing context.
-- The `reasons` array provides transparency into what signals drive the rating. Use this information to tailor messaging, for example, by highlighting low deployment ratios to a customer with high churn risk.
-- Propensity ratings and reasons are advisory signals, not guarantees of customer behavior.
+- The `reasons` array provides transparency into what signals drive the rating. Reason codes indicate the primary drivers of the signal. However, a customer with a high churn risk may still have reason codes that appear healthy because some predictive factors are not exposed. This behavior is expected and is not a cause for concern.
## Overlay recommendations
diff --git a/src/pages/docs/renewals/manual-renewals.md b/src/pages/docs/renewals/manual-renewals.md
index 18be3fbc6..1e2795697 100644
--- a/src/pages/docs/renewals/manual-renewals.md
+++ b/src/pages/docs/renewals/manual-renewals.md
@@ -39,6 +39,7 @@ Early renewal allows partners to renew subscriptions before the AD and introduce
- The first early renewal can include either existing products or new products.
- One Order can contain either existing products upto existing current quantities or a combination of new products with additional seats of existing products beyond current quantity.
- New seat addition in an early renewal order for existing products (subsequent orders) can only be executed after early renewing all the existing quantities of that product.
+- After the first successful Early Renewal, only RENEWAL orders are allowed until the Renewal Date, which is essentially when the current term ends. The Anniversary Date is updated during the initial Early Renewal, and any additional orders during the current renewal cycle must also follow the Early Renewal flow. If a restricted order type is submitted during this period, error code 3131 is returned.
- EOL SKUs can be early renewed only for 3YC customers.
- EOS SKUs cannot be early renewed.
diff --git a/src/pages/sandbox/sandbox-portal/monitor-sandbox-health/banner.md b/src/pages/sandbox/sandbox-portal/monitor-sandbox-health/banner.md
index e0da67536..4a02e040d 100644
--- a/src/pages/sandbox/sandbox-portal/monitor-sandbox-health/banner.md
+++ b/src/pages/sandbox/sandbox-portal/monitor-sandbox-health/banner.md
@@ -38,8 +38,6 @@ Examples:

-![alt text]()
-
The banner uses one of the following severity levels:
diff --git a/src/pages/technical-assets/index.md b/src/pages/technical-assets/index.md
index 2612c9a5a..15b0983ff 100644
--- a/src/pages/technical-assets/index.md
+++ b/src/pages/technical-assets/index.md
@@ -25,7 +25,7 @@ description: Includes documentation, sample price list and reconciliation files,
| For | Go to |
|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Commerce Partner API collection | [Adobe Commerce Partner API V3.postman_collection](https://raw.githubusercontent.com/AdobeDocs/VIPMP/refs/heads/main/static/documents/postman-environment-files/Adobe%20Commerce%20Partner%20API%20V3.postman_collection.json) |
+| Commerce Partner API collection | [Adobe Commerce Partner API V6 Postman Collection](../../../static/Adobe%20Commerce%20Partner%20API%20V6.postman_collection.json) |
| Test distributor environment file | [Anonymous Test Distributor.postman_environment](https://raw.githubusercontent.com/AdobeDocs/VIPMP/refs/heads/main/static/documents/postman-environment-files/Anonymous%20Test%20Distributor.postman_environment.json) |
### Sample VIP MP emails sent by Adobe
diff --git a/static/Adobe Commerce Partner API V6.postman_collection.json b/static/Adobe Commerce Partner API V6.postman_collection.json
new file mode 100644
index 000000000..1ade5f586
--- /dev/null
+++ b/static/Adobe Commerce Partner API V6.postman_collection.json
@@ -0,0 +1,2229 @@
+{
+ "info": {
+ "_postman_id": "51b2cc40-9e26-45a3-b44a-3b0666133970",
+ "name": "Adobe Commerce Partner API V6",
+ "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
+ "_exporter_id": "5129868"
+ },
+ "item": [
+ {
+ "name": "Initialization",
+ "item": [
+ {
+ "name": "OAuth",
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/x-www-form-urlencoded"
+ }
+ ],
+ "body": {
+ "mode": "urlencoded",
+ "urlencoded": [
+ {
+ "key": "grant_type",
+ "value": "client_credentials",
+ "type": "text"
+ },
+ {
+ "key": "client_id",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "client_secret",
+ "value": "{{CLIENT_SECRET}}",
+ "type": "text"
+ },
+ {
+ "key": "scope",
+ "value": "openid,AdobeID,read_organizations",
+ "type": "text"
+ }
+ ]
+ },
+ "url": {
+ "raw": "{{IMS}}/ims/token/v2",
+ "host": [
+ "{{IMS}}"
+ ],
+ "path": [
+ "ims",
+ "token",
+ "v2"
+ ]
+ }
+ },
+ "response": []
+ }
+ ],
+ "event": [
+ {
+ "listen": "prerequest",
+ "script": {
+ "type": "text/javascript",
+ "exec": [
+ ""
+ ]
+ }
+ },
+ {
+ "listen": "test",
+ "script": {
+ "type": "text/javascript",
+ "exec": [
+ ""
+ ]
+ }
+ }
+ ]
+ },
+ {
+ "name": "Reseller Management",
+ "item": [
+ {
+ "name": "Create Reseller Account",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "if (jsonData.hasOwnProperty(\"resellerId\")) {",
+ " pm.environment.set(\"resellerId\", jsonData[\"resellerId\"]);",
+ "}"
+ ],
+ "type": "text/javascript"
+ }
+ },
+ {
+ "listen": "prerequest",
+ "script": {
+ "exec": [
+ "var uuid = require('uuid');",
+ "pm.environment.set(\"externalReferenceId\", uuid.v4().substring(0,35));"
+ ],
+ "type": "text/javascript"
+ }
+ }
+ ],
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "x-correlation-id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\r\n \"distributorId\": \"{{distributorId}}\",\r\n \"externalReferenceId\": \"{{externalReferenceId}}\",\r\n \"companyProfile\": {\r\n \"companyName\": \"Reseller Name {{externalReferenceId}}\",\r\n \"preferredLanguage\": \"en-US\",\r\n \"address\": {\r\n \"country\": \"GB\",\r\n \"region\": \"00\",\r\n \"city\": \"Madrid\",\r\n \"addressLine1\": \"RONDA DE LA COMUNICACION\",\r\n \"addressLine2\": \"\",\r\n \"postalCode\": \"SW1A 1AA\",\r\n \"phoneNumber\": \"\"\r\n },\r\n \"contacts\": [\r\n {\r\n \"firstName\": \"test firstname\",\r\n \"lastName\": \"test lastname\",\r\n \"email\": \"testname@adobe.com\",\r\n \"phoneNumber\": \"20-7323-8195\"\r\n }\r\n ]\r\n }\r\n}"
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/resellers",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "resellers"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Get Reseller",
+ "event": [
+ {
+ "listen": "prerequest",
+ "script": {
+ "exec": [
+ ""
+ ],
+ "type": "text/javascript"
+ }
+ }
+ ],
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/resellers/{{resellerId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "resellers",
+ "{{resellerId}}"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Update Reseller",
+ "request": {
+ "method": "PATCH",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "12345",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"companyProfile\": {\n \"companyName\": \"Reseller Name ce01fd3b-4e84-4df7-805e-a1993380b1b\",\n \"preferredLanguage\": \"en-US\",\n \"address\": {\n \"country\": \"GB\",\n \"region\": \"00\",\n \"city\": \"Madrid\",\n \"addressLine1\": \"RONDA DE LA COMUNICACION\",\n \"addressLine2\": \"\",\n \"postalCode\": \"SW1A 1AA\",\n \"phoneNumber\": \"\"\n },\n \"contacts\": [\n {\n \"firstName\": \"Kevin\",\n \"lastName\": \"Gregor\",\n \"email\": \"testname@adobe.com\",\n \"phoneNumber\": \"39 041 2708311\"\n }\n ]\n }\n}"
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/resellers/{{resellerId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "resellers",
+ "{{resellerId}}"
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "Customer Management",
+ "item": [
+ {
+ "name": "Create Customer Account",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "if (jsonData.hasOwnProperty(\"customerId\")) {",
+ " pm.environment.set(\"customerId\", jsonData[\"customerId\"]);",
+ "}"
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ },
+ {
+ "listen": "prerequest",
+ "script": {
+ "exec": [
+ "var uuid = require('uuid');",
+ "pm.environment.set(\"externalReferenceId\", uuid.v4().substring(0,35));"
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ }
+ ],
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"externalReferenceId\": \"{{externalReferenceId}}\",\n \"resellerId\": \"{{resellerId}}\",\n \"globalSalesEnabled\": true,\n \"companyProfile\": {\n \"companyName\": \"Test Customer {{externalReferenceId}}\",\n \"preferredLanguage\": \"es-ES\",\n \"address\": {\n \"country\": \"GB\",\n \"region\": \"00\",\n \"city\": \"Madrid\",\n \"addressLine1\": \"RONDA DE LA COMUNICACION\",\n \"addressLine2\": \"\",\n \"postalCode\": \"SW1A 1AA\",\n \"phoneNumber\": \"\"\n },\n \"contacts\": [\n {\n \"firstName\": \"first_name\",\n \"lastName\": \"last_name\",\n \"email\": \"firstnamelastnameabc123@test.com\",\n \"phoneNumber\": \"20-7323-8195\"\n }\n ]\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Get Customer Account",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Update Customer Account",
+ "request": {
+ "method": "PATCH",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"companyProfile\": {\n \"companyName\": \"Test Customer\",\n \"preferredLanguage\": \"es-LA\",\n \"address\": {\n \"country\": \"GB\",\n \"region\": \"00\",\n \"city\": \"Madrid\",\n \"addressLine1\": \"RONDA DE LA COMUNICACION\",\n \"addressLine2\": \"\",\n \"postalCode\": \"SW1A 1AA\",\n \"phoneNumber\": \"\"\n },\n \"contacts\": [\n {\n \"firstName\": \"first_name\",\n \"lastName\": \"last_name\",\n \"email\": \"firstnamelastnameabc123@test.com\",\n \"phoneNumber\": \"20-7323-8195\"\n }\n ]\n }\n}"
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}"
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "Deployment Management",
+ "item": [
+ {
+ "name": "Create Deployment",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "if (jsonData.hasOwnProperty(\"deploymentId\")) {",
+ " pm.environment.set(\"deploymentId\", jsonData[\"deploymentId\"]);",
+ "}"
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ }
+ ],
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"companyProfile\": {\n \"address\": {\n \"country\": \"JP\",\n \"region\": \"14\",\n \"city\": \"Yokohama\",\n \"addressLine1\": \"Maitacho, Minami Ward\",\n \"addressLine2\": \"\",\n \"postalCode\": \"232-0043\",\n \"phoneNumber\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/deployments",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "deployments"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Create Deployment Copy",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "if (jsonData.hasOwnProperty(\"deploymentId\")) {",
+ " pm.environment.set(\"deploymentId\", jsonData[\"deploymentId\"]);",
+ "}"
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ }
+ ],
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"companyProfile\": {\n \"address\": {\n \"country\": \"JP\",\n \"region\": \"14\",\n \"city\": \"Yokohama\",\n \"addressLine1\": \"Maitacho, Minami Ward\",\n \"addressLine2\": \"\",\n \"postalCode\": \"232-0043\",\n \"phoneNumber\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/deployments",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "deployments"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Update Deployment",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "if (jsonData.hasOwnProperty(\"deployToId\")) {",
+ " pm.environment.set(\"deployToId\", jsonData[\"deployToId\"]);",
+ "}"
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ }
+ ],
+ "request": {
+ "method": "PATCH",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"companyProfile\": {\n \"address\": {\n \"country\": \"JP\",\n \"region\": \"14\",\n \"city\": \"Yokohama\",\n \"addressLine1\": \"107 Godocho, Hodogaya Ward\",\n \"addressLine2\": \"\",\n \"postalCode\": \"240-0005\",\n \"phoneNumber\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/deployments/{{deploymentId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "deployments",
+ "{{deploymentId}}"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "GET Deployment",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/deployments/{{deploymentId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "deployments",
+ "{{deploymentId}}"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "GET Deployments for Customer",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/deployments",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "deployments"
+ ],
+ "query": [
+ {
+ "key": "limit",
+ "value": "10",
+ "disabled": true
+ },
+ {
+ "key": "offset",
+ "value": "1",
+ "disabled": true
+ },
+ {
+ "key": "status",
+ "value": "1000",
+ "disabled": true
+ }
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "Order Management V3",
+ "item": [
+ {
+ "name": "Order Preview",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ ""
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ },
+ {
+ "listen": "prerequest",
+ "script": {
+ "exec": [
+ "var uuid = require('uuid');",
+ "pm.environment.set(\"externalReferenceId\", uuid.v4().substring(0,35));"
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ }
+ ],
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "x-gw-ims-client-id",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "x-gw-ims-authorization",
+ "value": "{{ACCESS_TOKEN}}",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\r\n\t\"externalReferenceId\" : \"{{externalReferenceId}}\",\r\n \"orderType\" : \"PREVIEW\",\r\n\t\"currencyCode\" : \"USD\",\r\n\t\"lineItems\" : [\r\n\t\t{\r\n\t\t\t\"extLineItemNumber\" : 1,\r\n\t\t\t\"offerId\" : \"65304479CA03A12\",\r\n\t\t\t\"quantity\" : 20\r\n //,\"flexDiscountCodes\": [\"Q2_SALE_35\"]\r\n\t\t}\r\n\t]\r\n}"
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/orders",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "orders"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Create NEW Order",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "if (jsonData.hasOwnProperty(\"orderId\")) {",
+ " pm.environment.set(\"orderId\", jsonData[\"orderId\"]);",
+ "}",
+ "",
+ "for (var i in jsonData.lineItems) {",
+ " var item = jsonData.lineItems[i];",
+ " if (item.hasOwnProperty(\"subscriptionId\")) {",
+ " pm.environment.set(\"subscriptionId\", item[\"subscriptionId\"]);",
+ " }",
+ "}"
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ },
+ {
+ "listen": "prerequest",
+ "script": {
+ "exec": [
+ "var uuid = require('uuid');",
+ "pm.environment.set(\"externalReferenceId\", uuid.v4().substring(0,35));"
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ }
+ ],
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "x-gw-ims-client-id",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "x-gw-ims-authorization",
+ "value": "{{ACCESS_TOKEN}}",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\r\n\t\"externalReferenceId\" : \"{{externalReferenceId}}\",\r\n \"orderType\" : \"NEW\",\r\n\t\"currencyCode\" : \"GBP\",\r\n\t\"lineItems\" : [\r\n\t\t{\r\n\t\t\t\"extLineItemNumber\" : 1,\r\n\t\t\t\"offerId\" : \"65322517CA01A12\",\r\n\t\t\t\"quantity\" : 20\r\n //,\"flexDiscountCodes\": [\"Q2_SALE_35\"]\r\n\t\t}\r\n\t]\r\n}"
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/orders",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "orders"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Create RETURN Order",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ ""
+ ],
+ "type": "text/javascript"
+ }
+ },
+ {
+ "listen": "prerequest",
+ "script": {
+ "exec": [
+ "var uuid = require('uuid');",
+ "pm.environment.set(\"externalReferenceId\", uuid.v4().substring(0,35));"
+ ],
+ "type": "text/javascript"
+ }
+ }
+ ],
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\r\n \"externalReferenceId\": \"{{externalReferenceId}}\",\r\n \"referenceOrderId\": \"{{orderId}}\",\r\n \"orderType\": \"RETURN\",\r\n \"currencyCode\": \"USD\",\r\n \"lineItems\": [\r\n {\r\n \"extLineItemNumber\": 1,\r\n \"offerId\": \"65304479CA02A12\",\r\n \"quantity\": 20\r\n }\r\n ]\r\n}"
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/orders",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "orders"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Get Order Details",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "for (var i in jsonData.lineItems) {",
+ " var item = jsonData.lineItems[i];",
+ " if (item.hasOwnProperty(\"subscriptionId\")) {",
+ " pm.environment.set(\"subscriptionId\", item[\"subscriptionId\"]);",
+ " }",
+ "}"
+ ],
+ "type": "text/javascript"
+ }
+ }
+ ],
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "x-gw-ims-client-id",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "x-gw-ims-authorization",
+ "value": "{{ACCESS_TOKEN}}",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/orders/{{orderId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "orders",
+ "{{orderId}}"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Get Orders for Customer",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/orders?offset=0&limit=25&order-type=NEW&offer-id=65304479CA01A12&status=1000&start-date=2022-01-01T03:43:07Z&end-date=2022-01-31&reference-order-id=D9200008262",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "orders"
+ ],
+ "query": [
+ {
+ "key": "offset",
+ "value": "0"
+ },
+ {
+ "key": "limit",
+ "value": "25"
+ },
+ {
+ "key": "order-type",
+ "value": "NEW"
+ },
+ {
+ "key": "offer-id",
+ "value": "65304479CA01A12"
+ },
+ {
+ "key": "status",
+ "value": "1000"
+ },
+ {
+ "key": "start-date",
+ "value": "2022-01-01T03:43:07Z"
+ },
+ {
+ "key": "end-date",
+ "value": "2022-01-31"
+ },
+ {
+ "key": "reference-order-id",
+ "value": "D9200008262"
+ }
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "Subscription Management",
+ "item": [
+ {
+ "name": "Get Subscription Details",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/subscriptions/{{subscriptionId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "subscriptions",
+ "{{subscriptionId}}"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Get Subscriptions for Customer",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "x-gw-ims-client-id",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/subscriptions",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "subscriptions"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Update Subscription Auto-Renewal",
+ "request": {
+ "method": "PATCH",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n\t\"autoRenewal\" :{\n\t\t\"enabled\" : true,\n\t\t\"renewalQuantity\" : null\n\t}\n}"
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/subscriptions/{{subscriptionId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "subscriptions",
+ "{{subscriptionId}}"
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "Transfers",
+ "item": [
+ {
+ "name": "Preview Offers",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/memberships/:membershipId/offers",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "memberships",
+ ":membershipId",
+ "offers"
+ ],
+ "variable": [
+ {
+ "key": "membershipId",
+ "value": "233451"
+ }
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Transfer Subscriptions",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "if (jsonData.hasOwnProperty(\"transferId\")) {",
+ " pm.environment.set(\"transferId\", jsonData[\"transferId\"]);",
+ "}",
+ "if (jsonData.hasOwnProperty(\"customerId\")) {",
+ " pm.environment.set(\"customerId\", jsonData[\"customerId\"]);",
+ "}",
+ "if (jsonData.hasOwnProperty(\"membershipId\")) {",
+ " pm.environment.set(\"membershipId\", jsonData[\"membershipId\"]);",
+ "}"
+ ],
+ "type": "text/javascript"
+ }
+ }
+ ],
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "x-correlation-id",
+ "value": "{{$guid}}",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n\t\"resellerId\" : \"P1000012490\"\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/memberships/:membershipId/transfers",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "memberships",
+ ":membershipId",
+ "transfers"
+ ],
+ "variable": [
+ {
+ "key": "membershipId",
+ "value": "XATJ2IQYS5I3GXNZMTHB"
+ }
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Get Transfer Details",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "if (jsonData.hasOwnProperty(\"customerId\")) {",
+ " pm.environment.set(\"customerId\", jsonData[\"customerId\"]);",
+ "}",
+ "for (var i in jsonData.lineItems) {",
+ " var item = jsonData.lineItems[i];",
+ " if (item.hasOwnProperty(\"subscriptionId\")) {",
+ " pm.environment.set(\"subscriptionId\", item[\"subscriptionId\"]);",
+ " }",
+ "}"
+ ],
+ "type": "text/javascript"
+ }
+ }
+ ],
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/memberships/{{membershipId}}/transfers/{{transferId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "memberships",
+ "{{membershipId}}",
+ "transfers",
+ "{{transferId}}"
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "Create Subscription",
+ "item": [
+ {
+ "name": "Create Subscription",
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "a5400c6bd59442489ddbceb28356c60a"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "b232d547-1da2-444f-a304-4db1fcd9cd4a"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "60bbd21b-e847-48f0-a6df-ce85940e789f"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ },
+ {
+ "key": "Authorization",
+ "value": "Bearer token"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"offerId\": \"65322517CA01A12\",\n \"autoRenewal\": {\n \"enabled\": true,\n \"renewalQuantity\": 30\n }\n}"
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/subscriptions",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "subscriptions"
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "Notification Management",
+ "item": [
+ {
+ "name": "Pending Partner Order details for Customer",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/customers/{{customerId}}/open-acquisitions",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "customers",
+ "{{customerId}}",
+ "open-acquisitions"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Partner Order Notification Of Reseller",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/notifications?notification-type=LICENSES_PENDING_PARTNER_ORDER&resellerid={{resellerId}}&limit=10&offset=0",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "notifications"
+ ],
+ "query": [
+ {
+ "key": "notification-type",
+ "value": "LICENSES_PENDING_PARTNER_ORDER"
+ },
+ {
+ "key": "resellerid",
+ "value": "{{resellerId}}"
+ },
+ {
+ "key": "limit",
+ "value": "10"
+ },
+ {
+ "key": "offset",
+ "value": "0"
+ }
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "Reseller Change Processor",
+ "item": [
+ {
+ "name": "Preview Transfer",
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"type\": \"RESELLER_CHANGE\",\n \"action\": \"PREVIEW\",\n \"approvalCode\": \"{{approvalCode}}\",\n \"resellerId\": \"{{resellerId}}\",\n \"requestedBy\": \"customer-admin@email.com\"\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/transfers",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "transfers"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Commit Transfer",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "if (jsonData.hasOwnProperty(\"transferId\")) {",
+ " pm.environment.set(\"transferId\", jsonData[\"transferId\"]);",
+ "}"
+ ],
+ "type": "text/javascript"
+ }
+ }
+ ],
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"type\": \"RESELLER_CHANGE\",\n \"action\": \"COMMIT\",\n \"approvalCode\": \"{{approvalCode}}\",\n \"resellerId\": \"{{resellerId}}\",\n \"requestedBy\": \"customer-admin@email.com\"\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/transfers?accept_customer_with_3yc=true",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "transfers"
+ ],
+ "query": [
+ {
+ "key": "accept_customer_with_3yc",
+ "value": "true"
+ }
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Get Transfer Details",
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"type\": \"RESELLER_CHANGE\",\n \"action\": \"COMMIT\",\n \"approvalCode\": \"{{approvalCode}}\",\n \"resellerId\": \"{{resellerId}}\",\n \"requestedBy\": \"customer-admin@email.com\"\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/transfers/{{transferId}}",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "transfers",
+ "{{transferId}}"
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "Health Check",
+ "item": [
+ {
+ "name": "Health Check",
+ "request": {
+ "auth": {
+ "type": "noauth"
+ },
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/ping",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "ping"
+ ]
+ },
+ "description": "/ping"
+ },
+ "response": []
+ },
+ {
+ "name": "Health Check (Auth)",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/partnerservice/ping",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "partnerservice",
+ "ping"
+ ]
+ },
+ "description": "/partnerservice/ping"
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "PriceList",
+ "item": [
+ {
+ "name": "Internal Price List",
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "{{GENERAL_ACCESS_TOKEN}}",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "x-correlation-id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "x-request-id",
+ "value": "{{$guid}}",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"region\": \"NA\",\n \"marketSegment\": \"COM\",\n //\"discountType\": \"3YC\",\n \"priceListType\": \"3YC\",//\"STANDARD\",\n \"priceListMonth\": \"202606\",\n \"filters\": {\n \"offerId\":\"30005240CA14A12\"// \"11074301CA14A12\"//\"30005240CA14A12\"\n },\n \"currency\": \"USD\"\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/internal/pricelist?offset=0&limit=100",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "internal",
+ "pricelist"
+ ],
+ "query": [
+ {
+ "key": "offset",
+ "value": "0"
+ },
+ {
+ "key": "limit",
+ "value": "100"
+ }
+ ]
+ }
+ },
+ "response": [
+ {
+ "name": "Price List",
+ "originalRequest": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "x-correlation-id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "x-request-id",
+ "value": "{{$guid}}",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"region\": \"NA\",\n \"marketSegment\": \"COM\",\n \"discountType\": \"3YC\",\n \"priceListMonth\": \"202412\",\n \"currency\": \"USD\"\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/pricelist?offset=0&limit=100",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "pricelist"
+ ],
+ "query": [
+ {
+ "key": "offset",
+ "value": "0"
+ },
+ {
+ "key": "limit",
+ "value": "100"
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "json",
+ "header": [
+ {
+ "key": "Server",
+ "value": "openresty"
+ },
+ {
+ "key": "Date",
+ "value": "Tue, 13 May 2025 08:52:21 GMT"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json;charset=UTF-8"
+ },
+ {
+ "key": "Transfer-Encoding",
+ "value": "chunked"
+ },
+ {
+ "key": "Connection",
+ "value": "keep-alive"
+ },
+ {
+ "key": "x-request-id",
+ "value": "50d9c347-90b4-4df4-ac46-27e726da6f9e"
+ },
+ {
+ "key": "vary",
+ "value": "origin,access-control-request-method,access-control-request-headers,accept-encoding"
+ },
+ {
+ "key": "content-encoding",
+ "value": "gzip"
+ },
+ {
+ "key": "Access-Control-Allow-Origin",
+ "value": "*"
+ },
+ {
+ "key": "Access-Control-Allow-Methods",
+ "value": "GET,POST,PUT,PATCH,DELETE,OPTIONS"
+ },
+ {
+ "key": "Access-Control-Allow-Headers",
+ "value": "Authorization,Content-Type,X-Api-Key,User-Agent,If-Modified-Since,X-Request-Id"
+ }
+ ],
+ "cookie": [],
+ "body": "{\n \"priceListMonth\": \"202412\",\n \"marketSegment\": \"COM\",\n \"region\": \"NA\",\n \"currency\": \"USD\",\n \"partnerType\": \"DIST\",\n \"discountType\": \"3YC\",\n \"totalItemCount\": \"69\",\n \"limit\": 100,\n \"offset\": 0,\n \"products\": [\n {\n \"sku\": \"30005893\",\n \"productFamily\": \"Ai Assistant For Acrobat For Enterprise\",\n \"productType\": \"Enterprise Hosted Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"30005893CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"30005934\",\n \"productFamily\": \"Ai Assistant For Acrobat For Teams\",\n \"productType\": \"Hosted Subscription\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"30005934CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304479\",\n \"productFamily\": \"Adobe Audition For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304479CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304520\",\n \"productFamily\": \"Acrobat Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304520CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"181.44\",\n \"estimatedStreetPrice\": \"203.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"181.44\",\n \"estimatedStreetPrice\": \"203.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA01B12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"256.2\",\n \"estimatedStreetPrice\": \"287.88\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"172.44\",\n \"estimatedStreetPrice\": \"193.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"172.44\",\n \"estimatedStreetPrice\": \"193.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA02B12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"243.36\",\n \"estimatedStreetPrice\": \"273.48\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"163.32\",\n \"estimatedStreetPrice\": \"183.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"163.32\",\n \"estimatedStreetPrice\": \"183.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA03B12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"230.64\",\n \"estimatedStreetPrice\": \"259.08\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"163.32\",\n \"estimatedStreetPrice\": \"183.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"163.32\",\n \"estimatedStreetPrice\": \"183.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA04B12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"230.64\",\n \"estimatedStreetPrice\": \"259.08\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"163.32\",\n \"estimatedStreetPrice\": \"183.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA12B12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"230.64\",\n \"estimatedStreetPrice\": \"259.08\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"154.2\",\n \"estimatedStreetPrice\": \"173.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA13B12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"217.8\",\n \"estimatedStreetPrice\": \"244.68\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"154.2\",\n \"estimatedStreetPrice\": \"173.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA14B12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"217.8\",\n \"estimatedStreetPrice\": \"244.68\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304578\",\n \"productFamily\": \"Creative Cloud For Teams All Apps\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304578CA01812\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA02812\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"870.72\",\n \"estimatedStreetPrice\": \"926.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"870.72\",\n \"estimatedStreetPrice\": \"926.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA03812\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA04812\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA12812\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"830.16\",\n \"estimatedStreetPrice\": \"883.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA13812\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"794.04\",\n \"estimatedStreetPrice\": \"844.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA14812\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"794.04\",\n \"estimatedStreetPrice\": \"844.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304603\",\n \"productFamily\": \"After Effects For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304603CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304768\",\n \"productFamily\": \"Adobe Technicalsuit For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Windows\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304768CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"676.68\",\n \"estimatedStreetPrice\": \"719.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"676.68\",\n \"estimatedStreetPrice\": \"719.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"663.12\",\n \"estimatedStreetPrice\": \"705.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"663.12\",\n \"estimatedStreetPrice\": \"705.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"656.4\",\n \"estimatedStreetPrice\": \"698.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"656.4\",\n \"estimatedStreetPrice\": \"698.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"636.12\",\n \"estimatedStreetPrice\": \"676.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"636.12\",\n \"estimatedStreetPrice\": \"676.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"636.12\",\n \"estimatedStreetPrice\": \"676.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"622.56\",\n \"estimatedStreetPrice\": \"662.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"602.28\",\n \"estimatedStreetPrice\": \"640.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304839\",\n \"productFamily\": \"Creative Cloud For Teams All Apps With Adobe Stock\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"10 Assets Per Month | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304839CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1240.56\",\n \"estimatedStreetPrice\": \"1319.76\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1197.12\",\n \"estimatedStreetPrice\": \"1273.56\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1153.68\",\n \"estimatedStreetPrice\": \"1227.36\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1153.68\",\n \"estimatedStreetPrice\": \"1227.36\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1141.32\",\n \"estimatedStreetPrice\": \"1214.16\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1091.76\",\n \"estimatedStreetPrice\": \"1161.36\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1091.76\",\n \"estimatedStreetPrice\": \"1161.36\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304921\",\n \"productFamily\": \"Dreamweaver For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304921CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305159\",\n \"productFamily\": \"Photoshop For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305159CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305186\",\n \"productFamily\": \"Illustrator For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305186CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305312\",\n \"productFamily\": \"Lightroom W Classic For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305312CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305348\",\n \"productFamily\": \"Framemaker For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Windows\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305348CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"394.68\",\n \"estimatedStreetPrice\": \"419.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"394.68\",\n \"estimatedStreetPrice\": \"419.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"386.76\",\n \"estimatedStreetPrice\": \"411.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"386.76\",\n \"estimatedStreetPrice\": \"411.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"382.8\",\n \"estimatedStreetPrice\": \"407.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"382.8\",\n \"estimatedStreetPrice\": \"407.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"371.04\",\n \"estimatedStreetPrice\": \"394.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"371.04\",\n \"estimatedStreetPrice\": \"394.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"371.04\",\n \"estimatedStreetPrice\": \"394.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"363.12\",\n \"estimatedStreetPrice\": \"386.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"351.24\",\n \"estimatedStreetPrice\": \"373.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305365\",\n \"productFamily\": \"Adobe Premiere Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305365CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305409\",\n \"productFamily\": \"Indesign For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305409CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305448\",\n \"productFamily\": \"Adobe Dimension For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305448CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305520\",\n \"productFamily\": \"Animate / Flash Professional For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305520CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65315886\",\n \"productFamily\": \"Robohelp Office For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65315886CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"394.68\",\n \"estimatedStreetPrice\": \"419.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"394.68\",\n \"estimatedStreetPrice\": \"419.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"386.76\",\n \"estimatedStreetPrice\": \"411.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"386.76\",\n \"estimatedStreetPrice\": \"411.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"382.8\",\n \"estimatedStreetPrice\": \"407.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"382.8\",\n \"estimatedStreetPrice\": \"407.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"371.04\",\n \"estimatedStreetPrice\": \"394.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"371.04\",\n \"estimatedStreetPrice\": \"394.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65318386\",\n \"productFamily\": \"Adobe Express For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65318386CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-03-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-18T00:00:00.000Z\",\n \"partnerPrice\": \"225.48\",\n \"estimatedStreetPrice\": \"239.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"146.52\",\n \"estimatedStreetPrice\": \"155.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-18T00:00:00.000Z\",\n \"partnerPrice\": \"217.56\",\n \"estimatedStreetPrice\": \"231.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"141.36\",\n \"estimatedStreetPrice\": \"150.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-18T00:00:00.000Z\",\n \"partnerPrice\": \"209.76\",\n \"estimatedStreetPrice\": \"223.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"136.32\",\n \"estimatedStreetPrice\": \"144.96\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-18T00:00:00.000Z\",\n \"partnerPrice\": \"209.76\",\n \"estimatedStreetPrice\": \"223.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"136.32\",\n \"estimatedStreetPrice\": \"144.96\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"134.76\",\n \"estimatedStreetPrice\": \"143.4\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"129\",\n \"estimatedStreetPrice\": \"137.16\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"129\",\n \"estimatedStreetPrice\": \"137.16\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322419\",\n \"productFamily\": \"Illustrator For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322419CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322423\",\n \"productFamily\": \"Adobe Audition For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322423CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322435\",\n \"productFamily\": \"Acrobat Sign Solutions For Enterprise\",\n \"productType\": \"Transaction New\",\n \"productTypeDetail\": \"No Proration\",\n \"additionalDetail\": \"Aws | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"Per Transaction\",\n \"metric\": \"Transaction\",\n \"prices\": [\n {\n \"partNumber\": \"65322435CAT5012\",\n \"levelDetails\": \"Tier 5 15,000 to 49,999 Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1.11\",\n \"estimatedStreetPrice\": \"1.48\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322435CAT6012\",\n \"levelDetails\": \"Tier 6 50,000 to 99,999 Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1\",\n \"estimatedStreetPrice\": \"1.33\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322435CAT7012\",\n \"levelDetails\": \"Tier 7 100,000+ Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"0.89\",\n \"estimatedStreetPrice\": \"1.18\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322435CATE012\",\n \"levelDetails\": \"Tier E 15,000 to 49,999 Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1.11\",\n \"estimatedStreetPrice\": \"1.48\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322435CATF012\",\n \"levelDetails\": \"Tier F 50,000 to 99,999 Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1\",\n \"estimatedStreetPrice\": \"1.33\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322435CATG012\",\n \"levelDetails\": \"Tier G 100,000+ Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"0.89\",\n \"estimatedStreetPrice\": \"1.18\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322447\",\n \"productFamily\": \"Creative Cloud For Enterprise All Apps\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322447CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA01112\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"1127.88\",\n \"estimatedStreetPrice\": \"1199.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1127.88\",\n \"estimatedStreetPrice\": \"1199.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1263.24\",\n \"estimatedStreetPrice\": \"1343.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"857.16\",\n \"estimatedStreetPrice\": \"911.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA02112\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"857.16\",\n \"estimatedStreetPrice\": \"911.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"1071.48\",\n \"estimatedStreetPrice\": \"1139.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1071.48\",\n \"estimatedStreetPrice\": \"1139.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1200.12\",\n \"estimatedStreetPrice\": \"1276.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"812.04\",\n \"estimatedStreetPrice\": \"863.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA03112\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"812.04\",\n \"estimatedStreetPrice\": \"863.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"1015.08\",\n \"estimatedStreetPrice\": \"1079.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1015.08\",\n \"estimatedStreetPrice\": \"1079.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1136.88\",\n \"estimatedStreetPrice\": \"1209.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"766.92\",\n \"estimatedStreetPrice\": \"815.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA04112\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"766.92\",\n \"estimatedStreetPrice\": \"815.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"958.68\",\n \"estimatedStreetPrice\": \"1019.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"958.68\",\n \"estimatedStreetPrice\": \"1019.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1073.76\",\n \"estimatedStreetPrice\": \"1142.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"766.92\",\n \"estimatedStreetPrice\": \"815.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA12112\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"766.92\",\n \"estimatedStreetPrice\": \"815.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"958.68\",\n \"estimatedStreetPrice\": \"1019.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1073.76\",\n \"estimatedStreetPrice\": \"1142.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"721.8\",\n \"estimatedStreetPrice\": \"767.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA13112\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"721.8\",\n \"estimatedStreetPrice\": \"767.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1010.64\",\n \"estimatedStreetPrice\": \"1075.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"676.68\",\n \"estimatedStreetPrice\": \"719.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA14112\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"676.68\",\n \"estimatedStreetPrice\": \"719.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"845.88\",\n \"estimatedStreetPrice\": \"899.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"947.4\",\n \"estimatedStreetPrice\": \"1007.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322469\",\n \"productFamily\": \"Adobe Premiere Pro For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322469CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322508\",\n \"productFamily\": \"Dreamweaver For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322508CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322532\",\n \"productFamily\": \"Acrobat Sign Solutions For Enterprise\",\n \"productType\": \"Transaction New\",\n \"productTypeDetail\": \"No Proration\",\n \"additionalDetail\": \"Microsoft Azure | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"Per Transaction\",\n \"metric\": \"Transaction\",\n \"prices\": [\n {\n \"partNumber\": \"65322532CAT5012\",\n \"levelDetails\": \"Tier 5 15,000 to 49,999 Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1.11\",\n \"estimatedStreetPrice\": \"1.48\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322532CAT6012\",\n \"levelDetails\": \"Tier 6 50,000 to 99,999 Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1\",\n \"estimatedStreetPrice\": \"1.33\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322532CAT7012\",\n \"levelDetails\": \"Tier 7 100,000+ Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"0.89\",\n \"estimatedStreetPrice\": \"1.18\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322532CATE012\",\n \"levelDetails\": \"Tier E 15,000 to 49,999 Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1.11\",\n \"estimatedStreetPrice\": \"1.48\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322532CATF012\",\n \"levelDetails\": \"Tier F 50,000 to 99,999 Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1\",\n \"estimatedStreetPrice\": \"1.33\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322532CATG012\",\n \"levelDetails\": \"Tier G 100,000+ Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"0.89\",\n \"estimatedStreetPrice\": \"1.18\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322566\",\n \"productFamily\": \"Adobe Dimension For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322566CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322577\",\n \"productFamily\": \"Animate / Flash Professional For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322577CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322598\",\n \"productFamily\": \"Adobe Xd For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"For Existing Xd Customer Add-Ons Only. No New Customers. | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322598CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"353.52\",\n \"estimatedStreetPrice\": \"376.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"334.92\",\n \"estimatedStreetPrice\": \"356.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"316.32\",\n \"estimatedStreetPrice\": \"336.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"316.32\",\n \"estimatedStreetPrice\": \"336.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"297.72\",\n \"estimatedStreetPrice\": \"316.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"279.12\",\n \"estimatedStreetPrice\": \"296.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322621\",\n \"productFamily\": \"After Effects For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322621CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322627\",\n \"productFamily\": \"Lightroom W Classic For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322627CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322643\",\n \"productFamily\": \"Photoshop For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322643CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322651\",\n \"productFamily\": \"Acrobat Pro For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322651CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"213.48\",\n \"estimatedStreetPrice\": \"239.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"213.48\",\n \"estimatedStreetPrice\": \"239.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA01B12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"298.92\",\n \"estimatedStreetPrice\": \"335.88\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"202.8\",\n \"estimatedStreetPrice\": \"227.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"202.8\",\n \"estimatedStreetPrice\": \"227.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA02B12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"284.04\",\n \"estimatedStreetPrice\": \"319.08\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"192.12\",\n \"estimatedStreetPrice\": \"215.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"192.12\",\n \"estimatedStreetPrice\": \"215.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA03B12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"269.04\",\n \"estimatedStreetPrice\": \"302.28\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"181.44\",\n \"estimatedStreetPrice\": \"203.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"181.44\",\n \"estimatedStreetPrice\": \"203.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA04B12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"254.04\",\n \"estimatedStreetPrice\": \"285.48\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"181.44\",\n \"estimatedStreetPrice\": \"203.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA12B12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"254.04\",\n \"estimatedStreetPrice\": \"285.48\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"170.76\",\n \"estimatedStreetPrice\": \"191.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA13B12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"239.16\",\n \"estimatedStreetPrice\": \"268.68\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"160.08\",\n \"estimatedStreetPrice\": \"179.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA14B12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"224.16\",\n \"estimatedStreetPrice\": \"251.88\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322658\",\n \"productFamily\": \"Indesign For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322658CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322694\",\n \"productFamily\": \"Robohelp Office For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322694CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"428.76\",\n \"estimatedStreetPrice\": \"456.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"428.76\",\n \"estimatedStreetPrice\": \"456.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"406.8\",\n \"estimatedStreetPrice\": \"432.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"406.8\",\n \"estimatedStreetPrice\": \"432.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322705\",\n \"productFamily\": \"Framemaker For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Windows\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322705CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"428.76\",\n \"estimatedStreetPrice\": \"456.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"428.76\",\n \"estimatedStreetPrice\": \"456.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"406.8\",\n \"estimatedStreetPrice\": \"432.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"406.8\",\n \"estimatedStreetPrice\": \"432.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"406.8\",\n \"estimatedStreetPrice\": \"432.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"395.88\",\n \"estimatedStreetPrice\": \"421.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"382.68\",\n \"estimatedStreetPrice\": \"407.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322722\",\n \"productFamily\": \"Adobe Technicalsuit For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Windows\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322722CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"744.36\",\n \"estimatedStreetPrice\": \"791.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"744.36\",\n \"estimatedStreetPrice\": \"791.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"725.76\",\n \"estimatedStreetPrice\": \"772.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"725.76\",\n \"estimatedStreetPrice\": \"772.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"707.16\",\n \"estimatedStreetPrice\": \"752.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"707.16\",\n \"estimatedStreetPrice\": \"752.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"688.56\",\n \"estimatedStreetPrice\": \"732.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"688.56\",\n \"estimatedStreetPrice\": \"732.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"688.56\",\n \"estimatedStreetPrice\": \"732.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"669.96\",\n \"estimatedStreetPrice\": \"712.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"647.64\",\n \"estimatedStreetPrice\": \"688.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65323044\",\n \"productFamily\": \"Incopy For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65323044CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-12-07T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"56.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-12-07T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"53.52\",\n \"estimatedStreetPrice\": \"56.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-12-07T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"50.64\",\n \"estimatedStreetPrice\": \"53.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-12-07T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"47.88\",\n \"estimatedStreetPrice\": \"50.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"47.88\",\n \"estimatedStreetPrice\": \"50.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2022-02-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"47.88\",\n \"estimatedStreetPrice\": \"50.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"45\",\n \"estimatedStreetPrice\": \"47.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2022-02-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"45\",\n \"estimatedStreetPrice\": \"47.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"42.24\",\n \"estimatedStreetPrice\": \"44.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2022-02-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"42.24\",\n \"estimatedStreetPrice\": \"44.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65323052\",\n \"productFamily\": \"Substance 3D Collection For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"100 Assets Per Month | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65323052CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"2396.88\",\n \"estimatedStreetPrice\": \"2549.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323052CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"2255.88\",\n \"estimatedStreetPrice\": \"2399.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323052CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"2114.88\",\n \"estimatedStreetPrice\": \"2249.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65323482\",\n \"productFamily\": \"Adobe Express For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65323482CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-12T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-02T00:00:00.000Z\",\n \"partnerPrice\": \"338.28\",\n \"estimatedStreetPrice\": \"359.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"169.08\",\n \"estimatedStreetPrice\": \"179.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"169.08\",\n \"estimatedStreetPrice\": \"179.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-12T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-02T00:00:00.000Z\",\n \"partnerPrice\": \"321.36\",\n \"estimatedStreetPrice\": \"341.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"160.68\",\n \"estimatedStreetPrice\": \"170.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"160.68\",\n \"estimatedStreetPrice\": \"170.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-12T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-02T00:00:00.000Z\",\n \"partnerPrice\": \"304.44\",\n \"estimatedStreetPrice\": \"323.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"152.16\",\n \"estimatedStreetPrice\": \"161.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"152.16\",\n \"estimatedStreetPrice\": \"161.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-12T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-02T00:00:00.000Z\",\n \"partnerPrice\": \"287.52\",\n \"estimatedStreetPrice\": \"305.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"143.76\",\n \"estimatedStreetPrice\": \"152.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"143.76\",\n \"estimatedStreetPrice\": \"152.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"143.76\",\n \"estimatedStreetPrice\": \"152.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"143.76\",\n \"estimatedStreetPrice\": \"152.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"135.24\",\n \"estimatedStreetPrice\": \"143.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"135.24\",\n \"estimatedStreetPrice\": \"143.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"126.84\",\n \"estimatedStreetPrice\": \"134.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"126.84\",\n \"estimatedStreetPrice\": \"134.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324777\",\n \"productFamily\": \"Lightroom - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324777CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324784\",\n \"productFamily\": \"Adobe Xd - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"For Existing Xd Customer Add-Ons Only. No New Customers. | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324784CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"259.32\",\n \"estimatedStreetPrice\": \"275.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"327\",\n \"estimatedStreetPrice\": \"347.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"327\",\n \"estimatedStreetPrice\": \"347.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"250.2\",\n \"estimatedStreetPrice\": \"266.28\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"315.6\",\n \"estimatedStreetPrice\": \"335.76\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"315.6\",\n \"estimatedStreetPrice\": \"335.76\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"241.2\",\n \"estimatedStreetPrice\": \"256.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"304.08\",\n \"estimatedStreetPrice\": \"323.52\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"304.08\",\n \"estimatedStreetPrice\": \"323.52\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"241.2\",\n \"estimatedStreetPrice\": \"256.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"304.08\",\n \"estimatedStreetPrice\": \"323.52\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"304.08\",\n \"estimatedStreetPrice\": \"323.52\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324788\",\n \"productFamily\": \"Dimension - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324788CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324791\",\n \"productFamily\": \"Premiere Pro - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324791CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324801\",\n \"productFamily\": \"Animate - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324801CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324814\",\n \"productFamily\": \"Lightroom - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324814CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324819\",\n \"productFamily\": \"After Effects - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324819CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324827\",\n \"productFamily\": \"Illustrator - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324827CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324832\",\n \"productFamily\": \"Adobe Xd - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"For Existing Xd Customer Add-Ons Only. No New Customers. | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324832CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"395.88\",\n \"estimatedStreetPrice\": \"421.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"395.88\",\n \"estimatedStreetPrice\": \"421.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"395.88\",\n \"estimatedStreetPrice\": \"421.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"395.88\",\n \"estimatedStreetPrice\": \"421.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"351.84\",\n \"estimatedStreetPrice\": \"374.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"351.84\",\n \"estimatedStreetPrice\": \"374.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"329.88\",\n \"estimatedStreetPrice\": \"350.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"329.88\",\n \"estimatedStreetPrice\": \"350.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324845\",\n \"productFamily\": \"Dreamweaver - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324845CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324861\",\n \"productFamily\": \"Photoshop - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324861CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324868\",\n \"productFamily\": \"Photoshop - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324868CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324872\",\n \"productFamily\": \"Dimension - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324872CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324877\",\n \"productFamily\": \"Incopy - Pro For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324877CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"123.96\",\n \"estimatedStreetPrice\": \"131.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"56.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"117.72\",\n \"estimatedStreetPrice\": \"125.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"53.52\",\n \"estimatedStreetPrice\": \"56.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"111.6\",\n \"estimatedStreetPrice\": \"118.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"50.64\",\n \"estimatedStreetPrice\": \"53.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"47.88\",\n \"estimatedStreetPrice\": \"50.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"99.12\",\n \"estimatedStreetPrice\": \"105.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"93\",\n \"estimatedStreetPrice\": \"98.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324881\",\n \"productFamily\": \"Dreamweaver - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324881CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324888\",\n \"productFamily\": \"Audition - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324888CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324898\",\n \"productFamily\": \"Audition - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324898CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324907\",\n \"productFamily\": \"Incopy - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324907CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"56.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"123.96\",\n \"estimatedStreetPrice\": \"131.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"123.96\",\n \"estimatedStreetPrice\": \"131.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"54.36\",\n \"estimatedStreetPrice\": \"57.84\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"119.64\",\n \"estimatedStreetPrice\": \"127.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"119.64\",\n \"estimatedStreetPrice\": \"127.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"52.32\",\n \"estimatedStreetPrice\": \"55.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"115.32\",\n \"estimatedStreetPrice\": \"122.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"115.32\",\n \"estimatedStreetPrice\": \"122.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"52.32\",\n \"estimatedStreetPrice\": \"55.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"115.32\",\n \"estimatedStreetPrice\": \"122.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"115.32\",\n \"estimatedStreetPrice\": \"122.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324913\",\n \"productFamily\": \"Illustrator - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324913CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324918\",\n \"productFamily\": \"Animate - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324918CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324925\",\n \"productFamily\": \"Indesign - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324925CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324934\",\n \"productFamily\": \"After Effects - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324934CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324941\",\n \"productFamily\": \"Indesign - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324941CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324946\",\n \"productFamily\": \"Premiere Pro - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324946CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65325063\",\n \"productFamily\": \"Creative Cloud All Apps - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65325063CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"1133.52\",\n \"estimatedStreetPrice\": \"1205.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1325.28\",\n \"estimatedStreetPrice\": \"1409.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"1240.68\",\n \"estimatedStreetPrice\": \"1319.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1240.68\",\n \"estimatedStreetPrice\": \"1319.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1381.68\",\n \"estimatedStreetPrice\": \"1469.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1381.68\",\n \"estimatedStreetPrice\": \"1469.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"1093.8\",\n \"estimatedStreetPrice\": \"1163.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1259.04\",\n \"estimatedStreetPrice\": \"1339.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"1178.64\",\n \"estimatedStreetPrice\": \"1253.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1178.64\",\n \"estimatedStreetPrice\": \"1253.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1312.56\",\n \"estimatedStreetPrice\": \"1396.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1312.56\",\n \"estimatedStreetPrice\": \"1396.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"1054.2\",\n \"estimatedStreetPrice\": \"1121.52\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1192.8\",\n \"estimatedStreetPrice\": \"1268.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"1116.6\",\n \"estimatedStreetPrice\": \"1187.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1116.6\",\n \"estimatedStreetPrice\": \"1187.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1243.56\",\n \"estimatedStreetPrice\": \"1322.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1243.56\",\n \"estimatedStreetPrice\": \"1322.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"1054.2\",\n \"estimatedStreetPrice\": \"1121.52\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1126.44\",\n \"estimatedStreetPrice\": \"1198.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"1054.56\",\n \"estimatedStreetPrice\": \"1121.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1054.56\",\n \"estimatedStreetPrice\": \"1121.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1174.44\",\n \"estimatedStreetPrice\": \"1249.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1174.44\",\n \"estimatedStreetPrice\": \"1249.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"1042.8\",\n \"estimatedStreetPrice\": \"1109.4\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1054.56\",\n \"estimatedStreetPrice\": \"1121.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1174.44\",\n \"estimatedStreetPrice\": \"1249.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1174.44\",\n \"estimatedStreetPrice\": \"1249.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"997.56\",\n \"estimatedStreetPrice\": \"1061.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"992.52\",\n \"estimatedStreetPrice\": \"1055.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1105.32\",\n \"estimatedStreetPrice\": \"1175.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1105.32\",\n \"estimatedStreetPrice\": \"1175.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"997.56\",\n \"estimatedStreetPrice\": \"1061.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"930.48\",\n \"estimatedStreetPrice\": \"989.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1036.32\",\n \"estimatedStreetPrice\": \"1102.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1036.32\",\n \"estimatedStreetPrice\": \"1102.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65325080\",\n \"productFamily\": \"Cc All Apps - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65325080CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1077.12\",\n \"estimatedStreetPrice\": \"1145.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"1015.08\",\n \"estimatedStreetPrice\": \"1079.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1015.08\",\n \"estimatedStreetPrice\": \"1079.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"870.72\",\n \"estimatedStreetPrice\": \"926.28\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1039.44\",\n \"estimatedStreetPrice\": \"1105.8\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"979.56\",\n \"estimatedStreetPrice\": \"1042.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"979.56\",\n \"estimatedStreetPrice\": \"1042.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1001.76\",\n \"estimatedStreetPrice\": \"1065.72\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"944.04\",\n \"estimatedStreetPrice\": \"1004.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"944.04\",\n \"estimatedStreetPrice\": \"1004.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1001.76\",\n \"estimatedStreetPrice\": \"1065.72\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"944.04\",\n \"estimatedStreetPrice\": \"1004.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"944.04\",\n \"estimatedStreetPrice\": \"1004.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"830.16\",\n \"estimatedStreetPrice\": \"883.08\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"933.84\",\n \"estimatedStreetPrice\": \"993.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"794.04\",\n \"estimatedStreetPrice\": \"844.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"893.28\",\n \"estimatedStreetPrice\": \"950.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"794.04\",\n \"estimatedStreetPrice\": \"844.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"893.28\",\n \"estimatedStreetPrice\": \"950.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65327457\",\n \"productFamily\": \"Acrobat Sign Solutions For Enterprise\",\n \"productType\": \"Transaction New\",\n \"productTypeDetail\": \"No Proration\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"Per Transaction\",\n \"metric\": \"Transaction\",\n \"prices\": [\n {\n \"partNumber\": \"65327457CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.75\",\n \"estimatedStreetPrice\": \"1\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327457CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.71\",\n \"estimatedStreetPrice\": \"0.95\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327457CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.68\",\n \"estimatedStreetPrice\": \"0.9\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327457CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.64\",\n \"estimatedStreetPrice\": \"0.85\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65327459\",\n \"productFamily\": \"Acrobat Sign Solutions For Business\",\n \"productType\": \"Transaction New\",\n \"productTypeDetail\": \"No Proration\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"Per Transaction\",\n \"metric\": \"Transaction\",\n \"prices\": [\n {\n \"partNumber\": \"65327459CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.75\",\n \"estimatedStreetPrice\": \"1\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327459CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.71\",\n \"estimatedStreetPrice\": \"0.95\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327459CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.68\",\n \"estimatedStreetPrice\": \"0.9\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327459CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.64\",\n \"estimatedStreetPrice\": \"0.85\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65330676\",\n \"productFamily\": \"Incopy - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65330676CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"123.96\",\n \"estimatedStreetPrice\": \"131.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"123.96\",\n \"estimatedStreetPrice\": \"131.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"117.72\",\n \"estimatedStreetPrice\": \"125.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"117.72\",\n \"estimatedStreetPrice\": \"125.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"111.6\",\n \"estimatedStreetPrice\": \"118.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"111.6\",\n \"estimatedStreetPrice\": \"118.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"99.12\",\n \"estimatedStreetPrice\": \"105.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"99.12\",\n \"estimatedStreetPrice\": \"105.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"93\",\n \"estimatedStreetPrice\": \"98.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"93\",\n \"estimatedStreetPrice\": \"98.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n }\n ]\n}"
+ },
+ {
+ "name": "Price List",
+ "originalRequest": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "x-correlation-id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "x-request-id",
+ "value": "{{$guid}}",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"region\": \"NA\",\n \"marketSegment\": \"COM\",\n \"discountType\": \"3YC\",\n \"priceListMonth\": \"202412\",\n \"currency\": \"USD\"\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/pricelist?offset=0&limit=100",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "pricelist"
+ ],
+ "query": [
+ {
+ "key": "offset",
+ "value": "0"
+ },
+ {
+ "key": "limit",
+ "value": "100"
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "json",
+ "header": [
+ {
+ "key": "Server",
+ "value": "openresty"
+ },
+ {
+ "key": "Date",
+ "value": "Tue, 13 May 2025 08:52:21 GMT"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json;charset=UTF-8"
+ },
+ {
+ "key": "Transfer-Encoding",
+ "value": "chunked"
+ },
+ {
+ "key": "Connection",
+ "value": "keep-alive"
+ },
+ {
+ "key": "x-request-id",
+ "value": "50d9c347-90b4-4df4-ac46-27e726da6f9e"
+ },
+ {
+ "key": "vary",
+ "value": "origin,access-control-request-method,access-control-request-headers,accept-encoding"
+ },
+ {
+ "key": "content-encoding",
+ "value": "gzip"
+ },
+ {
+ "key": "Access-Control-Allow-Origin",
+ "value": "*"
+ },
+ {
+ "key": "Access-Control-Allow-Methods",
+ "value": "GET,POST,PUT,PATCH,DELETE,OPTIONS"
+ },
+ {
+ "key": "Access-Control-Allow-Headers",
+ "value": "Authorization,Content-Type,X-Api-Key,User-Agent,If-Modified-Since,X-Request-Id"
+ }
+ ],
+ "cookie": [],
+ "body": "{\n \"priceListMonth\": \"202412\",\n \"marketSegment\": \"COM\",\n \"region\": \"NA\",\n \"currency\": \"USD\",\n \"partnerType\": \"DIST\",\n \"discountType\": \"3YC\",\n \"totalItemCount\": \"69\",\n \"limit\": 100,\n \"offset\": 0,\n \"products\": [\n {\n \"sku\": \"30005893\",\n \"productFamily\": \"Ai Assistant For Acrobat For Enterprise\",\n \"productType\": \"Enterprise Hosted Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"30005893CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005893CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"30005934\",\n \"productFamily\": \"Ai Assistant For Acrobat For Teams\",\n \"productType\": \"Hosted Subscription\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"30005934CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-04-10T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-24T00:00:00.000Z\",\n \"partnerPrice\": \"53.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"30005934CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-03-28T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-31T00:00:00.000Z\",\n \"partnerPrice\": \"106.68\",\n \"estimatedStreetPrice\": \"119.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304479\",\n \"productFamily\": \"Adobe Audition For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304479CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304479CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304520\",\n \"productFamily\": \"Acrobat Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304520CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"181.44\",\n \"estimatedStreetPrice\": \"203.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"181.44\",\n \"estimatedStreetPrice\": \"203.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA01B12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"256.2\",\n \"estimatedStreetPrice\": \"287.88\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"172.44\",\n \"estimatedStreetPrice\": \"193.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"172.44\",\n \"estimatedStreetPrice\": \"193.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA02B12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"243.36\",\n \"estimatedStreetPrice\": \"273.48\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"163.32\",\n \"estimatedStreetPrice\": \"183.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"163.32\",\n \"estimatedStreetPrice\": \"183.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA03B12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"230.64\",\n \"estimatedStreetPrice\": \"259.08\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"163.32\",\n \"estimatedStreetPrice\": \"183.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"163.32\",\n \"estimatedStreetPrice\": \"183.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA04B12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"230.64\",\n \"estimatedStreetPrice\": \"259.08\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"163.32\",\n \"estimatedStreetPrice\": \"183.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA12B12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"230.64\",\n \"estimatedStreetPrice\": \"259.08\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"154.2\",\n \"estimatedStreetPrice\": \"173.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA13B12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"217.8\",\n \"estimatedStreetPrice\": \"244.68\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"154.2\",\n \"estimatedStreetPrice\": \"173.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304520CA14B12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"217.8\",\n \"estimatedStreetPrice\": \"244.68\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304578\",\n \"productFamily\": \"Creative Cloud For Teams All Apps\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304578CA01812\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA02812\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"870.72\",\n \"estimatedStreetPrice\": \"926.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"870.72\",\n \"estimatedStreetPrice\": \"926.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA03812\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA04812\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA12812\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"830.16\",\n \"estimatedStreetPrice\": \"883.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA13812\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"794.04\",\n \"estimatedStreetPrice\": \"844.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA14812\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-10-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-15T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Discount 9\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304578CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"794.04\",\n \"estimatedStreetPrice\": \"844.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304603\",\n \"productFamily\": \"After Effects For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304603CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304603CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304768\",\n \"productFamily\": \"Adobe Technicalsuit For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Windows\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304768CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"676.68\",\n \"estimatedStreetPrice\": \"719.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"676.68\",\n \"estimatedStreetPrice\": \"719.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"663.12\",\n \"estimatedStreetPrice\": \"705.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"663.12\",\n \"estimatedStreetPrice\": \"705.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"656.4\",\n \"estimatedStreetPrice\": \"698.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"656.4\",\n \"estimatedStreetPrice\": \"698.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"636.12\",\n \"estimatedStreetPrice\": \"676.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"636.12\",\n \"estimatedStreetPrice\": \"676.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"636.12\",\n \"estimatedStreetPrice\": \"676.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"622.56\",\n \"estimatedStreetPrice\": \"662.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304768CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"602.28\",\n \"estimatedStreetPrice\": \"640.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304839\",\n \"productFamily\": \"Creative Cloud For Teams All Apps With Adobe Stock\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"10 Assets Per Month | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304839CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1240.56\",\n \"estimatedStreetPrice\": \"1319.76\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1197.12\",\n \"estimatedStreetPrice\": \"1273.56\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1153.68\",\n \"estimatedStreetPrice\": \"1227.36\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1153.68\",\n \"estimatedStreetPrice\": \"1227.36\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1141.32\",\n \"estimatedStreetPrice\": \"1214.16\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1091.76\",\n \"estimatedStreetPrice\": \"1161.36\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304839CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1091.76\",\n \"estimatedStreetPrice\": \"1161.36\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65304921\",\n \"productFamily\": \"Dreamweaver For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65304921CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65304921CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305159\",\n \"productFamily\": \"Photoshop For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305159CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305159CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305186\",\n \"productFamily\": \"Illustrator For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305186CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305186CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305312\",\n \"productFamily\": \"Lightroom W Classic For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305312CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305312CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305348\",\n \"productFamily\": \"Framemaker For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Windows\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305348CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"394.68\",\n \"estimatedStreetPrice\": \"419.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"394.68\",\n \"estimatedStreetPrice\": \"419.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"386.76\",\n \"estimatedStreetPrice\": \"411.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"386.76\",\n \"estimatedStreetPrice\": \"411.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"382.8\",\n \"estimatedStreetPrice\": \"407.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"382.8\",\n \"estimatedStreetPrice\": \"407.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"371.04\",\n \"estimatedStreetPrice\": \"394.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"371.04\",\n \"estimatedStreetPrice\": \"394.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"371.04\",\n \"estimatedStreetPrice\": \"394.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"363.12\",\n \"estimatedStreetPrice\": \"386.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305348CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"351.24\",\n \"estimatedStreetPrice\": \"373.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305365\",\n \"productFamily\": \"Adobe Premiere Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305365CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305365CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305409\",\n \"productFamily\": \"Indesign For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305409CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305409CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305448\",\n \"productFamily\": \"Adobe Dimension For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305448CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305448CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65305520\",\n \"productFamily\": \"Animate / Flash Professional For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65305520CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65305520CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2019-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65315886\",\n \"productFamily\": \"Robohelp Office For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65315886CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2020-08-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"394.68\",\n \"estimatedStreetPrice\": \"419.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"394.68\",\n \"estimatedStreetPrice\": \"419.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"386.76\",\n \"estimatedStreetPrice\": \"411.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"386.76\",\n \"estimatedStreetPrice\": \"411.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"382.8\",\n \"estimatedStreetPrice\": \"407.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"382.8\",\n \"estimatedStreetPrice\": \"407.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"371.04\",\n \"estimatedStreetPrice\": \"394.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65315886CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"371.04\",\n \"estimatedStreetPrice\": \"394.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65318386\",\n \"productFamily\": \"Adobe Express For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65318386CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-03-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-18T00:00:00.000Z\",\n \"partnerPrice\": \"225.48\",\n \"estimatedStreetPrice\": \"239.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"146.52\",\n \"estimatedStreetPrice\": \"155.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-18T00:00:00.000Z\",\n \"partnerPrice\": \"217.56\",\n \"estimatedStreetPrice\": \"231.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"141.36\",\n \"estimatedStreetPrice\": \"150.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-18T00:00:00.000Z\",\n \"partnerPrice\": \"209.76\",\n \"estimatedStreetPrice\": \"223.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"136.32\",\n \"estimatedStreetPrice\": \"144.96\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-06-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-18T00:00:00.000Z\",\n \"partnerPrice\": \"209.76\",\n \"estimatedStreetPrice\": \"223.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"136.32\",\n \"estimatedStreetPrice\": \"144.96\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"134.76\",\n \"estimatedStreetPrice\": \"143.4\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"129\",\n \"estimatedStreetPrice\": \"137.16\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65318386CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-07-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"129\",\n \"estimatedStreetPrice\": \"137.16\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322419\",\n \"productFamily\": \"Illustrator For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322419CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322419CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322423\",\n \"productFamily\": \"Adobe Audition For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322423CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322423CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322435\",\n \"productFamily\": \"Acrobat Sign Solutions For Enterprise\",\n \"productType\": \"Transaction New\",\n \"productTypeDetail\": \"No Proration\",\n \"additionalDetail\": \"Aws | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"Per Transaction\",\n \"metric\": \"Transaction\",\n \"prices\": [\n {\n \"partNumber\": \"65322435CAT5012\",\n \"levelDetails\": \"Tier 5 15,000 to 49,999 Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1.11\",\n \"estimatedStreetPrice\": \"1.48\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322435CAT6012\",\n \"levelDetails\": \"Tier 6 50,000 to 99,999 Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1\",\n \"estimatedStreetPrice\": \"1.33\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322435CAT7012\",\n \"levelDetails\": \"Tier 7 100,000+ Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"0.89\",\n \"estimatedStreetPrice\": \"1.18\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322435CATE012\",\n \"levelDetails\": \"Tier E 15,000 to 49,999 Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1.11\",\n \"estimatedStreetPrice\": \"1.48\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322435CATF012\",\n \"levelDetails\": \"Tier F 50,000 to 99,999 Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1\",\n \"estimatedStreetPrice\": \"1.33\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322435CATG012\",\n \"levelDetails\": \"Tier G 100,000+ Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"0.89\",\n \"estimatedStreetPrice\": \"1.18\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322447\",\n \"productFamily\": \"Creative Cloud For Enterprise All Apps\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322447CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA01112\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"1127.88\",\n \"estimatedStreetPrice\": \"1199.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1127.88\",\n \"estimatedStreetPrice\": \"1199.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1263.24\",\n \"estimatedStreetPrice\": \"1343.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"857.16\",\n \"estimatedStreetPrice\": \"911.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA02112\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"857.16\",\n \"estimatedStreetPrice\": \"911.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"1071.48\",\n \"estimatedStreetPrice\": \"1139.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1071.48\",\n \"estimatedStreetPrice\": \"1139.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1200.12\",\n \"estimatedStreetPrice\": \"1276.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"812.04\",\n \"estimatedStreetPrice\": \"863.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA03112\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"812.04\",\n \"estimatedStreetPrice\": \"863.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"1015.08\",\n \"estimatedStreetPrice\": \"1079.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1015.08\",\n \"estimatedStreetPrice\": \"1079.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1136.88\",\n \"estimatedStreetPrice\": \"1209.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"766.92\",\n \"estimatedStreetPrice\": \"815.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA04112\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"766.92\",\n \"estimatedStreetPrice\": \"815.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"958.68\",\n \"estimatedStreetPrice\": \"1019.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"958.68\",\n \"estimatedStreetPrice\": \"1019.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1073.76\",\n \"estimatedStreetPrice\": \"1142.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"766.92\",\n \"estimatedStreetPrice\": \"815.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA12112\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"766.92\",\n \"estimatedStreetPrice\": \"815.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"958.68\",\n \"estimatedStreetPrice\": \"1019.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1073.76\",\n \"estimatedStreetPrice\": \"1142.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"721.8\",\n \"estimatedStreetPrice\": \"767.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA13112\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"721.8\",\n \"estimatedStreetPrice\": \"767.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"1010.64\",\n \"estimatedStreetPrice\": \"1075.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-01-08T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-02-27T00:00:00.000Z\",\n \"partnerPrice\": \"676.68\",\n \"estimatedStreetPrice\": \"719.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA14112\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-02-23T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"676.68\",\n \"estimatedStreetPrice\": \"719.88\",\n \"pool\": \"Discount 2\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"845.88\",\n \"estimatedStreetPrice\": \"899.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322447CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"947.4\",\n \"estimatedStreetPrice\": \"1007.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322469\",\n \"productFamily\": \"Adobe Premiere Pro For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322469CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322469CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322508\",\n \"productFamily\": \"Dreamweaver For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322508CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322508CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322532\",\n \"productFamily\": \"Acrobat Sign Solutions For Enterprise\",\n \"productType\": \"Transaction New\",\n \"productTypeDetail\": \"No Proration\",\n \"additionalDetail\": \"Microsoft Azure | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"Per Transaction\",\n \"metric\": \"Transaction\",\n \"prices\": [\n {\n \"partNumber\": \"65322532CAT5012\",\n \"levelDetails\": \"Tier 5 15,000 to 49,999 Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1.11\",\n \"estimatedStreetPrice\": \"1.48\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322532CAT6012\",\n \"levelDetails\": \"Tier 6 50,000 to 99,999 Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1\",\n \"estimatedStreetPrice\": \"1.33\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322532CAT7012\",\n \"levelDetails\": \"Tier 7 100,000+ Transactions\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"0.89\",\n \"estimatedStreetPrice\": \"1.18\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322532CATE012\",\n \"levelDetails\": \"Tier E 15,000 to 49,999 Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1.11\",\n \"estimatedStreetPrice\": \"1.48\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322532CATF012\",\n \"levelDetails\": \"Tier F 50,000 to 99,999 Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"1\",\n \"estimatedStreetPrice\": \"1.33\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322532CATG012\",\n \"levelDetails\": \"Tier G 100,000+ Transactions (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-10-19T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-10-20T00:00:00.000Z\",\n \"partnerPrice\": \"0.89\",\n \"estimatedStreetPrice\": \"1.18\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322566\",\n \"productFamily\": \"Adobe Dimension For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322566CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322566CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322577\",\n \"productFamily\": \"Animate / Flash Professional For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322577CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322577CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322598\",\n \"productFamily\": \"Adobe Xd For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"For Existing Xd Customer Add-Ons Only. No New Customers. | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322598CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"353.52\",\n \"estimatedStreetPrice\": \"376.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"334.92\",\n \"estimatedStreetPrice\": \"356.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"316.32\",\n \"estimatedStreetPrice\": \"336.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"316.32\",\n \"estimatedStreetPrice\": \"336.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"297.72\",\n \"estimatedStreetPrice\": \"316.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322598CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"279.12\",\n \"estimatedStreetPrice\": \"296.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322621\",\n \"productFamily\": \"After Effects For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322621CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322621CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322627\",\n \"productFamily\": \"Lightroom W Classic For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322627CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322627CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322643\",\n \"productFamily\": \"Photoshop For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322643CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322643CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322651\",\n \"productFamily\": \"Acrobat Pro For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322651CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"213.48\",\n \"estimatedStreetPrice\": \"239.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"213.48\",\n \"estimatedStreetPrice\": \"239.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA01B12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"298.92\",\n \"estimatedStreetPrice\": \"335.88\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"202.8\",\n \"estimatedStreetPrice\": \"227.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"202.8\",\n \"estimatedStreetPrice\": \"227.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA02B12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"284.04\",\n \"estimatedStreetPrice\": \"319.08\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"192.12\",\n \"estimatedStreetPrice\": \"215.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"192.12\",\n \"estimatedStreetPrice\": \"215.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA03B12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"269.04\",\n \"estimatedStreetPrice\": \"302.28\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-05-19T00:00:00.000Z\",\n \"partnerPrice\": \"181.44\",\n \"estimatedStreetPrice\": \"203.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-05-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"181.44\",\n \"estimatedStreetPrice\": \"203.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA04B12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"254.04\",\n \"estimatedStreetPrice\": \"285.48\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"181.44\",\n \"estimatedStreetPrice\": \"203.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA12B12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"254.04\",\n \"estimatedStreetPrice\": \"285.48\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"170.76\",\n \"estimatedStreetPrice\": \"191.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA13B12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"239.16\",\n \"estimatedStreetPrice\": \"268.68\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-31T00:00:00.000Z\",\n \"partnerPrice\": \"160.08\",\n \"estimatedStreetPrice\": \"179.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322651CA14B12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-08-08T00:00:00.000Z\",\n \"partnerPrice\": \"224.16\",\n \"estimatedStreetPrice\": \"251.88\",\n \"pool\": \"Pricing Version 1\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322658\",\n \"productFamily\": \"Indesign For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322658CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"552.6\",\n \"estimatedStreetPrice\": \"587.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"525\",\n \"estimatedStreetPrice\": \"558.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"497.4\",\n \"estimatedStreetPrice\": \"529.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-04-25T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-26T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"469.68\",\n \"estimatedStreetPrice\": \"499.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"442.08\",\n \"estimatedStreetPrice\": \"470.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"372.12\",\n \"estimatedStreetPrice\": \"395.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322658CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.48\",\n \"estimatedStreetPrice\": \"440.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322694\",\n \"productFamily\": \"Robohelp Office For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322694CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"428.76\",\n \"estimatedStreetPrice\": \"456.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"428.76\",\n \"estimatedStreetPrice\": \"456.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"406.8\",\n \"estimatedStreetPrice\": \"432.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322694CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"406.8\",\n \"estimatedStreetPrice\": \"432.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322705\",\n \"productFamily\": \"Framemaker For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Windows\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322705CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"428.76\",\n \"estimatedStreetPrice\": \"456.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"428.76\",\n \"estimatedStreetPrice\": \"456.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"406.8\",\n \"estimatedStreetPrice\": \"432.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"406.8\",\n \"estimatedStreetPrice\": \"432.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"406.8\",\n \"estimatedStreetPrice\": \"432.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"395.88\",\n \"estimatedStreetPrice\": \"421.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322705CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"382.68\",\n \"estimatedStreetPrice\": \"407.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65322722\",\n \"productFamily\": \"Adobe Technicalsuit For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Windows\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65322722CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"744.36\",\n \"estimatedStreetPrice\": \"791.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"744.36\",\n \"estimatedStreetPrice\": \"791.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"725.76\",\n \"estimatedStreetPrice\": \"772.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"725.76\",\n \"estimatedStreetPrice\": \"772.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"707.16\",\n \"estimatedStreetPrice\": \"752.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"707.16\",\n \"estimatedStreetPrice\": \"752.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-11-14T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-08-30T00:00:00.000Z\",\n \"partnerPrice\": \"688.56\",\n \"estimatedStreetPrice\": \"732.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-31T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"688.56\",\n \"estimatedStreetPrice\": \"732.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"688.56\",\n \"estimatedStreetPrice\": \"732.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"669.96\",\n \"estimatedStreetPrice\": \"712.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65322722CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-10-31T00:00:00.000Z\",\n \"partnerPrice\": \"647.64\",\n \"estimatedStreetPrice\": \"688.92\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65323044\",\n \"productFamily\": \"Incopy For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65323044CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2021-12-07T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"56.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2021-12-07T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"53.52\",\n \"estimatedStreetPrice\": \"56.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2021-12-07T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"50.64\",\n \"estimatedStreetPrice\": \"53.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2021-12-07T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"47.88\",\n \"estimatedStreetPrice\": \"50.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"47.88\",\n \"estimatedStreetPrice\": \"50.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2022-02-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"47.88\",\n \"estimatedStreetPrice\": \"50.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"45\",\n \"estimatedStreetPrice\": \"47.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2022-02-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"45\",\n \"estimatedStreetPrice\": \"47.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"42.24\",\n \"estimatedStreetPrice\": \"44.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323044CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2022-02-11T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-08-01T00:00:00.000Z\",\n \"partnerPrice\": \"42.24\",\n \"estimatedStreetPrice\": \"44.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65323052\",\n \"productFamily\": \"Substance 3D Collection For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"100 Assets Per Month | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65323052CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"2396.88\",\n \"estimatedStreetPrice\": \"2549.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323052CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"2255.88\",\n \"estimatedStreetPrice\": \"2399.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323052CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"2114.88\",\n \"estimatedStreetPrice\": \"2249.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65323482\",\n \"productFamily\": \"Adobe Express For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65323482CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-08-12T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-02T00:00:00.000Z\",\n \"partnerPrice\": \"338.28\",\n \"estimatedStreetPrice\": \"359.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"169.08\",\n \"estimatedStreetPrice\": \"179.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"169.08\",\n \"estimatedStreetPrice\": \"179.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-08-12T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-02T00:00:00.000Z\",\n \"partnerPrice\": \"321.36\",\n \"estimatedStreetPrice\": \"341.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"160.68\",\n \"estimatedStreetPrice\": \"170.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"160.68\",\n \"estimatedStreetPrice\": \"170.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-08-12T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-02T00:00:00.000Z\",\n \"partnerPrice\": \"304.44\",\n \"estimatedStreetPrice\": \"323.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"152.16\",\n \"estimatedStreetPrice\": \"161.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"152.16\",\n \"estimatedStreetPrice\": \"161.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-08-12T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-02T00:00:00.000Z\",\n \"partnerPrice\": \"287.52\",\n \"estimatedStreetPrice\": \"305.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"143.76\",\n \"estimatedStreetPrice\": \"152.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"143.76\",\n \"estimatedStreetPrice\": \"152.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"143.76\",\n \"estimatedStreetPrice\": \"152.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"143.76\",\n \"estimatedStreetPrice\": \"152.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"135.24\",\n \"estimatedStreetPrice\": \"143.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"135.24\",\n \"estimatedStreetPrice\": \"143.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-03T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-03-05T00:00:00.000Z\",\n \"partnerPrice\": \"126.84\",\n \"estimatedStreetPrice\": \"134.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65323482CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-03-06T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-04-27T00:00:00.000Z\",\n \"partnerPrice\": \"126.84\",\n \"estimatedStreetPrice\": \"134.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324777\",\n \"productFamily\": \"Lightroom - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324777CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324777CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324784\",\n \"productFamily\": \"Adobe Xd - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"For Existing Xd Customer Add-Ons Only. No New Customers. | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324784CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"259.32\",\n \"estimatedStreetPrice\": \"275.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"327\",\n \"estimatedStreetPrice\": \"347.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"327\",\n \"estimatedStreetPrice\": \"347.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"250.2\",\n \"estimatedStreetPrice\": \"266.28\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"315.6\",\n \"estimatedStreetPrice\": \"335.76\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"315.6\",\n \"estimatedStreetPrice\": \"335.76\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"241.2\",\n \"estimatedStreetPrice\": \"256.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"304.08\",\n \"estimatedStreetPrice\": \"323.52\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"304.08\",\n \"estimatedStreetPrice\": \"323.52\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"241.2\",\n \"estimatedStreetPrice\": \"256.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"304.08\",\n \"estimatedStreetPrice\": \"323.52\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324784CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"304.08\",\n \"estimatedStreetPrice\": \"323.52\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324788\",\n \"productFamily\": \"Dimension - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324788CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324788CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324791\",\n \"productFamily\": \"Premiere Pro - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324791CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324791CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324801\",\n \"productFamily\": \"Animate - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324801CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324801CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324814\",\n \"productFamily\": \"Lightroom - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324814CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324814CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324819\",\n \"productFamily\": \"After Effects - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324819CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324819CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324827\",\n \"productFamily\": \"Illustrator - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324827CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324827CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324832\",\n \"productFamily\": \"Adobe Xd - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"For Existing Xd Customer Add-Ons Only. No New Customers. | First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324832CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"439.8\",\n \"estimatedStreetPrice\": \"467.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"417.84\",\n \"estimatedStreetPrice\": \"444.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"395.88\",\n \"estimatedStreetPrice\": \"421.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"395.88\",\n \"estimatedStreetPrice\": \"421.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"395.88\",\n \"estimatedStreetPrice\": \"421.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"395.88\",\n \"estimatedStreetPrice\": \"421.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"373.8\",\n \"estimatedStreetPrice\": \"397.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"351.84\",\n \"estimatedStreetPrice\": \"374.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"351.84\",\n \"estimatedStreetPrice\": \"374.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"329.88\",\n \"estimatedStreetPrice\": \"350.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324832CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"329.88\",\n \"estimatedStreetPrice\": \"350.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324845\",\n \"productFamily\": \"Dreamweaver - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324845CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324845CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324861\",\n \"productFamily\": \"Photoshop - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324861CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324861CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324868\",\n \"productFamily\": \"Photoshop - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324868CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324868CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324872\",\n \"productFamily\": \"Dimension - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324872CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324872CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324877\",\n \"productFamily\": \"Incopy - Pro For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324877CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"123.96\",\n \"estimatedStreetPrice\": \"131.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"56.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"117.72\",\n \"estimatedStreetPrice\": \"125.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"53.52\",\n \"estimatedStreetPrice\": \"56.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"111.6\",\n \"estimatedStreetPrice\": \"118.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"50.64\",\n \"estimatedStreetPrice\": \"53.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"47.88\",\n \"estimatedStreetPrice\": \"50.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"99.12\",\n \"estimatedStreetPrice\": \"105.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324877CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-02-10T00:00:00.000Z\",\n \"partnerPrice\": \"93\",\n \"estimatedStreetPrice\": \"98.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324881\",\n \"productFamily\": \"Dreamweaver - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324881CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324881CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324888\",\n \"productFamily\": \"Audition - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324888CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324888CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324898\",\n \"productFamily\": \"Audition - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324898CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324898CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324907\",\n \"productFamily\": \"Incopy - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324907CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"56.28\",\n \"estimatedStreetPrice\": \"59.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"123.96\",\n \"estimatedStreetPrice\": \"131.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"123.96\",\n \"estimatedStreetPrice\": \"131.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"54.36\",\n \"estimatedStreetPrice\": \"57.84\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"119.64\",\n \"estimatedStreetPrice\": \"127.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"119.64\",\n \"estimatedStreetPrice\": \"127.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"52.32\",\n \"estimatedStreetPrice\": \"55.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"115.32\",\n \"estimatedStreetPrice\": \"122.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"115.32\",\n \"estimatedStreetPrice\": \"122.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"52.32\",\n \"estimatedStreetPrice\": \"55.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"115.32\",\n \"estimatedStreetPrice\": \"122.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324907CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"115.32\",\n \"estimatedStreetPrice\": \"122.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324913\",\n \"productFamily\": \"Illustrator - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324913CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324913CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324918\",\n \"productFamily\": \"Animate - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324918CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324918CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324925\",\n \"productFamily\": \"Indesign - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324925CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324925CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324934\",\n \"productFamily\": \"After Effects - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324934CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324934CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324941\",\n \"productFamily\": \"Indesign - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324941CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"405.96\",\n \"estimatedStreetPrice\": \"431.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"383.4\",\n \"estimatedStreetPrice\": \"407.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"391.8\",\n \"estimatedStreetPrice\": \"416.76\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"462.48\",\n \"estimatedStreetPrice\": \"492\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"369.96\",\n \"estimatedStreetPrice\": \"393.6\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"435.24\",\n \"estimatedStreetPrice\": \"463.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"377.52\",\n \"estimatedStreetPrice\": \"401.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"445.68\",\n \"estimatedStreetPrice\": \"474.24\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"356.52\",\n \"estimatedStreetPrice\": \"379.32\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"419.52\",\n \"estimatedStreetPrice\": \"446.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"352.68\",\n \"estimatedStreetPrice\": \"375.24\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"414.96\",\n \"estimatedStreetPrice\": \"441.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"337.44\",\n \"estimatedStreetPrice\": \"358.92\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324941CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"396.96\",\n \"estimatedStreetPrice\": \"422.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65324946\",\n \"productFamily\": \"Premiere Pro - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65324946CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"501.84\",\n \"estimatedStreetPrice\": \"533.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"603.36\",\n \"estimatedStreetPrice\": \"641.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"496.2\",\n \"estimatedStreetPrice\": \"527.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"563.88\",\n \"estimatedStreetPrice\": \"599.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"625.92\",\n \"estimatedStreetPrice\": \"665.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"484.32\",\n \"estimatedStreetPrice\": \"515.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"573.24\",\n \"estimatedStreetPrice\": \"609.84\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"471.36\",\n \"estimatedStreetPrice\": \"501.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"535.68\",\n \"estimatedStreetPrice\": \"569.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"594.6\",\n \"estimatedStreetPrice\": \"632.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"543\",\n \"estimatedStreetPrice\": \"577.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"446.64\",\n \"estimatedStreetPrice\": \"475.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"507.48\",\n \"estimatedStreetPrice\": \"539.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"563.28\",\n \"estimatedStreetPrice\": \"599.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"466.68\",\n \"estimatedStreetPrice\": \"496.56\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"512.88\",\n \"estimatedStreetPrice\": \"545.64\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"421.8\",\n \"estimatedStreetPrice\": \"448.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"461.64\",\n \"estimatedStreetPrice\": \"491.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"479.28\",\n \"estimatedStreetPrice\": \"509.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"532.08\",\n \"estimatedStreetPrice\": \"566.04\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"451.08\",\n \"estimatedStreetPrice\": \"479.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"500.76\",\n \"estimatedStreetPrice\": \"532.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"441.6\",\n \"estimatedStreetPrice\": \"469.8\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"422.88\",\n \"estimatedStreetPrice\": \"449.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65324946CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"469.44\",\n \"estimatedStreetPrice\": \"499.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65325063\",\n \"productFamily\": \"Creative Cloud All Apps - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65325063CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"1133.52\",\n \"estimatedStreetPrice\": \"1205.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1325.28\",\n \"estimatedStreetPrice\": \"1409.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"1240.68\",\n \"estimatedStreetPrice\": \"1319.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1240.68\",\n \"estimatedStreetPrice\": \"1319.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1381.68\",\n \"estimatedStreetPrice\": \"1469.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1381.68\",\n \"estimatedStreetPrice\": \"1469.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"1093.8\",\n \"estimatedStreetPrice\": \"1163.64\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1259.04\",\n \"estimatedStreetPrice\": \"1339.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"1178.64\",\n \"estimatedStreetPrice\": \"1253.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1178.64\",\n \"estimatedStreetPrice\": \"1253.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1312.56\",\n \"estimatedStreetPrice\": \"1396.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1312.56\",\n \"estimatedStreetPrice\": \"1396.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"1054.2\",\n \"estimatedStreetPrice\": \"1121.52\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1192.8\",\n \"estimatedStreetPrice\": \"1268.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"1116.6\",\n \"estimatedStreetPrice\": \"1187.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1116.6\",\n \"estimatedStreetPrice\": \"1187.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1243.56\",\n \"estimatedStreetPrice\": \"1322.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1243.56\",\n \"estimatedStreetPrice\": \"1322.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"1054.2\",\n \"estimatedStreetPrice\": \"1121.52\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1126.44\",\n \"estimatedStreetPrice\": \"1198.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"1054.56\",\n \"estimatedStreetPrice\": \"1121.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1054.56\",\n \"estimatedStreetPrice\": \"1121.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1174.44\",\n \"estimatedStreetPrice\": \"1249.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1174.44\",\n \"estimatedStreetPrice\": \"1249.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"1042.8\",\n \"estimatedStreetPrice\": \"1109.4\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1054.56\",\n \"estimatedStreetPrice\": \"1121.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1174.44\",\n \"estimatedStreetPrice\": \"1249.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1174.44\",\n \"estimatedStreetPrice\": \"1249.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"997.56\",\n \"estimatedStreetPrice\": \"1061.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"992.52\",\n \"estimatedStreetPrice\": \"1055.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1105.32\",\n \"estimatedStreetPrice\": \"1175.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1105.32\",\n \"estimatedStreetPrice\": \"1175.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-09-15T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-09-17T00:00:00.000Z\",\n \"partnerPrice\": \"997.56\",\n \"estimatedStreetPrice\": \"1061.16\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"930.48\",\n \"estimatedStreetPrice\": \"989.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-11-02T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"1036.32\",\n \"estimatedStreetPrice\": \"1102.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325063CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"1036.32\",\n \"estimatedStreetPrice\": \"1102.44\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65325080\",\n \"productFamily\": \"Cc All Apps - Pro For Teams\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65325080CA01012\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"902.28\",\n \"estimatedStreetPrice\": \"959.88\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1077.12\",\n \"estimatedStreetPrice\": \"1145.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"1015.08\",\n \"estimatedStreetPrice\": \"1079.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"1015.08\",\n \"estimatedStreetPrice\": \"1079.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA02012\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"870.72\",\n \"estimatedStreetPrice\": \"926.28\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1039.44\",\n \"estimatedStreetPrice\": \"1105.8\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"979.56\",\n \"estimatedStreetPrice\": \"1042.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"979.56\",\n \"estimatedStreetPrice\": \"1042.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA03012\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1001.76\",\n \"estimatedStreetPrice\": \"1065.72\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"944.04\",\n \"estimatedStreetPrice\": \"1004.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"944.04\",\n \"estimatedStreetPrice\": \"1004.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA04012\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"839.16\",\n \"estimatedStreetPrice\": \"892.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-04-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-03T00:00:00.000Z\",\n \"partnerPrice\": \"1001.76\",\n \"estimatedStreetPrice\": \"1065.72\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"lastOrderDate\": \"2022-05-04T00:00:00.000Z\",\n \"partnerPrice\": \"944.04\",\n \"estimatedStreetPrice\": \"1004.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-05-05T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"944.04\",\n \"estimatedStreetPrice\": \"1004.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA12012\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"830.16\",\n \"estimatedStreetPrice\": \"883.08\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"933.84\",\n \"estimatedStreetPrice\": \"993.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA13012\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"794.04\",\n \"estimatedStreetPrice\": \"844.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"893.28\",\n \"estimatedStreetPrice\": \"950.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA14012\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"794.04\",\n \"estimatedStreetPrice\": \"844.68\",\n \"pool\": \"Discount 1\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65325080CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2014-06-01T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-11-01T00:00:00.000Z\",\n \"partnerPrice\": \"893.28\",\n \"estimatedStreetPrice\": \"950.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65327457\",\n \"productFamily\": \"Acrobat Sign Solutions For Enterprise\",\n \"productType\": \"Transaction New\",\n \"productTypeDetail\": \"No Proration\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"Per Transaction\",\n \"metric\": \"Transaction\",\n \"prices\": [\n {\n \"partNumber\": \"65327457CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.75\",\n \"estimatedStreetPrice\": \"1\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327457CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.71\",\n \"estimatedStreetPrice\": \"0.95\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327457CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.68\",\n \"estimatedStreetPrice\": \"0.9\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327457CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.64\",\n \"estimatedStreetPrice\": \"0.85\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65327459\",\n \"productFamily\": \"Acrobat Sign Solutions For Business\",\n \"productType\": \"Transaction New\",\n \"productTypeDetail\": \"No Proration\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Other\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"Per Transaction\",\n \"metric\": \"Transaction\",\n \"prices\": [\n {\n \"partNumber\": \"65327459CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.75\",\n \"estimatedStreetPrice\": \"1\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327459CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.71\",\n \"estimatedStreetPrice\": \"0.95\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327459CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.68\",\n \"estimatedStreetPrice\": \"0.9\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65327459CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2022-12-16T00:00:00.000Z\",\n \"lastOrderDate\": \"2023-07-17T00:00:00.000Z\",\n \"partnerPrice\": \"0.64\",\n \"estimatedStreetPrice\": \"0.85\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n },\n {\n \"sku\": \"65330676\",\n \"productFamily\": \"Incopy - Edition 4 For Enterprise\",\n \"productType\": \"Subscription New\",\n \"productTypeDetail\": \"Annual\",\n \"additionalDetail\": \"First Order Date and Last Order Date=3-year commit accept. RMA Request Deadline=Last eligible order date.\",\n \"operatingSystem\": \"Multiple Platforms\",\n \"language\": \"Multi NorthAmerican Language\",\n \"version\": \"ALL\",\n \"users\": \"1 User\",\n \"prices\": [\n {\n \"partNumber\": \"65330676CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"123.96\",\n \"estimatedStreetPrice\": \"131.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA01A12\",\n \"levelDetails\": \"Level 1 1 - 9\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"123.96\",\n \"estimatedStreetPrice\": \"131.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"117.72\",\n \"estimatedStreetPrice\": \"125.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA02A12\",\n \"levelDetails\": \"Level 2 10 - 49\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"117.72\",\n \"estimatedStreetPrice\": \"125.28\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"111.6\",\n \"estimatedStreetPrice\": \"118.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA03A12\",\n \"levelDetails\": \"Level 3 50 - 99\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"111.6\",\n \"estimatedStreetPrice\": \"118.68\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA04A12\",\n \"levelDetails\": \"Level 4 100+\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA12A12\",\n \"levelDetails\": \"Level 12 10 - 49 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"105.36\",\n \"estimatedStreetPrice\": \"112.08\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"99.12\",\n \"estimatedStreetPrice\": \"105.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA13A12\",\n \"levelDetails\": \"Level 13 50 - 99 (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"99.12\",\n \"estimatedStreetPrice\": \"105.48\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2023-06-20T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-05-21T00:00:00.000Z\",\n \"partnerPrice\": \"93\",\n \"estimatedStreetPrice\": \"98.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n },\n {\n \"partNumber\": \"65330676CA14A12\",\n \"levelDetails\": \"Level 14 100+ (VIP Select 3 year commit)\",\n \"firstOrderDate\": \"2024-05-22T00:00:00.000Z\",\n \"lastOrderDate\": \"2024-07-31T00:00:00.000Z\",\n \"partnerPrice\": \"93\",\n \"estimatedStreetPrice\": \"98.88\",\n \"pool\": \"Application\",\n \"duration\": \"12 Months\"\n }\n ]\n }\n ]\n}"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "Recommendations",
+ "item": [
+ {
+ "name": "Recommendations",
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "x-correlation-id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "x-request-id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Authorization",
+ "value": "eyJhbGciOiJSUzI1NiIsIng1dSI6Imltc19uYTEtc3RnMS1rZXktYXQtMS5jZXIiLCJraWQiOiJpbXNfbmExLXN0ZzEta2V5LWF0LTEiLCJpdHQiOiJhdCJ9.eyJpZCI6IjE3NDUzMTIwNjYyOThfZGNmN2IzNzQtYzJkNS00MTNkLWI1MGItYzU1NjFiNTY2OTRhX3V3MiIsIm9yZyI6IjYzRjY2QzQ4NUYyQjFENTcwQTQ5NDIxOEBBZG9iZU9yZyIsInR5cGUiOiJhY2Nlc3NfdG9rZW4iLCJjbGllbnRfaWQiOiJhNTQwMGM2YmQ1OTQ0MjQ4OWRkYmNlYjI4MzU2YzYwYSIsInVzZXJfaWQiOiI5QjhBNkE4QzVGMkI1MUI1MEE0OTQyMENAdGVjaGFjY3QuYWRvYmUuY29tIiwiYXMiOiJpbXMtbmExLXN0ZzEiLCJhYV9pZCI6IjlCOEE2QThDNUYyQjUxQjUwQTQ5NDIwQ0B0ZWNoYWNjdC5hZG9iZS5jb20iLCJjdHAiOjMsIm1vaSI6ImU0MzBjYjcyIiwiZXhwaXJlc19pbiI6Ijg2NDAwMDAwIiwic2NvcGUiOiJvcGVuaWQsQWRvYmVJRCxyZWFkX29yZ2FuaXphdGlvbnMiLCJjcmVhdGVkX2F0IjoiMTc0NTMxMjA2NjI5OCJ9.IV3XwYbKzy7zu7rrX9m1QOVxuTe5ZcKUiEh99lEoyfnlJ35kpkpyTb706z-g4sf3PdcVrZZV66bx9qzbbkXUAjS1vScHG2DavzyuISAtWvP_D4ePXktv5yfByVSyXl4jnmmApWPAA-uTXOvOeNy9TSezS2x6SQqFw4bziCwpar-n9pLTr4w4CGVAx7Cw23zwGJ5Z1VRMC7zCg9niGEWdUEydzeOPjHBrHu2yNrzHy5q4WfJQjssDzLbLcZc5sVqkLKfBPIoA5RlwrKWkgNdTDcgOuFYBu3hs2l8yEqk460mgm1yrgA3VaRLAFkfODSKV1dEFn331OY6WgFMBcLX2EQ",
+ "type": "text",
+ "disabled": true
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"recommendationContext\": \"ORDER_PREVIEW\",\n \"customerId\": \"1006085508\",\n \"offers\": [\n {\n \"offerId\": \"65304886CA01A12\",\n \"quantity\": 10\n }\n ],\n \"country\": \"DE\",\n \"language\": \"MULT\",\n \"recommendationType\": \"PRODUCT\"\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/v3/recommendations",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "recommendations"
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ },
+ {
+ "name": "Flexible Promotions",
+ "item": [
+ {
+ "name": "Get Flexible Promotions",
+ "event": [
+ {
+ "listen": "test",
+ "script": {
+ "exec": [
+ "var jsonData = JSON.parse(responseBody);",
+ "if (jsonData.hasOwnProperty(\"customerId\")) {",
+ " pm.environment.set(\"customerId\", jsonData[\"customerId\"]);",
+ "}"
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ },
+ {
+ "listen": "prerequest",
+ "script": {
+ "exec": [
+ "var uuid = require('uuid');",
+ "pm.environment.set(\"externalReferenceId\", uuid.v4().substring(0,35));"
+ ],
+ "type": "text/javascript",
+ "packages": {}
+ }
+ }
+ ],
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "{{PROD_TOKEN}}",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "GET",
+ "header": [
+ {
+ "key": "x-api-key",
+ "value": "{{API_KEY}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Request-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "X-Correlation-Id",
+ "value": "{{$guid}}",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/v3/flex-discounts?country=GB&market-segment=COM",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "v3",
+ "flex-discounts"
+ ],
+ "query": [
+ {
+ "key": "country",
+ "value": "GB"
+ },
+ {
+ "key": "market-segment",
+ "value": "COM"
+ },
+ {
+ "key": "flex-discount-id",
+ "value": "55555555-8768-4e8a-9a2f-fb6a6b08f578",
+ "disabled": true
+ },
+ {
+ "key": "offer-ids",
+ "value": "65304521CA01012",
+ "disabled": true
+ },
+ {
+ "key": "flex-discount-code",
+ "value": "Q2_SALE_35",
+ "disabled": true
+ },
+ {
+ "key": "start-date",
+ "value": "2025-01-01",
+ "disabled": true
+ },
+ {
+ "key": "end-date",
+ "value": "2029-01-01",
+ "disabled": true
+ },
+ {
+ "key": "limit",
+ "value": "5",
+ "disabled": true
+ },
+ {
+ "key": "offset",
+ "value": "5",
+ "disabled": true
+ }
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ }
+ ],
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "{{ACCESS_TOKEN}}",
+ "type": "string"
+ }
+ ]
+ },
+ "event": [
+ {
+ "listen": "prerequest",
+ "script": {
+ "type": "text/javascript",
+ "exec": [
+ ""
+ ]
+ }
+ },
+ {
+ "listen": "test",
+ "script": {
+ "type": "text/javascript",
+ "exec": [
+ ""
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file