Add the Billing Zip Code as a Custom Field in Industries CPQ Cart

In this task, Felix needs to create a Field Setting so that getCartsItems (called when the cart is loaded) and postCartsItems (called when you click Add to Cart) APIs return the Billing Zip Code field and it displays in Industries CPQ Cart.

  1. Go to Setup.

  2. In the Quick Find box, type Custom Settings.

  3. Click Custom Settings.

  4. Click Manage next to Field Settings.

  5. Click New.

  6. Enter the following for the new Field Setting:

    FieldEntryNotes
    NameBilling_Zip_Code__c 
    FeatureCPQV2Links to the CPQ APIs
    Field NameBilling_Zip_Code__cAPI name of the field
    Inclusion(checked) 
    Object NameOrderItemAPI name of the object
    Sequence1 

  7. Click Save.

  8. Close the Setup browser tab.

See Test in Industries CPQ Cart.