{
  "pricing_family_id": 1,
  "product_id": 343684,
  "store_id": 1,
  "new_input": {
    "store_pricing_scheme": {
      "model_function": "get_by_pricing_family_and_store_id",
      "data": {
        "store_pricing_scheme_id": 1,
        "name": "iTunes Film",
        "store_id": 1,
        "pricing_family_id": 1,
        "store_pricing_tiers": [
          {
            "name": "Front",
            "orchard_pricing_tier_id": 1,
            "store_pricing_tier_codes": [
              {
                "price_code": "4",
                "resolution": "SD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "US"},
                  {"territory_code": "CA"}
                ],
                "territory_set": ["US", "CA"]
              },
              {
                "price_code": "104",
                "resolution": "HD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "US"},
                  {"territory_code": "CA"}
                ],
                "territory_set": ["US", "CA"]
              },
              {
                "price_code": "5",
                "resolution": "SD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "GB"}
                ],
                "territory_set": ["GB"]
              },
              {
                "price_code": "105",
                "resolution": "HD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "GB"}
                ],
                "territory_set": ["GB"]
              }
            ]
          },
          {
            "name": "Mid",
            "orchard_pricing_tier_id": 3,
            "store_pricing_tier_codes": [
              {
                "price_code": "1",
                "resolution": "SD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "US"},
                  {"territory_code": "CA"}
                ],
                "territory_set": ["US", "CA"]
              },
              {
                "price_code": "101",
                "resolution": "HD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "US"},
                  {"territory_code": "CA"}
                ],
                "territory_set": ["US", "CA"]
              },
              {
                "price_code": "2",
                "resolution": "SD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "GB"}
                ],
                "territory_set": ["GB"]
              },
              {
                "price_code": "102",
                "resolution": "HD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "GB"}
                ],
                "territory_set": ["GB"]
              }
            ]
          }
        ]
      }
    },
    "product_orchard_pricing_tier" :{
      "model_function": "get_by_product_id_and_pricing_family_id",
      "data": {
        "product_orchard_pricing_tier_id": 1,
        "orchard_pricing_tier_id": 1,
        "product_id": 1
      }
    },
    "product_pricing_overrides" :{
      "model_function": "get_by_product_id",
      "data": {
        "items": [
          {
            "pricing_family_id": 1,
            "activated": true,
            "orchard_pricing_tier_id": 3,
            "store_id": 1,
            "start_date": "{{TODAY}}",
            "sort_order": 1,
            "resolution": null,
            "applies_worldwide": true,
            "territory_list_include": false
          },
          {
            "pricing_family_id": 1,
            "activated": true,
            "orchard_pricing_tier_id": 1,
            "store_id": 1,
            "start_date": "2000-01-01",
            "end_date": "{{TODAY}}",
            "sort_order": 1,
            "resolution": null,
            "applies_worldwide": true,
            "territory_list_include": false
          }
        ]
      }
    }
  },
  "expected_output": {
    "items": [
      {
        "price_code": "2",
        "territories": ["AG"],
        "resolution": "SD"
      },
      {
        "price_code": "1",
        "territories": ["CA", "US"],
        "resolution": "SD"
      },
      {
        "price_code": "101",
        "territories": ["CA", "US"],
        "resolution": "HD"
      },
      {
        "price_code": "2",
        "territories": ["GB"],
        "resolution": "SD"
      },
      {
        "price_code": "102",
        "territories": ["GB"],
        "resolution": "HD"
      },
      {
        "price_code": "2",
        "territories": ["WW"]
      }
    ]
  }
}

