- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
createAddresses - Cart Module Reference
This documentation provides a reference to the createAddresses
method. This belongs to the Cart Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
createAddresses(data, sharedContext?): Promise<CartAddressDTO[]>#
This method creates addresses.
Example#
Parameters#
data
CreateAddressDTO[]The addresss to be created.
data
CreateAddressDTO[]Returns#
Promise
Promise<CartAddressDTO[]>The created addresses.
Promise
Promise<CartAddressDTO[]>createAddresses(data, sharedContext?): Promise<CartAddressDTO>#
This method creates a address.
Example#
Parameters#
data
CreateAddressDTOThe address to be created.
data
CreateAddressDTOReturns#
Promise
Promise<CartAddressDTO>The created address.
Promise
Promise<CartAddressDTO>Was this page helpful?