Updates the store configuration for the specified platform. For Apple: if private keys are not provided, existing values are preserved. For Google: if service account key is not provided, existing value is preserved.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Unique key to ensure idempotent execution.
Store platform identifier.
apple, google App-Specific Shared Secret.
App Store app ID.
iOS bundle identifier.
App Store Connect API key identifier.
ASC private key (PEM format). Omit to preserve existing value.
App Store Connect API issuer ID.
In-App Purchase API key identifier.
IAP private key (PEM format). Omit to preserve existing value.
In-App Purchase API issuer ID.
Updated store configuration (with sensitive fields masked).
store_config "/v4/project-settings/stores/apple"
apple Whether the App-Specific Shared Secret is set. The value itself is never returned.
Whether the ASC private key is set.
Whether the IAP private key is set.
App Store app ID.
iOS bundle identifier.
App Store Connect API key identifier.
App Store Connect API issuer ID.
In-App Purchase API key identifier.
In-App Purchase API issuer ID.