ccrz__E_Seller__c

Represents a seller hosted on your storefront whose products are available for search and purchase.

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

Class used with: ccrz.ccApiSeller

Fetch sizing: An API fetch query always evaluates the same fields for records of this object, regardless of any specific data size request in your input map.

Fields

Account
The account associated with the seller.
Usage Field Name Data Type
Input on object ccrz__Account__c Lookup Relationship (Account)
Input or output with API (with any data size) account ID
Default Representative
A standard user assigned as the seller's representative. This user owns the portion of the buyer's order that the seller is responsible for fulfilling.
Usage Field Name Data Type
Input on object ccrz__DefaultRep__c Lookup Relationship (User)
Input or output with API (with any data size) defaultRep ID
Effective End
The final date when the seller 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) effectiveEnd Datetime
Effective Start
The first date when the seller 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) effectiveStart Datetime
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.
Location
Latitude and longitude values, which B2B Commerce for Visualforce uses to determine the seller's distance from a buyer in the Seller Locator widget on the storefront.
Usage Field Name Data Type
Input on object ccrz__Location__c Geolocation
Input or output with API (with any data size) location Location
Logo
URL for the 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) logo String
Long Description
Content for the 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) longDesc String
Search Tokens
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) searchTokens String
Seller ID
A unique ID that associates the record with an external system.
Usage Field Name Data Type
Input on object ccrz__SellerId__c Text (255)
Input or output with API (with any data size) sellerId String
Seller Name
Name that appears on the Seller List and Seller Detail pages.
Usage Field Name Data Type
Input on object Name Text (80)
Input or output with API (with any data size) sfdcName String
Short Description
Content for the 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) shortDesc String
Storefront
Storefront where the seller has products available.
Usage Field Name Data Type
Input on object ccrz__Storefront__c Text (255)
Input or output with API (with any data size) storefront String
Website URL
URL for the seller's external website. Include the http or https protocol.
Usage Field Name Data Type
Input on object ccrz__WebsiteURL__c URL (255)
Input or output with API (with any data size) websiteURL String