{
  "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"}
                ]
              },
              {
                "price_code": "104",
                "resolution": "HD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "US"},
                  {"territory_code": "CA"}
                ]
              },
              {
                "price_code": "5",
                "resolution": "SD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "GB"}
                ]
              },
              {
                "price_code": "105",
                "resolution": "HD",
                "applies_worldwide": false,
                "territory_list_include": true,
                "store_pricing_tier_code_territories": [
                  {"territory_code": "GB"}
                ]
              }
            ]
          }
        ]
      }
    },
    "product_orchard_pricing_tier" :{
      "model_function": "get_by_product_id_and_pricing_family_id",
      "data": {}
    },
    "orchard_pricing_tier" :{
      "model_function": "get_orchard_pricing_tier_by_pricing_family_id",
      "data": {
        "items": [
          {
            "orchard_pricing_tier_id": 1,
            "is_default": true,
            "name": "Front"
          }
        ]
      }
    },
    "product_pricing_overrides" :{
      "model_function": "get_by_product_id",
      "data": {
        "items": []
      }
    }
  },
  "expected_output": {
    "items": [
      {
        "price_code": "4",
        "territories": ["CA", "US"],
        "resolution": "SD"
      },
      {
        "price_code": "104",
        "territories": ["CA", "US"],
        "resolution": "HD"
      },
      {
        "price_code": "5",
        "territories": ["GB"],
        "resolution": "SD"
      },
      {
        "price_code": "105",
        "territories": ["GB"],
        "resolution": "HD"
      },
      {
        "price_code": "2",
        "territories": ["AG"],
        "resolution": "SD"
      },
      {
        "price_code": "2",
        "territories": ["WW"]
      }
    ]
  }
}

