MagentoUpdateCustomerResponse
import { MagentoUpdateCustomerResponse } from '@daffodil/customer/driver/magento'
interface MagentoUpdateCustomerResponse {
updateCustomerV2: {
customer: MagentoCustomer;
}
}
Properties
Name | Type | Description |
---|---|---|
updateCustomerV2 | { customer: MagentoCustomer; } |