- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
ICartModuleService Reference
This section of the documentation provides a reference to the ICartModuleService
interface’s methods. This is the interface developers use to use the functionalities provided by the Cart Module.
Note: You should only use the methods in this reference when implementing complex customizations. For common cases, check out available workflows instead.
The main service interface for the Cart Module.
Methods#
- addLineItemAdjustments
- addLineItems
- addLineItemTaxLines
- addShippingMethodAdjustments
- addShippingMethods
- addShippingMethodTaxLines
- createAddresses
- createCarts
- deleteAddresses
- deleteCarts
- deleteLineItemAdjustments
- deleteLineItems
- deleteLineItemTaxLines
- deleteShippingMethodAdjustments
- deleteShippingMethods
- deleteShippingMethodTaxLines
- listAddresses
- listAndCountCarts
- listCarts
- listLineItemAdjustments
- listLineItems
- listLineItemTaxLines
- listShippingMethodAdjustments
- listShippingMethods
- listShippingMethodTaxLines
- restoreAddresses
- restoreCarts
- restoreLineItemAdjustments
- restoreLineItems
- restoreLineItemTaxLines
- restoreShippingMethodAdjustments
- restoreShippingMethods
- restoreShippingMethodTaxLines
- retrieveCart
- retrieveLineItem
- setLineItemAdjustments
- setLineItemTaxLines
- setShippingMethodAdjustments
- setShippingMethodTaxLines
- softDeleteAddresses
- softDeleteCarts
- softDeleteLineItemAdjustments
- softDeleteLineItems
- softDeleteLineItemTaxLines
- softDeleteShippingMethodAdjustments
- softDeleteShippingMethods
- softDeleteShippingMethodTaxLines
- updateAddresses
- updateCarts
- updateLineItems
- updateShippingMethods
Was this page helpful?