This page lists the parameters, country codes, and language codes used with the view seller’s app details response and modify app data request in the Content Publish API.
[ { "contentId": "000007654321", "appTitle": "The best app ever!", "icon": "https://img.samsungapps.com/content/d33aazz11a/2021/0214/IconImage_20210214000000000.png", "iconKey": null, "contentStatus": "REGISTERING", "defaultLanguageCode": "ENG", "applicationType": "android", "longDescription": "The app that solves all your problems.", "shortDescription": "", "newFeature": "", "ageLimit": "0", "openSourceURL": "", "privatePolicyURL": "", "youTubeURL": "", "copyrightHolder": "", "supportEMail": "support@mycompany.com", "supportedSiteUrl": "", "binaryList":[ { "fileName": "App_filename.apk", "versionCode": "3", "versionName": "3", "packageName": "my.package.name", "nativePlatforms": null, "apiminSdkVersion": "26", "apimaxSdkVersion": null, "iapSdk": "N", "gms": "Y", "filekey": null } ], "standardPrice": "0", "paid": "N", "autoAddCountry": false, "publicationType": "01", "startPublicationDate": null, "stopPublicationDate": "2023-01-02", "usExportLaws": true, "reviewComment": null, "reviewFilename": null, "reviewFilekey": null, "edgescreen": null, "edgescreenKey": null, "edgescreenplus": null, "edgescreenplusKey": null, "notifyResult":[], "sellCountryList":[ {"countryCode": "AUT", "price": "0"}, {"countryCode": "DEU", "price": "0"}, {"countryCode": "ESP", "price": "0"}, {"countryCode": "FRA", "price": "0"}, {"countryCode": "ITA", "price": "0"}, {"countryCode": "JPN", "price": "0"}, {"countryCode": "KOR", "price": "0"}, {"countryCode": "NLD", "price": "0"}, {"countryCode": "TUR", "price": "0"} ], "supportedLanguages":["DEU", "ENG", "FRA", "ITA", "JPN", "KOR"], "addLanguage":[ { "languagecode": "DEU", "newFeature": "", "description": "The app that solves all your problems.", "appTitle": "The best app ever!", "screenshots":[ { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_202102230000000002.png", "screenshotKey": "ScreenImage_202102230000000002_filekey", "reuseYn": false }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_2021022300000000.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_20210223000000009.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_202102230000000001.jpeg", "screenshotKey": null, "reuseYn": true } ] } ], "screenshots":[ { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000000.png", "screenshotKey": "ScreenImage_20210218000000000_filekey", "reuseYn": false }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000001.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000002.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000003.png", "screenshotKey": null, "reuseYn": true } ], "category":[ { "name": "Others", "type": "ONE_DEPTH_CATEGORY" }, { "name": "Music", "type": "GENERAL_CATEGORY" } ], "heroImage": "https://img.samsungapps.com/content/d33aazz11a/2021/0219/ENG/CoverImage_20210219000000007.png", "heroImageKey": null } ]
fileKey
startPublicationDate
publicationType
"addLanguage":[ { "languagecode": "DEU", "newFeature": "", "description": "The app that solves all your problems.", "appTitle": "The best app ever!", "screenshots":[ { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_202102230000000002.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_2021022300000000.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_20210223000000009.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_202102230000000001.jpeg", "screenshotKey": null, "reuseYn": true } ] } ]
"binaryList":[ { "fileName": "App_filename.apk", "binarySeq" : "1", "versionCode": "3", "versionName": "3", "packageName": "my.package.name", "nativePlatforms": null, "apiminSdkVersion": "26", "apimaxSdkVersion": null, "iapSdk": "N", "gms": "Y", "filekey": null } ]
contentInfo
To add a new binary to your app, append a new set of the parameters to the existing binaryList. You can register up to 10 binary files and the extensions of all binaries registered for an app must be identical.
binaryList
For example, to add a new binary, if this is the binaryList in the contentInfo response:
Change the binaryList parameter to this in the request to add the new App_filename_part2.apk binary:
App_filename_part2.apk
"binaryList":[ { "fileName": "App_filename.apk", "binarySeq" : "1", "versionCode": "3", "versionName": "3", "packageName": "my.package.name", "nativePlatforms": null, "apiminSdkVersion": "26", "apimaxSdkVersion": null, "iapSdk": "N", "gms": "Y", "filekey": null }, { "fileName": "App_filename_part2.apk", "binarySeq" : "1", "versionCode": "4", "versionName": "4", "packageName": "my.package.name", "nativePlatforms": null, "apiminSdkVersion": "26", "apimaxSdkVersion": null, "iapSdk": "N", "gms": "Y", "filekey": null } ]
See App Binary Registration for more details.
"category":[ { "name": "Others", "type": "ONE_DEPTH_CATEGORY" }, { "name": "Music", "type": "GENERAL_CATEGORY" } ]
"screenshots":[ { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_202102230000000002.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_2021022300000000.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_20210223000000009.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0223/DEU/ScreenImage_202102230000000001.jpeg", "screenshotKey": null, "reuseYn": true } ]
filekey
reuseYn
screenshotKey
If you want to remove a screenshot, remove it from the request parameters.
For example, if these are the screenshots parameters in the contentInfo response:
"screenshots":[ { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000000.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000001.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000002.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000003.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000004.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000005.png", "screenshotKey": null, "reuseYn": true } ]
To remove the last two screenshots, change the screenshots parameters to this in the request:
"screenshots":[ { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000000.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000001.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000002.png", "screenshotKey": null, "reuseYn": true }, { "screenshotPath": "https://img.samsungapps.com/content/d33aazz11a/2021/0218/ENG/ScreenImage_20210218000000003.png", "screenshotKey": null, "reuseYn": true } ]
"sellCountryList":[ {"countryCode": "AUT", "price": "0"}, {"countryCode": "DEU", "price": "0"}, {"countryCode": "ESP", "price": "0"} ]
See Entering information on country/region and price for more details.
Sorted by region, then alphabetically by country name.
Europe "AUT": "Austria", "BEL": "Belgium", "BGR": "Bulgaria", "HRV": "Croatia", "CZE": "Czech", "DNK": "Denmark", "EST": "Estonia", "FIN": "Finland", "FRA": "France", "DEU": "Germany", "GRC": "Greece", "HUN": "Hungary", "IRL": "Ireland", "ITA": "Italy", "LVA": "Latvia", "LTU": "Lithuania", "LUX": "Luxembourg", "NLD": "Netherlands", "NOR": "Norway", "POL": "Poland", "PRT": "Portugal", "ROU": "Romania", "SRB": "Serbia", "SVK": "Slovakia", "ESP": "Spain", "SWE": "Sweden", "CHE": "Switzerland", "TUR": "Turkey", "GBR": "United Kingdom" CIS "BLR": "Belarus", "KAZ": "Kazakhstan", "RUS": "Russia", "UKR": "Ukraine" Asia "AUS": "Australia", "CHN": "Chinese", "HKG": "Chinese Hong Kong", "TWN": "Chinese Taiwan", "IND": "India", "IDN": "Indonesia", "JPN": "Japan", "KOR": "Korea", "MYS": "Malaysia", "NZL": "New Zealand", "PHL": "Philippines", "SGP": "Singapore", "THA": "Thailand", "VNM": "Vietnam" America "ARG": "Argentina", "BRA": "Brazil", "CAN": "Canada", "CHL": "Chile", "COL": "Colombia", "MEX": "Mexico", "PER": "Peru", "USA": "USA" Middle East and Africa "DZA": "Algeria", "BHR": "Bahrain", "EGY": "Egypt", "IRN": "Iran", "IRQ": "Iraq", "ISR": "Israel", "JOR": "Jordan", "KEN": "Kenya", "KWT": "Kuwait", "LBN": "Lebanon", // only free applications are available "LBY": "Libya", "MAR": "Morocco", "NGA": "Nigeria", "OMN": "Oman", "QAT": "Qatar", "SAU": "Saudi Arabia", "ZAF": "South Africa", "TUN": "Tunisia", "ARE": "United Arab Emirates", "YEM": "Yemen" Groups "GLB": "Global A", "GLF": "Global A Free", // only free applications are available "ISU": "Global Free", // only free applications are available "GPB": "Pan Latin Free", // only free applications are available "GPF": "Pan-Africa (English)", // only free applications are available "GPA": "Pan-Africa (French)", // only free applications are available "GPL": "Pan-Latin" "BTS": "Beta Test Store" // only free applications are available
Sorted alphabetically by language.
"ARA": "Arabic", "BUL": "Bulgarian", "ZHO": "Chinese Simplified", "002": "Chinese Traditional", "HRV": "Croatian", "CES": "Czech", "DAN": "Danish", "NLD": "Dutch", "ENG": "English", "EST": "Estonian", "FIN": "Finnish", "FRA": "French", "GLA": "Gaelic", "DEU": "German", "ELL": "Greek", "HEB": "Hebrew", "HUN": "Hungarian", "IND": "Indonesian", "ITA": "Italian", "JPN": "Japanese", "KAZ": "Kazakh", "KOR": "Korean", "LAV": "Latvian", "LIT": "Lithuanian", "NOR": "Norwegian", "FAS": "Persian", "POL": "Polish", "POR": "Portuguese", "RON": "Romanian", "RUS": "Russian", "SRP": "Serbian", "SLK": "Slovakian", "SPA": "Spanish", "SWE": "Swedish", "THA": "Thai", "TUR": "Turkish", "UKR": "Ukrainian", "VIE": "Vietnamese"
"ARA": "Arabic", "HYE": "Armenian", "ASN": "Assamese", "AZE": "Azerbaijani", "EUS": "Basque", "BEN": "Bengali", "BUL": "Bulgarian", "CAT": "Catalan", "ZHO": "Chinese Simplified", "002": "Chinese Traditional", "HRV": "Croatian", "CES": "Czech", "DAN": "Danish", "NLD": "Dutch", "ENG": "English", "EST": "Estonian", "FAS": "Farsi", "FIN": "Finnish", "FRA": "French", "GLG": "Galician", "KAT": "Georgian", "DEU": "German", "ELL": "Greek", "GUJ": "Gujarati", "HAU": "Hausa", "HEB": "Hebrew", "HIN": "Hindi", "HUN": "Hungarian", "ISL": "Icelandic", "IBO": "Igbo", "IND": "Indonesian", "GLE": "Irish", "ITA": "Italian", "JPN": "Japanese", "KAN": "Kannada", "KAZ": "Kazakh", "KHM": "Khmer", "KOR": "Korean", "LAO": "Lao", "LAV": "Latvian", "LIT": "Lithuanian", "MKD": "Macedonian", "MSA": "Malay", "MAL": "Malayalam", "MAR": "Marathi", "MON": "Mongolian", "BUR": "Myanmar", "NEP": "Nepali", "NOR": "Norwegian", "ORI": "Oriya", "POL": "Polish", "POR": "Portuguese", "PAN": "Punjabi", "RON": "Romanian", "RUS": "Russian", "SRP": "Serbian", "SIN": "Sinhala", "SLK": "Slovakian", "SLV": "Slovenian", "SPA": "Spanish", "LAT": "Spanish_Latin", "SWE": "Swedish", "TAM": "Tamil", "TEL": "Telugu", "THA": "Thai", "TUR": "Turkish", "UKR": "Ukrainian", "URD": "Urdu", "UZB": "Uzbek", "VIE": "Vietnamese", "YOR": "Yoruba"