我从BigCommerce中提取数据并将其放入NetSuite。我从大商业中的productAPI中提取数据。我从products.json拉出来,我看到了这个:
[
{
"id":1,
"order_id":15683,
"product_id":3854,
"order_address_id":1,
"name":"Cisco 1000BASE-SX SFP Transceiver Module GLC-SX-MM=",
"sku":"GLC-SX-MM",
"type":"physical",
"base_price":"39.9500",
"price_ex_tax":"39.9500",
"price_inc_tax":"39.9500",
"price_tax":"0.0000",
"base_total":"39.9500",
"total_ex_tax":"39.9500",
"total_inc_tax":"39.9500",
"total_tax":"0.0000",
"weight":"4.4000",
"quantity":1,
"base_cost_price":"0.0000",
"cost_price_inc_tax":"0.0000",
"cost_price_ex_tax":"0.0000",
"cost_price_tax":"0.0000",
"is_refunded":false,
"refund_amount":"0.0000",
"return_id":0,
"wrapping_name":"",
"base_wrapping_cost":"0.0000",
"wrapping_cost_ex_tax":"0.0000",
"wrapping_cost_inc_tax":"0.0000",
"wrapping_cost_tax":"0.0000",
"wrapping_message":"",
"quantity_shipped":0,
"event_name":null,
"event_date":"",
"fixed_shipping_cost":"0.0000",
"ebay_item_id":"",
"ebay_transaction_id":"",
"option_set_id":null,
"parent_order_product_id":null,
"is_bundled_product ":false,
"bin_picking_number":"",
"applied_discounts":[
],
"product_options":[
],
"configurable_fields":[
]
}
]
问题是我的netsuite需要一个bigcommerce中的字段,但不在此数据集中。有没有办法让特定字段(prodcondition)成为这个数据集的一部分?
答案 0 :(得分:1)
只有通过上述产品资源,才能通过对订单资源的请求来提供产品条件。
有一些第三方应用程序/与Bigcommerce的集成可以将Netsuite连接到BC,但我相信他们已经通过从订单详细信息中获取产品ID来查询产品资源以了解项目的条件Netsuite的订单信息。