Overview
A Country represents a single country
to be assocated with a Zone which is used in
both calculating tax or shipping within StoreConnect.
This could be "Australia" or "United States of America"
The only validation done on a country is via the
3 digit alpha code. This must be per ISO 3166 for
the system to work correctly.
| Property |
Value |
| API Name |
s_c__Country__c |
| Label |
Country |
| Plural Label |
Countries |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Code |
s_c__Code__c |
Picklist |
Yes |
The country (note, this picklist must comply with the ISO 3166 standard, e.g. "AUS" for Australia or "USA" for United States) |
| StoreConnect External ID |
s_c__sC_Id__c |
Text(36) |
No |
StoreConnect External ID, do not modify in Salesforce |
Last updated March 6, 2025