review_submissions__create
Create an empty review submission for an app to begin the App Store review process. Add version items and submit in subsequent steps.
Instructions
Submit an App Store version for Apple review — step 1 of 3, and this call alone does not send anything. It opens an empty submission for an app; put the version in it with review_submission_items__create, then set submitted on it. [POST /v1/reviewSubmissions] RELEASE-level write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | JSON:API request body (Apple schema: ReviewSubmissionCreateRequest). |