mailchimp ecomm / order-add使用Campaig_id错误消息“数据库中没有唯一ID的记录”“

时间:2016-03-08 03:04:26

标签: php mailchimp

我正在尝试使用id_campaign(ecomm / order-add)发送订单,但是通过放置它会抛出一条错误消息,有人知道

$postData = array(
    'email' => $email,
    'id' => $order,
    'campaign_id'=>'xxxxx',
    'shipping'=>$price,
    'tax'=> $tax,
    'order_date' => date('Y-m-d').'T'.date('G:i:s').'-700',
    'items' => $itemsMail,
    'store_id'=>"xxxxxx", 
    'total'=>$subtotal,
);
There is no record with unique id "" in the database

如果我删除广告系列功能的id正常工作,那么我认为这是我导致错误的ID。

0 个答案:

没有答案