ccrz__E_SellerI18N__c

Represents a localized seller record.

Compatibility

This reference applies to:

Release Managed Package Version API Version
B2B Commerce for Visualforce Winter ’21 4.13 12
B2B Commerce for Visualforce Spring ’20 4.12 11
B2B Commerce for Visualforce Summer ’19 4.11 10
B2B Commerce for Visualforce Spring ’19 4.10 9
B2B Commerce for Visualforce Summer ’18 4.9 8

API Usage

The API doesn't return fields on the ccrz__E_SellerI18N__c record directly. When the ccrz.ccApiSeller.fetch method's input map includes the ccrz.ccApiSeller.SELLERLOCALE key, the method:

  1. References ccrz__E_SellerI18N__c records for the specified locale.
  2. Returns ccrz__E_Seller__c records, translated with the localized data.

Fields

CC Seller
The seller record to localize.
Usage Field Name Data Type
Input on object ccrz__Seller__c Master-Detail Relationship (ccrz__E_Seller__c)
Input or output with API (with any data size) Not applicable
CC Seller I18N Name
An internal-facing name for the record.
Usage Field Name Data Type
Input on object Name Text (80)
Input or output with API (with any data size) Not applicable
Effective End
The final date when the internalized seller record is active on the storefront.
Usage Field Name Data Type
Input on object ccrz__EffectiveEnd__c Date/Time
Input or output with API (with any data size) Not applicable
Effective Start
The first date when the internalized seller record is active on the storefront.
Usage Field Name Data Type
Input on object ccrz__EffectiveStart__c Date/Time
Input or output with API (with any data size) Not applicable
Enabled
Whether the record is active in your org's data.
Usage Field Name Data Type
Input on object ccrz__Enabled__c Checkbox
Input or output with API (with any data size) The API doesn't return data for this field.
Locale
ISO code for the locale to localize for.

Each locale uses the following codes for languages and regions, separated by an underscore:

  • ISO 639-1 language code, such as en or ja
  • ISO 3166-1 Alpha 2 country or region code, such as US or JP

Note

Usage Field Name Data Type
Input on object ccrz__Locale__c Text (25)
Input or output with API (with any data size) Not applicable
Logo
URL for the internationalized seller's logo image to show on the storefront. Use https protocol.
Usage Field Name Data Type
Input on object ccrz__Logo__c URL (255)
Input or output with API (with any data size) Not applicable
Long Description
Content for the internationalized Seller Detail page.
Usage Field Name Data Type
Input on object ccrz__LongDesc__c Text Area (Rich) (32768)
Input or output with API (with any data size) Not applicable
Search Tokens
Internationalized keywords that complement the Seller Name and Location fields as searchable metadata to help buyers find a seller from the Seller Locator widget on the storefront.

To support buyers who search only by distance in the Seller Locator widget and don't enter any other search criteria, always include the keyword all.

Tip

Usage Field Name Data Type
Input on object ccrz__SearchTokens__c Text Area (Long) (32768)
Input or output with API (with any data size) Not applicable
SellerI18N ID
A unique ID that associates the record with an external system.
Usage Field Name Data Type
Input on object ccrz__SellerI18NId__c Text (255)
Input or output with API (with any data size) Not applicable
Short Description
Content for the internationalized Seller List page.
Usage Field Name Data Type
Input on object ccrz__ShortDesc__c Text Area (Rich) (32768)
Input or output with API (with any data size) Not applicable