Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.48 KB

File metadata and controls

35 lines (27 loc) · 2.48 KB

CartCustomerProfile

Properties

Name Type Description Notes
allow3rdPartyBilling Boolean True if profile is allowed to bill to their 3rd party shipping account [optional]
allowCod Boolean True if this profile is allowed to use a COD [optional]
allowPurchaseOrder Boolean True if this profile is allowed to use a purchase order [optional]
billingAddresses List<CartCustomerProfileAddress> Billing addresses on file for this profile [optional]
creditCards List<CartCustomerProfileCreditCard> Credit cards on file for this profile (masked) [optional]
customerProfileOid Integer Unique identifier [optional]
dhlAccountNumber String DHL account number on file [optional]
dhlDutyAccountNumber String DHL duty account number on file [optional]
email String Email [optional]
fedexAccountNumber String FedEx account number on file [optional]
freeShipping Boolean True if this profile always qualifies for free shipping [optional]
freeShippingMinimum BigDecimal The minimum amount that this profile has to purchase to qualify for free shipping [optional]
maximumItemCount Integer Maximum item count this profile can purchase [optional]
minimumItemCount Integer Minimum item count this profile must purchase [optional]
minimumSubtotal BigDecimal Minimum subtotal this profile must purchase [optional]
noCoupons Boolean True if this profile is prevented from using coupons [optional]
noFreeShipping Boolean True if this profile is never given free shipping [optional]
noRealtimeCharge Boolean True if this customers orders are not charged in real-time [optional]
pricingTiers List<String> Pricing tier names this profile qualifies for [optional]
shippingAddresses List<CartCustomerProfileAddress> Shipping addresses on file for this profile [optional]
signupDts String Signup date [optional]
taxExempt Boolean True if this profile is exempt from sales tax [optional]
upsAccountNumber String UPS account number on file [optional]