Newer Version Available

This content describes an older version of this product. View Latest

CartDeliveryGroup

Represents shipping information for the delivery of items in an order against a store built with B2B Commerce on Lightning Experience. This object is available in API version 49.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()

Special Access Rules

The CartDeliveryGroup object is available only if the B2B Commerce on Lightning Experience license is enabled.

Fields

Field Details
CartId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID the WebCart that’s associated with this delivery group.
CurrencyIsoCode
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The ISO code for the currency that’s specified on the buyer’s account. Default value is USD. Possible values are:
  • USD—U.S. Dollar
DeliverToAddress
Type
address
Properties
Filter, Nillable
Description
The address to which a buyer order is delivered.
DeliverToCity
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The city to which a buyer order is delivered.
DeliverToCountry
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The country to which a buyer order is delivered.
DeliverToGeocodeAccuracy
Type
picklist
Properties
Aggregate, Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The geocode location to which a buyer order is delivered. Possible values are:
  • Address
  • Block
  • City
  • County
  • ExtendedZip
  • NearAddress
  • Neighborhood
  • State
  • Street
  • Unknown
  • Zip
DeliverToLatitude
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
The latitude of a buyer delivery location.
DeliverToLongitude
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
The longitude of a buyer delivery location.
DeliverToName
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The name of the person to which to deliver a buyer order.
DeliverToPostalCode
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The postal code to which to deliver a buyer order.
DeliverToState
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The state to which to deliver a buyer order.
DeliverToStreet
Type
textarea
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The street to which to deliver a buyer order.
DeliveryMethodId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The ID for the delivery method to use to deliver a buyer order.
DesiredDeliveryDate
Type
datetime
Properties
Create, Filter, Nillable, Sort, Update
Description
The date that a buyer requests to have an order delivered.
GrandTotalAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Sum of all cart items’ TotalAmount, or CartDeliveryGroup TotalAmount plus CartDeliveryGroup TotalTaxAmount.
Name
Type
string
Properties
Create, Filter, Group, idLookup, Name field, Sort, Update
Description
The name of this CartDeliveryGroup record. Name can be up to 255 characters.
ShippingInstructions
Type
textarea
Properties
Create, Nillable, Update
Description
Instructions for delivering an order.
TotalAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Sum of all cart items TotalPrice, or TotalProductAmount plus TotalChargeAmount.
TotalChargeAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Cart items can be of type Product or Charge. This field contains the sum of all the cart items TotalPrice for all cart items of the CHARGE type.
TotalChargeTaxAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Cart items can be of type Product or Charge. This field contains the Sum of all the cart items TotalTaxAmount for all cart items of the CHARGE type.
TotalProductAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Cart items can be of type Product or Charge. This field contains the sum of all the cart items TotalPrice for all cart items of the PRODUCT type.
TotalProductTaxAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Cart items can be of type Product or Charge. Sum of all the cart items TotalTaxAmount for all cart items of the PRODUCT type.
TotalTaxAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Sum of all cart items TotalTaxAmount, or TotalProductTaxAmount plus TotalChargeTaxAmount.