$createFields = array('first_name'=>$first_name,'last_name'=>$last_name,
'email'=>$email, 'company'=>$company,'phone'=>$phone,
'store_credit'=>$store_credit,'
registration_ip_address'=>registration_ip_address,
'customer_group_id'=>$customer_group_id,
'notes'=>$notes,'_authentication'=>$authentication);
print_r(Bigcommerce::createCustomer($createFields));'
我使用bigcommerce
函数使用API创建新客户。功能是
bigcommerce :: createCustomer(vallues in fields)
。
我想为客户添加地址字段。如何添加?