ccrz__E_CategorySpec__c
Represents a spec value that's assigned to all products in a category.
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: The API doesn't directly query records of this object.
The crrz.ccApiCategory.fetch method returns data for products that belong to the categories that the method queries. When you create a category spec, the returned product data includes the product spec value that the category spec record assigns.
Fields
- Category
- The category whose products the spec applies to.
-
Usage Field Name Data Type Input on object ccrz__Category__c Master-Detail Relationship (ccrz__E_Category__c) Input or output with API (with any data size) The API doesn't return data for this field. - Category Spec Ext Id
- A unique ID that associates the record with an external system.
-
Usage Field Name Data Type Input on object ccrz__CategorySpecId__c Text (128) Input or output with API (with any data size) The API doesn't return data for this field. - Category Spec Number
- A unique, automatically assigned ID for the record.
-
Usage Field Name Data Type Input on object Name Auto Number Input or output with API (with any data size) The API doesn't return data for this field. - Spec
- The specification to define for all the products in the category, such as Material.
-
Usage Field Name Data Type Input on object ccrz__Spec__c Master-Detail Relationship (ccrz__E_Spec__c) Input or output with API (with any data size) The API doesn't return data for this field. - SpecValue
- Value of the product's spec, such as Stainless Steel.
-
Usage Field Name Data Type Input on object ccrz__SpecValue__c Text (255) Input or output with API (with any data size) The API doesn't return data for this field.