Package com.commercetools.api.models.me
package com.commercetools.api.models.me
-
Interface SummaryInterfaceDescriptionAdding an address to a Business Unit generates a BusinessUnitAddressAdded Message.Adding a billing address to a Business Unit generates a BusinessUnitBillingAddressAdded Message.Adding a shipping address to a Business Unit generates a BusinessUnitShippingAddressAdded Message.MyBusinessUnitAssociateDraft Example to create an instance using the builder patternChanging the address on a Business Unit generates the BusinessUnitAddressChanged Message.Updating the Associate on a Business Unit generates the BusinessUnitAssociateChanged Message.Updating the name on a Business Unit generates a BusinessUnitNameChanged Message.Changing the parent of a Business Unit generates a BusinessUnitParentUnitChanged Message.MyBusinessUnitDraft Example to create a subtype instance using the builder patternRemoving the address from a Business Unit generates the BusinessUnitAddressRemoved Message.Removing an Associate from a Business Unit generates a BusinessUnitAssociateRemoved Message.Removing a billing address from a Business Unit generates a BusinessUnitBillingAddressRemoved Message.Removing a shipping address from a Business Unit generates a BusinessUnitShippingAddressRemoved Message.MyBusinessUnitSetAddressCustomFieldAction Example to create an instance using the builder patternMyBusinessUnitSetAddressCustomTypeAction Example to create an instance using the builder patternSetting the contact email on a Business Unit generates a BusinessUnitContactEmailSet Message.MyBusinessUnitSetCustomFieldAction Example to create an instance using the builder patternMyBusinessUnitSetCustomTypeAction Example to create an instance using the builder patternSetting the default billing address on a Business Unit generates the BusinessUnitDefaultBillingAddressSet Message.Setting the default shipping address on a Business Unit generates a BusinessUnitDefaultShippingAddressSet Message.MyBusinessUnitUpdate Example to create an instance using the builder patternMyBusinessUnitUpdateAction Example to create a subtype instance using the builder patternAdds a DiscountCode to the Cart to activate the related CartDiscounts.Adds an address to a Cart when shipping to multiple addresses is desired.If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased.MyCartAddPaymentAction Example to create an instance using the builder patternTo override the shipping details, see Set LineItemShippingDetails.When multiple shipping addresses are set for a Line Item, use the Remove LineItem and Add LineItem update action to change the shipping details.When
External
TaxMode is changed toPlatform
orDisabled
, all previously set external Tax Rates are removed. When set toPlatform
, Line Items, Custom Line Items, and Shipping Method require a Tax Category with a Tax Rate for the Cart'sshippingAddress
. Example to create an instance using the builder patternThecustomerId
is determined by a password flow token and automatically set on the resulting Cart.This update action does not set any Cart field in particular, but it triggers several Cart updates to bring prices and discounts to the latest state.MyCartRemoveDiscountCodeAction Example to create an instance using the builder patternAn address can only be removed if it is not referenced in any ItemShippingTarget of the Cart.The LineItem price is updated as described in LineItem Price selection.MyCartRemovePaymentAction Example to create an instance using the builder patternMyCartSetBillingAddressAction Example to create an instance using the builder patternUpdates the Business Unit on the Cart.Setting the country can lead to changes in the LineItem prices.MyCartSetCustomerEmailAction Example to create an instance using the builder patternMyCartSetCustomFieldAction Example to create an instance using the builder patternMyCartSetCustomTypeAction Example to create an instance using the builder patternNumber of days after which a Cart withActive
CartState is deleted since its last modification.MyCartSetLineItemCustomFieldAction Example to create an instance using the builder patternMyCartSetLineItemCustomTypeAction Example to create an instance using the builder patternSetting a distribution channel for a LineItem can lead to an updatedprice
as described in LineItem Price selection.MyCartSetLineItemShippingDetailsAction Example to create an instance using the builder patternPerforming this action has no impact on inventory that should be reserved.MyCartSetLocaleAction Example to create an instance using the builder patternSetting the shipping address also sets the TaxRate of Line Items and calculates the TaxedPrice.To set the Cart's Shipping Method the Cart must have theSingle
ShippingMode and ashippingAddress
.MyCartUpdate Example to create an instance using the builder patternMyCartUpdateAction Example to create a subtype instance using the builder patternUpdates an address initemShippingAddresses
by keeping the Addresskey
.Draft type to represent the top level of a business.Adding an address to the Customer produces the CustomerAddressAdded Message.Adds an address from theaddresses
array tobillingAddressIds
.Adds an address from theaddresses
array toshippingAddressIds
.Changing an address of the Customer produces the CustomerAddressChanged Message.Changing the email of the Customer produces the CustomerEmailChanged Message.MyCustomerDraft Example to create an instance using the builder patternRemoving an address of the Customer produces the CustomerAddressRemoved Message.Removes an existing billing address frombillingAddressesIds
.Removes an existing shipping address fromshippingAddressesIds
.Setting thecompanyName
field on the Customer produces the CustomerCompanyNameSet Message.MyCustomerSetCustomFieldAction Example to create an instance using the builder patternMyCustomerSetCustomTypeAction Example to create an instance using the builder patternSetting the date of birth of the Customer produces the CustomerDateOfBirthSet Message.Sets the default billing address fromaddresses
.Sets the default shipping address fromaddresses
.Setting the first name of the Customer produces the CustomerFirstNameSetMessage.Setting the last name of the Customer produces the CustomerLastNameSetMessage.MyCustomerSetLocaleAction Example to create an instance using the builder patternMyCustomerSetMiddleNameAction Example to create an instance using the builder patternMyCustomerSetSalutationAction Example to create an instance using the builder patternSetting the title of the Customer produces the CustomerTitleSetMessage.MyCustomerSetVatIdAction Example to create an instance using the builder patternMyCustomerUpdate Example to create an instance using the builder patternMyCustomerUpdateAction Example to create a subtype instance using the builder patternDraft type to model divisions that are part of the Company or a higher-order Division.For Product Variant identification, either theproductId
andvariantId
, orsku
must be provided.When creating B2B Orders, the Customer must have theMyOrderFromCartDraft
Permission.When creating B2B Orders, the Customer must have theMyOrderFromQuoteDraft
Permission.MyPayment Example to create an instance using the builder patternAdding a Transaction to a Payment generates the PaymentTransactionAdded Message.Can be used to update the Payment if a customer changes the Cart, or adds or removes a CartDiscount during checkout.MyPaymentDraft Example to create an instance using the builder patternPagedQueryResult withresults
containing an array of MyPayment.MyPaymentSetCustomFieldAction Example to create an instance using the builder patternMyPaymentSetMethodInfoInterfaceAction Example to create an instance using the builder patternMyPaymentSetMethodInfoMethodAction Example to create an instance using the builder patternMyPaymentSetMethodInfoNameAction Example to create an instance using the builder patternMyPaymentSetTransactionCustomFieldAction Example to create an instance using the builder patternMyPaymentUpdate Example to create an instance using the builder patternMyPaymentUpdateAction Example to create a subtype instance using the builder patternWhen accepting, declining, or renegotiating B2B Quotes, the Customer must have theAcceptMyQuotes
,DeclineMyQuotes
, orRenegotiateMyQuotes
Permission, respectively.Transitions thequoteRequestState
of the Quote Request toCancelled
.MyQuoteRequestDraft Example to create an instance using the builder patternMyQuoteRequestUpdate Example to create an instance using the builder patternMyQuoteRequestUpdateAction Example to create a subtype instance using the builder patternQuoteStates that can be set using the Change My Quote State update action.MyQuoteUpdate Example to create an instance using the builder patternMyQuoteUpdateAction Example to create a subtype instance using the builder patternMyShoppingListAddLineItemAction Example to create an instance using the builder patternMyShoppingListAddTextLineItemAction Example to create an instance using the builder patternMyShoppingListChangeLineItemQuantityAction Example to create an instance using the builder patternMyShoppingListChangeLineItemsOrderAction Example to create an instance using the builder patternMyShoppingListChangeNameAction Example to create an instance using the builder patternMyShoppingListChangeTextLineItemNameAction Example to create an instance using the builder patternMyShoppingListChangeTextLineItemQuantityAction Example to create an instance using the builder patternMyShoppingListChangeTextLineItemsOrderAction Example to create an instance using the builder patternA MyShoppingListDraft is the object submitted as payload to the Create MyShoppingList request.MyShoppingListRemoveLineItemAction Example to create an instance using the builder patternMyShoppingListRemoveTextLineItemAction Example to create an instance using the builder patternMyShoppingListSetCustomFieldAction Example to create an instance using the builder patternMyShoppingListSetCustomTypeAction Example to create an instance using the builder patternMyShoppingListSetDeleteDaysAfterLastModificationAction Example to create an instance using the builder patternMyShoppingListSetDescriptionAction Example to create an instance using the builder patternMyShoppingListSetLineItemCustomFieldAction Example to create an instance using the builder patternMyShoppingListSetLineItemCustomTypeAction Example to create an instance using the builder patternMyShoppingListSetTextLineItemCustomFieldAction Example to create an instance using the builder patternMyShoppingListSetTextLineItemCustomTypeAction Example to create an instance using the builder patternMyShoppingListSetTextLineItemDescriptionAction Example to create an instance using the builder patternMyShoppingListUpdate Example to create an instance using the builder patternMyShoppingListUpdateAction Example to create a subtype instance using the builder patternMyTransactionDraft Example to create an instance using the builder patternReplicaMyCartDraft Example to create an instance using the builder pattern -
Class SummaryClassDescriptionMyBusinessUnitAddAddressActionBuilder Example to create an instance using the builder patternAdding an address to a Business Unit generates a BusinessUnitAddressAdded Message.MyBusinessUnitAddBillingAddressIdActionBuilder Example to create an instance using the builder patternAdding a billing address to a Business Unit generates a BusinessUnitBillingAddressAdded Message.MyBusinessUnitAddShippingAddressIdActionBuilder Example to create an instance using the builder patternAdding a shipping address to a Business Unit generates a BusinessUnitShippingAddressAdded Message.MyBusinessUnitAssociateDraftBuilder Example to create an instance using the builder patternMyBusinessUnitAssociateDraftMyBusinessUnitChangeAddressActionBuilder Example to create an instance using the builder patternChanging the address on a Business Unit generates the BusinessUnitAddressChanged Message.MyBusinessUnitChangeAssociateActionBuilder Example to create an instance using the builder patternUpdating the Associate on a Business Unit generates the BusinessUnitAssociateChanged Message.MyBusinessUnitChangeNameActionBuilder Example to create an instance using the builder patternUpdating the name on a Business Unit generates a BusinessUnitNameChanged Message.MyBusinessUnitChangeParentUnitActionBuilder Example to create an instance using the builder patternChanging the parent of a Business Unit generates a BusinessUnitParentUnitChanged Message.MyBusinessUnitDraftBuilderMyBusinessUnitDraftMyBusinessUnitRemoveAddressActionBuilder Example to create an instance using the builder patternRemoving the address from a Business Unit generates the BusinessUnitAddressRemoved Message.MyBusinessUnitRemoveAssociateActionBuilder Example to create an instance using the builder patternRemoving an Associate from a Business Unit generates a BusinessUnitAssociateRemoved Message.MyBusinessUnitRemoveBillingAddressIdActionBuilder Example to create an instance using the builder patternRemoving a billing address from a Business Unit generates a BusinessUnitBillingAddressRemoved Message.MyBusinessUnitRemoveShippingAddressIdActionBuilder Example to create an instance using the builder patternRemoving a shipping address from a Business Unit generates a BusinessUnitShippingAddressRemoved Message.MyBusinessUnitSetAddressCustomFieldActionBuilder Example to create an instance using the builder patternMyBusinessUnitSetAddressCustomFieldActionMyBusinessUnitSetAddressCustomTypeActionBuilder Example to create an instance using the builder patternMyBusinessUnitSetAddressCustomTypeActionMyBusinessUnitSetContactEmailActionBuilder Example to create an instance using the builder patternSetting the contact email on a Business Unit generates a BusinessUnitContactEmailSet Message.MyBusinessUnitSetCustomFieldActionBuilder Example to create an instance using the builder patternMyBusinessUnitSetCustomFieldActionMyBusinessUnitSetCustomTypeActionBuilder Example to create an instance using the builder patternMyBusinessUnitSetCustomTypeActionMyBusinessUnitSetDefaultBillingAddressActionBuilder Example to create an instance using the builder patternSetting the default billing address on a Business Unit generates the BusinessUnitDefaultBillingAddressSet Message.MyBusinessUnitSetDefaultShippingAddressActionBuilder Example to create an instance using the builder patternSetting the default shipping address on a Business Unit generates a BusinessUnitDefaultShippingAddressSet Message.MyBusinessUnitUpdateActionBuilderMyBusinessUnitUpdateActionMyBusinessUnitUpdateBuilder Example to create an instance using the builder patternMyBusinessUnitUpdateMyCartAddDiscountCodeActionBuilder Example to create an instance using the builder patternAdds a DiscountCode to the Cart to activate the related CartDiscounts.MyCartAddItemShippingAddressActionBuilder Example to create an instance using the builder patternAdds an address to a Cart when shipping to multiple addresses is desired.MyCartAddLineItemActionBuilder Example to create an instance using the builder patternIf the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased.MyCartAddPaymentActionBuilder Example to create an instance using the builder patternMyCartAddPaymentActionMyCartApplyDeltaToLineItemShippingDetailsTargetsActionBuilder Example to create an instance using the builder patternTo override the shipping details, see Set LineItemShippingDetails.MyCartChangeLineItemQuantityActionBuilder Example to create an instance using the builder patternWhen multiple shipping addresses are set for a Line Item, use the Remove LineItem and Add LineItem update action to change the shipping details.MyCartChangeTaxModeActionBuilder Example to create an instance using the builder patternWhen
External
TaxMode is changed toPlatform
orDisabled
, all previously set external Tax Rates are removed. When set toPlatform
, Line Items, Custom Line Items, and Shipping Method require a Tax Category with a Tax Rate for the Cart'sshippingAddress
.MyCartDraftBuilder Example to create an instance using the builder patternThecustomerId
is determined by a password flow token and automatically set on the resulting Cart.MyCartRecalculateActionBuilder Example to create an instance using the builder patternThis update action does not set any Cart field in particular, but it triggers several Cart updates to bring prices and discounts to the latest state.MyCartRemoveDiscountCodeActionBuilder Example to create an instance using the builder patternMyCartRemoveDiscountCodeActionMyCartRemoveItemShippingAddressActionBuilder Example to create an instance using the builder patternAn address can only be removed if it is not referenced in any ItemShippingTarget of the Cart.MyCartRemoveLineItemActionBuilder Example to create an instance using the builder patternThe LineItem price is updated as described in LineItem Price selection.MyCartRemovePaymentActionBuilder Example to create an instance using the builder patternMyCartRemovePaymentActionMyCartSetBillingAddressActionBuilder Example to create an instance using the builder patternMyCartSetBillingAddressActionMyCartSetBusinessUnitActionBuilder Example to create an instance using the builder patternUpdates the Business Unit on the Cart.MyCartSetCountryActionBuilder Example to create an instance using the builder patternSetting the country can lead to changes in the LineItem prices.MyCartSetCustomerEmailActionBuilder Example to create an instance using the builder patternMyCartSetCustomerEmailActionMyCartSetCustomFieldActionBuilder Example to create an instance using the builder patternMyCartSetCustomFieldActionMyCartSetCustomTypeActionBuilder Example to create an instance using the builder patternMyCartSetCustomTypeActionMyCartSetDeleteDaysAfterLastModificationActionBuilder Example to create an instance using the builder patternNumber of days after which a Cart withActive
CartState is deleted since its last modification.MyCartSetLineItemCustomFieldActionBuilder Example to create an instance using the builder patternMyCartSetLineItemCustomFieldActionMyCartSetLineItemCustomTypeActionBuilder Example to create an instance using the builder patternMyCartSetLineItemCustomTypeActionMyCartSetLineItemDistributionChannelActionBuilder Example to create an instance using the builder patternSetting a distribution channel for a LineItem can lead to an updatedprice
as described in LineItem Price selection.MyCartSetLineItemShippingDetailsActionBuilder Example to create an instance using the builder patternMyCartSetLineItemShippingDetailsActionMyCartSetLineItemSupplyChannelActionBuilder Example to create an instance using the builder patternPerforming this action has no impact on inventory that should be reserved.MyCartSetLocaleActionBuilder Example to create an instance using the builder patternMyCartSetLocaleActionMyCartSetShippingAddressActionBuilder Example to create an instance using the builder patternSetting the shipping address also sets the TaxRate of Line Items and calculates the TaxedPrice.MyCartSetShippingMethodActionBuilder Example to create an instance using the builder patternTo set the Cart's Shipping Method the Cart must have theSingle
ShippingMode and ashippingAddress
.MyCartUpdateActionBuilderMyCartUpdateActionMyCartUpdateBuilder Example to create an instance using the builder patternMyCartUpdateMyCartUpdateItemShippingAddressActionBuilder Example to create an instance using the builder patternUpdates an address initemShippingAddresses
by keeping the Addresskey
.MyCompanyDraftBuilder Example to create an instance using the builder patternDraft type to represent the top level of a business.MyCustomerAddAddressActionBuilder Example to create an instance using the builder patternAdding an address to the Customer produces the CustomerAddressAdded Message.MyCustomerAddBillingAddressIdActionBuilder Example to create an instance using the builder patternAdds an address from theaddresses
array tobillingAddressIds
.MyCustomerAddShippingAddressIdActionBuilder Example to create an instance using the builder patternAdds an address from theaddresses
array toshippingAddressIds
.MyCustomerChangeAddressActionBuilder Example to create an instance using the builder patternChanging an address of the Customer produces the CustomerAddressChanged Message.MyCustomerChangeEmailActionBuilder Example to create an instance using the builder patternChanging the email of the Customer produces the CustomerEmailChanged Message.MyCustomerDraftBuilder Example to create an instance using the builder patternMyCustomerDraftMyCustomerRemoveAddressActionBuilder Example to create an instance using the builder patternRemoving an address of the Customer produces the CustomerAddressRemoved Message.MyCustomerRemoveBillingAddressIdActionBuilder Example to create an instance using the builder patternRemoves an existing billing address frombillingAddressesIds
.MyCustomerRemoveShippingAddressIdActionBuilder Example to create an instance using the builder patternRemoves an existing shipping address fromshippingAddressesIds
.MyCustomerSetCompanyNameActionBuilder Example to create an instance using the builder patternSetting thecompanyName
field on the Customer produces the CustomerCompanyNameSet Message.MyCustomerSetCustomFieldActionBuilder Example to create an instance using the builder patternMyCustomerSetCustomFieldActionMyCustomerSetCustomTypeActionBuilder Example to create an instance using the builder patternMyCustomerSetCustomTypeActionMyCustomerSetDateOfBirthActionBuilder Example to create an instance using the builder patternSetting the date of birth of the Customer produces the CustomerDateOfBirthSet Message.MyCustomerSetDefaultBillingAddressActionBuilder Example to create an instance using the builder patternSets the default billing address fromaddresses
.MyCustomerSetDefaultShippingAddressActionBuilder Example to create an instance using the builder patternSets the default shipping address fromaddresses
.MyCustomerSetFirstNameActionBuilder Example to create an instance using the builder patternSetting the first name of the Customer produces the CustomerFirstNameSetMessage.MyCustomerSetLastNameActionBuilder Example to create an instance using the builder patternSetting the last name of the Customer produces the CustomerLastNameSetMessage.MyCustomerSetLocaleActionBuilder Example to create an instance using the builder patternMyCustomerSetLocaleActionMyCustomerSetMiddleNameActionBuilder Example to create an instance using the builder patternMyCustomerSetMiddleNameActionMyCustomerSetSalutationActionBuilder Example to create an instance using the builder patternMyCustomerSetSalutationActionMyCustomerSetTitleActionBuilder Example to create an instance using the builder patternSetting the title of the Customer produces the CustomerTitleSetMessage.MyCustomerSetVatIdActionBuilder Example to create an instance using the builder patternMyCustomerSetVatIdActionMyCustomerUpdateActionBuilderMyCustomerUpdateActionMyCustomerUpdateBuilder Example to create an instance using the builder patternMyCustomerUpdateMyDivisionDraftBuilder Example to create an instance using the builder patternDraft type to model divisions that are part of the Company or a higher-order Division.MyLineItemDraftBuilder Example to create an instance using the builder patternFor Product Variant identification, either theproductId
andvariantId
, orsku
must be provided.MyOrderFromCartDraftBuilder Example to create an instance using the builder patternWhen creating B2B Orders, the Customer must have theMyOrderFromCartDraft
Permission.MyOrderFromQuoteDraftBuilder Example to create an instance using the builder patternWhen creating B2B Orders, the Customer must have theMyOrderFromQuoteDraft
Permission.MyPaymentAddTransactionActionBuilder Example to create an instance using the builder patternAdding a Transaction to a Payment generates the PaymentTransactionAdded Message.MyPaymentBuilder Example to create an instance using the builder patternMyPaymentChangeAmountPlannedActionBuilder Example to create an instance using the builder patternCan be used to update the Payment if a customer changes the Cart, or adds or removes a CartDiscount during checkout.MyPaymentDraftBuilder Example to create an instance using the builder patternMyPaymentDraftMyPaymentMyPaymentPagedQueryResponseBuilder Example to create an instance using the builder patternPagedQueryResult withresults
containing an array of MyPayment.MyPaymentSetCustomFieldActionBuilder Example to create an instance using the builder patternMyPaymentSetCustomFieldActionMyPaymentSetMethodInfoInterfaceActionBuilder Example to create an instance using the builder patternMyPaymentSetMethodInfoInterfaceActionMyPaymentSetMethodInfoMethodActionBuilder Example to create an instance using the builder patternMyPaymentSetMethodInfoMethodActionMyPaymentSetMethodInfoNameActionBuilder Example to create an instance using the builder patternMyPaymentSetMethodInfoNameActionMyPaymentSetTransactionCustomFieldActionBuilder Example to create an instance using the builder patternMyPaymentSetTransactionCustomFieldActionMyPaymentUpdateActionBuilderMyPaymentUpdateActionMyPaymentUpdateBuilder Example to create an instance using the builder patternMyPaymentUpdateMyQuoteChangeMyQuoteStateActionBuilder Example to create an instance using the builder patternWhen accepting, declining, or renegotiating B2B Quotes, the Customer must have theAcceptMyQuotes
,DeclineMyQuotes
, orRenegotiateMyQuotes
Permission, respectively.MyQuoteRequestCancelActionBuilder Example to create an instance using the builder patternTransitions thequoteRequestState
of the Quote Request toCancelled
.MyQuoteRequestDraftBuilder Example to create an instance using the builder patternMyQuoteRequestDraftMyQuoteRequestUpdateActionBuilderMyQuoteRequestUpdateActionMyQuoteRequestUpdateBuilder Example to create an instance using the builder patternMyQuoteRequestUpdateMyQuoteUpdateActionBuilderMyQuoteUpdateActionMyQuoteUpdateBuilder Example to create an instance using the builder patternMyQuoteUpdateMyShoppingListAddLineItemActionBuilder Example to create an instance using the builder patternMyShoppingListAddLineItemActionMyShoppingListAddTextLineItemActionBuilder Example to create an instance using the builder patternMyShoppingListAddTextLineItemActionMyShoppingListChangeLineItemQuantityActionBuilder Example to create an instance using the builder patternMyShoppingListChangeLineItemQuantityActionMyShoppingListChangeLineItemsOrderActionBuilder Example to create an instance using the builder patternMyShoppingListChangeLineItemsOrderActionMyShoppingListChangeNameActionBuilder Example to create an instance using the builder patternMyShoppingListChangeNameActionMyShoppingListChangeTextLineItemNameActionBuilder Example to create an instance using the builder patternMyShoppingListChangeTextLineItemNameActionMyShoppingListChangeTextLineItemQuantityActionBuilder Example to create an instance using the builder patternMyShoppingListChangeTextLineItemQuantityActionMyShoppingListChangeTextLineItemsOrderActionBuilder Example to create an instance using the builder patternMyShoppingListChangeTextLineItemsOrderActionMyShoppingListDraftBuilder Example to create an instance using the builder patternA MyShoppingListDraft is the object submitted as payload to the Create MyShoppingList request.MyShoppingListRemoveLineItemActionBuilder Example to create an instance using the builder patternMyShoppingListRemoveLineItemActionMyShoppingListRemoveTextLineItemActionBuilder Example to create an instance using the builder patternMyShoppingListRemoveTextLineItemActionMyShoppingListSetCustomFieldActionBuilder Example to create an instance using the builder patternMyShoppingListSetCustomFieldActionMyShoppingListSetCustomTypeActionBuilder Example to create an instance using the builder patternMyShoppingListSetCustomTypeActionMyShoppingListSetDeleteDaysAfterLastModificationActionBuilder Example to create an instance using the builder patternMyShoppingListSetDeleteDaysAfterLastModificationActionMyShoppingListSetDescriptionActionBuilder Example to create an instance using the builder patternMyShoppingListSetDescriptionActionMyShoppingListSetLineItemCustomFieldActionBuilder Example to create an instance using the builder patternMyShoppingListSetLineItemCustomFieldActionMyShoppingListSetLineItemCustomTypeActionBuilder Example to create an instance using the builder patternMyShoppingListSetLineItemCustomTypeActionMyShoppingListSetTextLineItemCustomFieldActionBuilder Example to create an instance using the builder patternMyShoppingListSetTextLineItemCustomFieldActionMyShoppingListSetTextLineItemCustomTypeActionBuilder Example to create an instance using the builder patternMyShoppingListSetTextLineItemCustomTypeActionMyShoppingListSetTextLineItemDescriptionActionBuilder Example to create an instance using the builder patternMyShoppingListSetTextLineItemDescriptionActionMyShoppingListUpdateActionBuilderMyShoppingListUpdateActionMyShoppingListUpdateBuilder Example to create an instance using the builder patternMyShoppingListUpdateMyTransactionDraftBuilder Example to create an instance using the builder patternMyTransactionDraftReplicaMyCartDraftBuilder Example to create an instance using the builder patternReplicaMyCartDraft -
Enum Summary