Feature: Get product store pricing

  Scenario: The client requests the pricing for a film product for iTunes
    Given the film product exists
    When the client requests pricing for the film product for iTunes
    Then the response contains the pricing result

  Scenario: The client requests the pricing for a music product at the album level for iTunes
    Given the music product exists
    When the client requests pricing for the music product at the album level for iTunes
    Then the response contains the pricing result

  Scenario: The client requests the pricing for a music product at the track level for iTunes
    Given the music product exists
    When the client requests pricing for the music product at the album level for iTunes
    Then the response contains the pricing result
