netsuite - Adding product condition to orderid API in BigCommerce -


i pulling data bigcommerce , putting netsuite. pulling data productapi in big commerce. pulling products.json , see this:

[      {         "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":[          ]    } ] 

the problem netsuite requires field in bigcommerce, not in dataset. there way enable specific field(prodcondition) part of dataset?

product condition isn't available through request orders resource, through aforementioned product resource.

there few third party apps/integrations bigcommerce bridge netsuite bc, believe they've done grabbing product id order details query product resource condition of item before passing order info netsuite.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -