review_submissions__create
Start an App Store review submission by creating an empty container for an app. Add version items and then submit.
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). |