apps__app_price_points__list
List allowed price points for an app's purchase price. Filter by territory to find the price point ID matching the price you want to set.
Instructions
List the allowed price points for an app's purchase price. Filter by territory (country) to find the price point ID matching the price you want to set. [GET /v1/apps/{id}/appPricePoints]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| next_url | No | Absolute links.next URL from a previous response. | |
| filter_territory | No | filter by id(s) of related 'territory' Three-letter ISO-3166 alpha-3 code — USA, TUR, DEU, GBR. Not the two-letter form: "US" is accepted and silently returns an empty list. | |
| fields_appPricePoints | No | the fields to include for returned resources of type appPricePoints Return only these attributes. A full row set can exceed 200 KB. |