ccrz__E_ShippingRate__c

Represents a shipping cost calculation for a product, based on the product's specified shipping weight, a shipping carrier, and a shipping method.

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

The CC Shipping Rate is object is designed for compatibility with standard checkout, but not line-level independence (LLI) checkout. B2B Commerce for Visualforce doesn't support solutions that use LLI checkout with the CC Shipping Rate object. To set up shipping methods for LLI checkout, extend the ccrz.cc_api_ShippingAndHandling extension point class.

Note

API Usage

Class used with: The API doesn't directly query records of this object.

Fields

Air
The shipping rate applies to an Air shipping service.
Usage Field Name Data Type
Input on object ccrz__Air__c Checkbox
Input or output with API (with any data size) The API doesn't return data for this field.
CC Shipping Rate Name
The name that appears in the Shipping Method picklist on the storefront's Checkout page.
Usage Field Name Data Type
Input on object Name Text (80)
Input or output with API (with any data size) The API doesn't return data for this field.
Currency Code
ISO 4217 currency code, such as USD or JPY, for the shipping rate.
Usage Field Name Data Type
Input on object ccrz__CurrencyISOCode__c Text (10)
Input or output with API (with any data size) The API doesn't return data for this field.
Default
Whether the shipping rate is the default selection in the Shipping Method picklist on the storefront's Checkout page.
Usage Field Name Data Type
Input on object ccrz__Default__c Checkbox
Input or output with API (with any data size) The API doesn't return data for this field.
Ground
The shipping rate applies to a Ground shipping service.
Usage Field Name Data Type
Input on object ccrz__Ground__c Checkbox
Input or output with API (with any data size) The API doesn't return data for this field.
Max Weight
The maximum product shipping weight that this rate applies to.
Usage Field Name Data Type
Input on object ccrz__MaxWeight__c Number (18, 2)
Input or output with API (with any data size) The API doesn't return data for this field.
Min Weight
The minimum product shipping weight that this rate applies to.
Usage Field Name Data Type
Input on object ccrz__MinWeight__c Number (18, 2)
Input or output with API (with any data size) The API doesn't return data for this field.
Next Day Air
The shipping rate applies to a Next Day Air shipping service.
Usage Field Name Data Type
Input on object ccrz__NextDayAir__c Checkbox
Input or output with API (with any data size) The API doesn't return data for this field.
Sequence
By default, the managed package doesn't use this field.
Usage Field Name Data Type
Input on object ccrz__Sequence__c Number (8, 0)
Input or output with API (with any data size) The API doesn't return data for this field.
Shipper
The name of the service that fulfills the shipment.
Usage Field Name Data Type
Input on object ccrz__Shipper__c Text (128)
Input or output with API (with any data size) The API doesn't return data for this field.
Shipping Rate
Cost for the shipping rate in the specified currency.
Usage Field Name Data Type
Input on object ccrz__ShippingRate__c Currency (18, 2)
Input or output with API (with any data size) The API doesn't return data for this field.
ShippingRateId
A unique ID that associates the record with an external system.
Usage Field Name Data Type
Input on object ccrz__ShippingRateId__c Text (255)
Input or output with API (with any data size) The API doesn't return data for this field.
Storefront
Storefront where the shipping rate applies.
Usage Field Name Data Type
Input on object ccrz__Storefront__c Picklist (Multi-select)
Input or output with API (with any data size) The API doesn't return data for this field.