Skip to content
On this page

deleteCustomerAddress ​

Definition ​

Delete's the customer's address by id

Signature ​

ts
export async function deleteCustomerAddress(
  addressId: string,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<void> 

Parameters ​

NameTypeDescription
addressId
string
ID of the address
contextInstance
ShopwareApiInstance
ShopwareApiInstance

Return type ​

ts
Promise<void>

Properties ​

NameTypeDescription

Usage example ​

WARNING

Example is generated automatically. Sometimes it's required to be adjusted to your needs.

Open in StackBlitz

deleteCustomerAddress has loaded