如何使用API​​将客户地址添加到bigcommerce商店

时间:2013-12-26 12:37:53

标签: api bigcommerce

$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)

我想为客户添加地址字段。如何添加?

0 个答案:

没有答案
相关问题