{"info":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","description":"<html><head></head><body><p>Future Electronics API provides information on parts, such as pricing, inventory or availability</p>\n<h1 id=\"overview\">Overview</h1>\n<p>The Product information API allows you to search and retrieve product details and pricing aligned to the website, this is <strong>not an official quote</strong>. API quote is in the works, in the interim for an official quote please follow your current process.</p>\n<p>The Future Electronics API is a REST API providing part and pricing data in a JSON object representation. This API can be accessed by sending HTTP requests to the following API endpoints using any software with HTTP support.</p>\n<h1 id=\"getting-started\">Getting started</h1>\n<p>To get started, a key has to be requested at <a href=\"https://www.futureelectronics.com/api-solutions\">https://www.futureelectronics.com/api-solutions</a> and you will get an email with the details if and once approved.</p>\n<p>From there, fork this <code>Future Electronics API</code> collection, and make sure you are replacing the key at the <code>[APIkey]</code> for your own.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Once you have received your API Key, go to the Authorization section of your forked collection, you will see the value <code>[APIkey]</code>. Change <code>[APIkey]</code> for your own key and you're ready to go!</p>\n<h1 id=\"production-endpoints\">Production Endpoints</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type of Search</strong></th>\n<th><strong>Endpoint</strong></th>\n<th><strong>Method</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Single</td>\n<td><a href=\"https://api.futureelectronics.com/api/v1/pim-future/lookup\">https://api.futureelectronics.com/api/v1/pim-future/lookup</a></td>\n<td>Get</td>\n</tr>\n<tr>\n<td>Multiple</td>\n<td><a href=\"https://api.futureelectronics.com/api/v1/pim-future/batch/lookup\">https://api.futureelectronics.com/api/v1/pim-future/batch/lookup</a></td>\n<td>Post</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"error-codes\">Error Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Invalid part number, must be at least 3 alphanumeric characters.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Invalid lookup_type, must be default, exact, or contains</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid license key (licensekey)</td>\n</tr>\n<tr>\n<td>402</td>\n<td>Purchase required</td>\n</tr>\n<tr>\n<td>403</td>\n<td>The organization is not authorized for this API</td>\n</tr>\n<tr>\n<td>403</td>\n<td>User not permitted to perform this type of lookup</td>\n</tr>\n<tr>\n<td>406</td>\n<td>License key has expired</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too Many Requests. Please wait and try again</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Getting started","slug":"getting-started"},{"content":"Authentication","slug":"authentication"},{"content":"Production Endpoints","slug":"production-endpoints"},{"content":"Error Codes","slug":"error-codes"}],"owner":"18706946","collectionId":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","publishedId":"UzBvFhcj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00ab67"},"publishDate":"2025-04-15T13:10:02.000Z"},"item":[{"name":"API Type","item":[{"name":"Search","item":[{"name":"Single Part","event":[{"listen":"test","script":{"id":"df8b2bd1-d672-4d40-911c-c05afeff8b94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"23d56646-fdc7-42ed-b12d-7530646f17be","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true,"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number={string}&lookup_type={string}","description":"<p><strong>Configuration ready to be forked in your own environment.</strong></p>\n<p><em>Replace \"Parameter Definitions\"</em></p>\n<h3 id=\"parameter-definitions\">PARAMETER DEFINITIONS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Example</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>part_number</td>\n<td>The manufacturer part number upon which to perform the lookup. (NOTE: Customers of Future with contract-based pricing may also search on their own customer part numbers in this field)</td>\n<td>\"BAT54STA\"</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>lookup_type</td>\n<td>This value will filter the parts returned in the response.  <br />Possible values:  <br />default, exact, contains, starts_with  <br />  <br />default:  <br />If no value is passed for lookup_type, the default exact match is used. Strip all special characters from the lookup_value and the response mpn. If the stripped response mpn matches exactly the stripped lookup_value, include it in the PartLookupResponse.  <br />  <br />exact:  <br />Strip all special characters from the lookup_value and the response mpn. If the stripped response mpn matches exactly the stripped lookup_value, include it in the PartLookupResponse.  <br />  <br />starts_with:  <br />Strip all special characters from the lookup_value and the response mpn. If the response mpn starts with the stripped lookup_value, include it in the PartLookupResponse. If “starts_with” is selected, a max. of 50 results will be provided.  <br />  <br />contains:  <br />Strip all special characters from the lookup_value and the response mpn. If the stripped lookup_value is contained within the stripped response mpn, include it in the PartLookupResponse. If “contains” is selected, a max. of 50 results will be provided.</td>\n<td>\"default\"</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"part_number","value":"{string}"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"{string}"}],"variable":[]}},"response":[{"id":"5559cd4d-d993-45a9-b030-6531d668a016","name":"Valid Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"{\n    \"lookup_value\": \"292230-6\",\n    \"lookup_type\": \"exact\",\n    \"lookup_results\": \"1 Offer found\",\n    \"offers\": [\n        {\n            \"_orbweaver_data\": {\n                \"datasource_name\": \"Future Electronics\"\n            },\n            \"part_id\": {\n                \"seller_part_number\": \"1000014\",\n                \"unit_weight\": 1.24738,\n                \"web_url\": \"https://www.futureelectronics.com/p/1000014\",\n                \"mpn\": \"292230-6\"\n            },\n            \"part_attributes\": [\n                {\n                    \"name\": \"quantity_minimum\",\n                    \"value\": 2000\n                },\n                {\n                    \"name\": \"web_view\",\n                    \"value\": true\n                },\n                {\n                    \"name\": \"packageType\",\n                    \"value\": \"REEL\"\n                },\n                {\n                    \"name\": \"mpq\",\n                    \"value\": \"2000\"\n                },\n                {\n                    \"name\": \"CustomReelAvailable\",\n                    \"value\": \"0\"\n                },\n                {\n                    \"name\": \"dateCode\",\n                    \"value\": null\n                },\n                {\n                    \"name\": \"purchaseOrderQty\",\n                    \"value\": \"2000\"\n                },\n                {\n                    \"name\": \"USATariff\",\n                    \"value\": \"1\"\n                },\n                {\n                    \"name\": \"rohs\",\n                    \"value\": \"Y\"\n                },\n                {\n                    \"name\": \"tariffClass\",\n                    \"value\": \"KK641\"\n                },\n                {\n                    \"name\": \"leadFree\",\n                    \"value\": \"Y\"\n                },\n                {\n                    \"name\": \"ncnrFlag\",\n                    \"value\": \"N\"\n                },\n                {\n                    \"name\": \"availableRegion\",\n                    \"value\": \"NA:EU:Asia:China\"\n                },\n                {\n                    \"name\": \"shippingRestriction\",\n                    \"value\": null\n                },\n                {\n                    \"name\": \"countryRestriction\",\n                    \"value\": null\n                },\n                {\n                    \"name\": \"productLifeCycle\",\n                    \"value\": \"ACTIVE\"\n                },\n                {\n                    \"name\": \"eccn\",\n                    \"value\": \"EAR99\"\n                },\n                {\n                    \"name\": \"overview (en)\",\n                    \"value\": \"<p><strong>TE Connectivity&rsquo;s (TE) AMP CT connectors are miniature wire to- board and wire-to-wire connectors which are ideal for use in wiring harnesses.</strong></p><p><strong>APPLICATIONS</strong><br />&bull; Business equipment<br />&bull; Industrial machines<br />&bull; PCs<br />&bull; Printers<br />&bull; Audio systems<br />&bull; Air-conditioning units</p><p><strong>FEATURES</strong><br />&bull; Wire size ratings:<br />&bull; Crimp housings accept AWG 22 to 30<br />&bull; Mass terminated housings accept AWG 24 to 28<br />&bull; Kinks for self-retention on boards</p>\"\n                },\n                {\n                    \"name\": \"description (en)\",\n                    \"value\": \"AMP CT Series 6 Position Surface Mount Vertical Wire to Board Shrouded Header\"\n                },\n                {\n                    \"name\": \"meta_description (en)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"name\": \"ATS_ASIA\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"ATS_NA\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"ATS_EU\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"PBO_ASIA\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"PBO_NA\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"PBO_EU\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"manufacturerName\",\n                    \"value\": \"TE Connectivity\"\n                },\n                {\n                    \"name\": \"coo\",\n                    \"value\": \"CN\"\n                },\n                {\n                    \"name\": \"hts_code\",\n                    \"value\": \"8536.69.40.40\"\n                },\n                {\n                    \"name\": \"ship_to_usa\",\n                    \"value\": \"Y\"\n                },\n                {\n                    \"name\": \"ship_to_rota\",\n                    \"value\": \"Y\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": \"header-plug-board-mount\",\n                    \"name\": \"header-plug-board-mount\",\n                    \"subcategory_name\": \"header-plug-board-mount\"\n                }\n            ],\n            \"documents\": [\n                {\n                    \"type\": \"Document\",\n                    \"subtype\": null,\n                    \"title\": \"3D PDF\",\n                    \"file_name\": \"DDEController?Action=showdoc&DocId=Customer+View+Model%7F292230-6%7FB%7Fpdf%7FEnglish%7FENG_CVM_292230-6_B.pdf\",\n                    \"revision\": null,\n                    \"format\": \"PDF\",\n                    \"language\": \"en\",\n                    \"url\": \"http://www.tycoelectronics.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+View+Model%7F292230-6%7FB%7Fpdf%7FEnglish%7FENG_CVM_292230-6_B.pdf\",\n                    \"publish_date\": null,\n                    \"last_update\": null\n                },\n                {\n                    \"type\": \"Datasheet\",\n                    \"subtype\": null,\n                    \"title\": \"Datasheet\",\n                    \"file_name\": \"DDEController?Action=srchrtrv&DocNm=292230&DocType=Customer+Drawing&DocLang=English\",\n                    \"revision\": null,\n                    \"format\": \"DDECONTROLLER?ACTION=SRCHRTRV&DOCNM=292230&DOCTYPE=CUSTOMER+DRAWING&DOCLANG=ENGLISH\",\n                    \"language\": \"en\",\n                    \"url\": \"https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=292230&DocType=Customer+Drawing&DocLang=English\",\n                    \"publish_date\": \"2019-12-13\",\n                    \"last_update\": \"2019-12-13\"\n                }\n            ],\n            \"images\": [\n                {\n                    \"url\": \"https://media.futureelectronics.com/INTERCONNECT/PCB/HEADER-PLUG-BOARD-MOUNT/292230-6-TEC-TYC-FNT-MED.JPG?m=HX7IL2\",\n                    \"type\": \"JPG\"\n                },\n                {\n                    \"url\": \"https://media.futureelectronics.com/INTERCONNECT/PCB/HEADER-PLUG-BOARD-MOUNT/292230-6-TEC-TYC-FNT-SML.JPG?m=hx7k5C\",\n                    \"type\": \"JPG\"\n                }\n            ],\n            \"quantities\": {\n                \"quantity_available\": 0,\n                \"quantity_factory\": 0,\n                \"quantity_minimum\": 2000,\n                \"quantity_committed\": null,\n                \"quantity_on_order\": 0,\n                \"factory_leadtime\": \"8\",\n                \"factory_leadtime_units\": \"Weeks\",\n                \"order_mult_qty\": 2000\n            },\n            \"pricing\": [\n                {\n                    \"unit_price\": 0.5,\n                    \"quantity_from\": 2000,\n                    \"quantity_to\": null\n                }\n            ],\n            \"people_and_places\": {\n                \"buyer_address_id\": null,\n                \"site\": \"NA\"\n            },\n            \"pricing_type\": \"Preferred\",\n            \"currency\": {\n                \"currency_code\": \"USD\"\n            },\n            \"internal1\": null\n        }\n    ]\n}"},{"id":"5ac20514-2c87-45b8-9c8c-1794abab7cea","name":"Invalid License","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=ML-1220/F1AN&lookup_type=contains","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"ML-1220/F1AN","description":"Required"},{"key":"lookup_type","value":"contains","description":"Optional"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:03:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"401 Unauthorized"},{"key":"Cache-Control","value":"no-cache"},{"key":"Vary","value":"Origin"},{"key":"X-Runtime","value":"0.061969"},{"key":"X-Request-Id","value":"19f7cf2e-b730-4478-8199-5a7d09627047"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid License\",\n    \"status\": 401\n}"},{"id":"52fc3dc0-ee45-493e-9178-019e31c76155","name":"PartLookupErrorResponse schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=&lookup_type=","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"","description":"Required (exmple part)"},{"key":"lookup_type","value":"","description":"Optional"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Apr 2022 20:54:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"400 Bad Request"},{"key":"Cache-Control","value":"no-cache"},{"key":"Vary","value":"Origin"},{"key":"X-Runtime","value":"0.043956"},{"key":"X-Request-Id","value":"bcd45c4f-4b27-4ad0-899d-f819bae55f53"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"    \"message\": \"Part number must be at least 3 characters for starts with or contains search\",\n    \"status\": \"bad_request\""},{"id":"6e6f2af2-00f8-469d-a7b7-dbb0cf1394be","name":"Incorrect Host","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=ML-1220/F1AN&lookup_type=default","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"ML-1220/F1AN","description":"Required"},{"key":"lookup_type","value":"default","description":"Optional"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Mon, 03 Jul 2023 16:37:07 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"23d56646-fdc7-42ed-b12d-7530646f17be"},{"name":"Multiple Parts","id":"a2af1dce-9ac5-4f87-9307-0e5d58458909","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true,"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"parts\":\r\n[\r\n\"BAV99S,115\",\r\n\"292230-6\",\r\n\"9908-250\"\r\n]\r\n}"},"url":"https://api.futureelectronics.com/api/v1/pim-future/batch/lookup","description":"<p><strong>Configuration ready to be forked in your own environment.</strong></p>\n<p><em>Replace \"Parameter Definitions\"</em></p>\n<h3 id=\"parameter-definitions\">Parameter Definitions</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th></th>\n<th>Example</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>parts</td>\n<td>An array of manufacturer part numbers upon which to perform the lookup. An “Exact Match” search will be performed for each part (NOTE: Customers of Future with contract based pricing may also search on their own customer part numbers). A maximum of 300 parts will be allowed.</td>\n<td>See sample JSON request in <em>Body raw</em></td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/batch/lookup"],"query":[],"variable":[]}},"response":[{"id":"127d82ab-a522-4756-a5ad-9f4818211865","name":"Valid Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"parts\":\r\n[\r\n\"BAV99S,115\",\r\n\"292230-6\",\r\n\"9908-250\"\r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.futureelectronics.com/api/v1/pim-future/batch/lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Apr 2022 19:12:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"c5af4ae0d7b8e315b40db8a481ac3b31\""},{"key":"X-Runtime","value":"0.460208"},{"key":"X-Request-Id","value":"65e7598f-45e8-4a95-876e-1bd3411662bf"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"{\n    \"lookup_parts\": [\n        {\n            \"part_number\": \"292230-6\",\n            \"lookup_results\": \"1 Offer found\",\n            \"offers\": [\n                {\n                    \"_orbweaver_data\": {\n                        \"datasource_name\": \"Future Electronics\"\n                    },\n                    \"part_id\": {\n                        \"seller_part_number\": \"1000014\",\n                        \"unit_weight\": 1.24738,\n                        \"web_url\": \"https://www.futureelectronics.com/p/1000014\",\n                        \"mpn\": \"292230-6\"\n                    },\n                    \"part_attributes\": [\n                        {\n                            \"name\": \"quantity_minimum\",\n                            \"value\": 2000\n                        },\n                        {\n                            \"name\": \"web_view\",\n                            \"value\": true\n                        },\n                        {\n                            \"name\": \"coo\",\n                            \"value\": \"CN\"\n                        },\n                        {\n                            \"name\": \"hts_code\",\n                            \"value\": \"8536.69.40.40\"\n                        },\n                        {\n                            \"name\": \"ship_to_usa\",\n                            \"value\": \"Y\"\n                        },\n                        {\n                            \"name\": \"ship_to_rota\",\n                            \"value\": \"Y\"\n                        },\n                        {\n                            \"name\": \"packageType\",\n                            \"value\": \"REEL\"\n                        },\n                        {\n                            \"name\": \"mpq\",\n                            \"value\": \"2000\"\n                        },\n                        {\n                            \"name\": \"CustomReelAvailable\",\n                            \"value\": \"0\"\n                        },\n                        {\n                            \"name\": \"dateCode\",\n                            \"value\": null\n                        },\n                        {\n                            \"name\": \"purchaseOrderQty\",\n                            \"value\": \"2000\"\n                        },\n                        {\n                            \"name\": \"USATariff\",\n                            \"value\": \"1\"\n                        },\n                        {\n                            \"name\": \"rohs\",\n                            \"value\": \"Y\"\n                        },\n                        {\n                            \"name\": \"tariffClass\",\n                            \"value\": \"KK641\"\n                        },\n                        {\n                            \"name\": \"leadFree\",\n                            \"value\": \"Y\"\n                        },\n                        {\n                            \"name\": \"ncnrFlag\",\n                            \"value\": \"N\"\n                        },\n                        {\n                            \"name\": \"availableRegion\",\n                            \"value\": \"NA:EU:Asia:China\"\n                        },\n                        {\n                            \"name\": \"shippingRestriction\",\n                            \"value\": null\n                        },\n                        {\n                            \"name\": \"countryRestriction\",\n                            \"value\": null\n                        },\n                        {\n                            \"name\": \"productLifeCycle\",\n                            \"value\": \"ACTIVE\"\n                        },\n                        {\n                            \"name\": \"eccn\",\n                            \"value\": \"EAR99\"\n                        },\n                        {\n                            \"name\": \"overview (en)\",\n                            \"value\": \"<p><strong>TE Connectivity&rsquo;s (TE) AMP CT connectors are miniature wire to- board and wire-to-wire connectors which are ideal for use in wiring harnesses.</strong></p><p><strong>APPLICATIONS</strong><br />&bull; Business equipment<br />&bull; Industrial machines<br />&bull; PCs<br />&bull; Printers<br />&bull; Audio systems<br />&bull; Air-conditioning units</p><p><strong>FEATURES</strong><br />&bull; Wire size ratings:<br />&bull; Crimp housings accept AWG 22 to 30<br />&bull; Mass terminated housings accept AWG 24 to 28<br />&bull; Kinks for self-retention on boards</p>\"\n                        },\n                        {\n                            \"name\": \"description (en)\",\n                            \"value\": \"AMP CT Series 6 Position Surface Mount Vertical Wire to Board Shrouded Header\"\n                        },\n                        {\n                            \"name\": \"meta_description (en)\",\n                            \"value\": \"\"\n                        },\n                        {\n                            \"name\": \"ATS_ASIA\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"ATS_NA\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"ATS_EU\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"PBO_ASIA\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"PBO_NA\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"PBO_EU\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"manufacturerName\",\n                            \"value\": \"TE Connectivity\"\n                        }\n                    ],\n                    \"categories\": [\n                        {\n                            \"id\": \"header-plug-board-mount\",\n                            \"name\": \"header-plug-board-mount\",\n                            \"subcategory_name\": \"header-plug-board-mount\"\n                        }\n                    ],\n                    \"documents\": [\n                        {\n                            \"type\": \"Document\",\n                            \"subtype\": null,\n                            \"title\": \"3D PDF\",\n                            \"file_name\": \"DDEController?Action=showdoc&DocId=Customer+View+Model%7F292230-6%7FB%7Fpdf%7FEnglish%7FENG_CVM_292230-6_B.pdf\",\n                            \"revision\": null,\n                            \"format\": \"PDF\",\n                            \"language\": \"en\",\n                            \"url\": \"http://www.tycoelectronics.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+View+Model%7F292230-6%7FB%7Fpdf%7FEnglish%7FENG_CVM_292230-6_B.pdf\",\n                            \"publish_date\": null,\n                            \"last_update\": null\n                        },\n                        {\n                            \"type\": \"Datasheet\",\n                            \"subtype\": null,\n                            \"title\": \"Datasheet\",\n                            \"file_name\": \"DDEController?Action=srchrtrv&DocNm=292230&DocType=Customer+Drawing&DocLang=English\",\n                            \"revision\": null,\n                            \"format\": \"DDECONTROLLER?ACTION=SRCHRTRV&DOCNM=292230&DOCTYPE=CUSTOMER+DRAWING&DOCLANG=ENGLISH\",\n                            \"language\": \"en\",\n                            \"url\": \"https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=292230&DocType=Customer+Drawing&DocLang=English\",\n                            \"publish_date\": \"2019-12-13\",\n                            \"last_update\": \"2019-12-13\"\n                        }\n                    ],\n                    \"images\": [\n                        {\n                            \"url\": \"https://media.futureelectronics.com/INTERCONNECT/PCB/HEADER-PLUG-BOARD-MOUNT/292230-6-TEC-TYC-FNT-MED.JPG?m=HX7IL2\",\n                            \"type\": \"JPG\"\n                        },\n                        {\n                            \"url\": \"https://media.futureelectronics.com/INTERCONNECT/PCB/HEADER-PLUG-BOARD-MOUNT/292230-6-TEC-TYC-FNT-SML.JPG?m=hx7k5C\",\n                            \"type\": \"JPG\"\n                        }\n                    ],\n                    \"quantities\": {\n                        \"quantity_available\": 0,\n                        \"quantity_factory\": 0,\n                        \"quantity_minimum\": 2000,\n                        \"quantity_committed\": null,\n                        \"quantity_on_order\": 0,\n                        \"factory_leadtime\": \"8\",\n                        \"factory_leadtime_units\": \"Weeks\",\n                        \"order_mult_qty\": 2000\n                    },\n                    \"pricing\": [\n                        {\n                            \"unit_price\": 0.5,\n                            \"quantity_from\": 2000,\n                            \"quantity_to\": null\n                        }\n                    ],\n                    \"people_and_places\": {\n                        \"buyer_address_id\": null,\n                        \"site\": \"NA\"\n                    },\n                    \"pricing_type\": \"Preferred\",\n                    \"currency\": {\n                        \"currency_code\": \"USD\"\n                    },\n                    \"internal1\": null\n                }\n            ]\n        },\n        {\n            \"part_number\": \"9908-250\",\n            \"lookup_results\": \"1 Offer found\",\n            \"offers\": [\n                {\n                    \"_orbweaver_data\": {\n                        \"datasource_name\": \"Future Electronics\"\n                    },\n                    \"part_id\": {\n                        \"seller_part_number\": \"0709618\",\n                        \"unit_weight\": 0.136078,\n                        \"web_url\": \"https://www.futureelectronics.com/p/0709618\",\n                        \"mpn\": \"9908-250\"\n                    },\n                    \"part_attributes\": [\n                        {\n                            \"name\": \"quantity_minimum\",\n                            \"value\": 1\n                        },\n                        {\n                            \"name\": \"web_view\",\n                            \"value\": true\n                        },\n                        {\n                            \"name\": \"coo\",\n                            \"value\": \"US\"\n                        },\n                        {\n                            \"name\": \"hts_code\",\n                            \"value\": \"3926.90.99.89\"\n                        },\n                        {\n                            \"name\": \"ship_to_usa\",\n                            \"value\": \"Y\"\n                        },\n                        {\n                            \"name\": \"ship_to_rota\",\n                            \"value\": \"N\"\n                        },\n                        {\n                            \"name\": \"packageType\",\n                            \"value\": \"BOX\"\n                        },\n                        {\n                            \"name\": \"mpq\",\n                            \"value\": \"100\"\n                        },\n                        {\n                            \"name\": \"CustomReelAvailable\",\n                            \"value\": \"0\"\n                        },\n                        {\n                            \"name\": \"dateCode\",\n                            \"value\": null\n                        },\n                        {\n                            \"name\": \"purchaseOrderQty\",\n                            \"value\": \"500\"\n                        },\n                        {\n                            \"name\": \"USATariff\",\n                            \"value\": \"0\"\n                        },\n                        {\n                            \"name\": \"rohs\",\n                            \"value\": \"Y\"\n                        },\n                        {\n                            \"name\": \"tariffClass\",\n                            \"value\": \"DD096\"\n                        },\n                        {\n                            \"name\": \"leadFree\",\n                            \"value\": \"Y\"\n                        },\n                        {\n                            \"name\": \"ncnrFlag\",\n                            \"value\": \"N\"\n                        },\n                        {\n                            \"name\": \"availableRegion\",\n                            \"value\": \"NA:EU:Asia:China\"\n                        },\n                        {\n                            \"name\": \"shippingRestriction\",\n                            \"value\": null\n                        },\n                        {\n                            \"name\": \"countryRestriction\",\n                            \"value\": null\n                        },\n                        {\n                            \"name\": \"productLifeCycle\",\n                            \"value\": \"ACTIVE\"\n                        },\n                        {\n                            \"name\": \"eccn\",\n                            \"value\": \"EAR99\"\n                        },\n                        {\n                            \"name\": \"overview (en)\",\n                            \"value\": \"\"\n                        },\n                        {\n                            \"name\": \"description (en)\",\n                            \"value\": \"9908 Series .250 in High Screw Size 4 Natural Nylon Tubular Spacer\"\n                        },\n                        {\n                            \"name\": \"meta_description (en)\",\n                            \"value\": \"9908 Series .250 inch High Screw Size 4 Natural Nylon Tubular Spacer\"\n                        },\n                        {\n                            \"name\": \"ATS_ASIA\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"ATS_NA\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"ATS_EU\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"PBO_ASIA\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"PBO_NA\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"PBO_EU\",\n                            \"value\": 0\n                        },\n                        {\n                            \"name\": \"manufacturerName\",\n                            \"value\": \"Bivar\"\n                        }\n                    ],\n                    \"categories\": [\n                        {\n                            \"id\": \"spacers\",\n                            \"name\": \"spacers\",\n                            \"subcategory_name\": \"spacers\"\n                        }\n                    ],\n                    \"documents\": [\n                        {\n                            \"type\": \"Datasheet\",\n                            \"subtype\": null,\n                            \"title\": \"Datasheet\",\n                            \"file_name\": \"99XX-XXX.pdf\",\n                            \"revision\": null,\n                            \"format\": \"PDF\",\n                            \"language\": \"en\",\n                            \"url\": \"https://www.bivar.com/parts_content/Datasheets/99XX-XXX.pdf\",\n                            \"publish_date\": \"2020-06-17\",\n                            \"last_update\": \"2020-06-17\"\n                        }\n                    ],\n                    \"images\": [\n                        {\n                            \"url\": \"https://media.futureelectronics.com/PRODUCTION-PRODUCTS/HARDWARE/SPACERS/901-030-BIV-FNT-LRG.JPG?m=GjVVCd\",\n                            \"type\": \"JPG\"\n                        },\n                        {\n                            \"url\": \"https://media.futureelectronics.com/PRODUCTION-PRODUCTS/HARDWARE/SPACERS/901-030-BIV-FNT-MED.JPG?m=GJVvqm\",\n                            \"type\": \"JPG\"\n                        },\n                        {\n                            \"url\": \"https://media.futureelectronics.com/PRODUCTION-PRODUCTS/HARDWARE/SPACERS/901-030-BIV-FNT-SML.JPG?m=Gjw0ey\",\n                            \"type\": \"JPG\"\n                        }\n                    ],\n                    \"quantities\": {\n                        \"quantity_available\": 0,\n                        \"quantity_factory\": 0,\n                        \"quantity_minimum\": 500,\n                        \"quantity_committed\": null,\n                        \"quantity_on_order\": 0,\n                        \"factory_leadtime\": \"2\",\n                        \"factory_leadtime_units\": \"Weeks\",\n                        \"order_mult_qty\": 100\n                    },\n                    \"pricing\": [\n                        {\n                            \"unit_price\": 0.0396,\n                            \"quantity_from\": 500,\n                            \"quantity_to\": 1249\n                        },\n                        {\n                            \"unit_price\": 0.0387,\n                            \"quantity_from\": 1250,\n                            \"quantity_to\": 2499\n                        },\n                        {\n                            \"unit_price\": 0.038,\n                            \"quantity_from\": 2500,\n                            \"quantity_to\": 4999\n                        },\n                        {\n                            \"unit_price\": 0.0374,\n                            \"quantity_from\": 5000,\n                            \"quantity_to\": 12499\n                        },\n                        {\n                            \"unit_price\": 0.0358,\n                            \"quantity_from\": 12500,\n                            \"quantity_to\": null\n                        }\n                    ],\n                    \"people_and_places\": {\n                        \"buyer_address_id\": null,\n                        \"site\": \"NA\"\n                    },\n                    \"pricing_type\": \"Preferred\",\n                    \"currency\": {\n                        \"currency_code\": \"USD\"\n                    },\n                    \"internal1\": null\n                }\n            ]\n        },\n        {\n            \"part_number\": \"BAV99S,115\",\n            \"lookup_results\": \"0 Offers found\",\n            \"offers\": []\n        }\n    ]\n}"},{"id":"a58d8c0f-b279-4d6d-9149-d2f45febb997","name":"Invalid License","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"parts\":\r\n[\r\n\"BAV99S,115\",\r\n\"BAT54STA\",\r\n\"NCP1070S0TGEVB\"\r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.futureelectronics.com/api/v1/pim-future/batch/lookup"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:03:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"401 Unauthorized"},{"key":"Cache-Control","value":"no-cache"},{"key":"Vary","value":"Origin"},{"key":"X-Runtime","value":"0.061969"},{"key":"X-Request-Id","value":"19f7cf2e-b730-4478-8199-5a7d09627047"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid License\",\n    \"status\": 401\n}"},{"id":"97437173-be5d-4ece-ac4b-dead2ee34bf2","name":"Error 400 (missing \",\" between line 5 & 6)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"parts\":\r\n[\r\n\"BAV99S,115\",\r\n\"BAT54STA\"\r\n\"NCP1070S0TGEVB\"\r\n]\r\n}"},"url":"https://api.futureelectronics.com/api/v1/pim-future/batch/lookup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Apr 2022 19:15:28 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"400 Bad Request"},{"key":"Vary","value":"Origin"},{"key":"X-Runtime","value":"0.001312"},{"key":"X-Request-Id","value":"884acce4-9a33-4f8e-b7a3-1bdb3c7685f1"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"    \"status\": 400,\n    \"error\": \"Bad Request\""},{"id":"f5956d29-6a9f-4bd0-bba3-c9f6836c844b","name":"PartLookupErrorResponse schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.futureelectronics.com/api/v1/pim-future/batch/lookup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Apr 2022 20:54:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"400 Bad Request"},{"key":"Cache-Control","value":"no-cache"},{"key":"Vary","value":"Origin"},{"key":"X-Runtime","value":"0.043956"},{"key":"X-Request-Id","value":"bcd45c4f-4b27-4ad0-899d-f819bae55f53"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"    \"message\": \"Part number must be at least 3 characters for starts with or contains search\",\n    \"status\": \"bad_request\""},{"id":"e55174aa-5a2a-4874-ac57-ffe655aa4577","name":"Incorrect Host","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"parts\":\r\n[\r\n\"BAV99S,115\",\r\n\"BAT54STA\",\r\n\"NCP1070S0TGEVB\"\r\n]\r\n}"},"url":"https://api.futureelectronics.com/api/v1/pim-future/batch/lookup"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Mon, 03 Jul 2023 16:39:29 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a2af1dce-9ac5-4f87-9307-0e5d58458909"},{"name":"Sample C# API Client Implementation","event":[{"listen":"test","script":{"id":"aa7b3e50-2751-434f-92e5-423870396998","exec":[""],"type":"text/javascript"}}],"id":"9642734f-f189-4608-a8ac-604d4d90c082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"The following is a snippet of C# code configured to call the single part endpoint. Please note that it is assumed that the developer will be familiar with manipulating JSON strings.","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"hash":" code configured to call the single part endpoint. Please note that it is assumed that the developer will be familiar with manipulating JSON strings.","host":["The following is a snippet of C"],"query":[],"variable":[]}},"response":[{"id":"ef068c2e-65da-4714-bc52-28808301bef6","name":"Code","originalRequest":{"method":"POST","header":[{"key":"","value":"","description":"The following is a snippet of C# code configured to call the single part endpoint.\nPlease note that it is assumed that the developer will be familiar with manipulating JSON strings.","type":"text"}],"url":""},"status":"C# Code","_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":"using System;\r\nusing System.Net.Http;\r\nusing System.Net.Http.Headers;\r\nusing System.IO;\r\nusing System.Text.Json;\r\nnamespace FutureAPITesting\r\n{\r\nstatic string prettyJson(string unPrettyJson)\r\n {\r\n var options = new JsonSerializerOptions()\r\n {\r\n WriteIndented = true\r\n };\r\n var jsonElement = JsonSerializer.Deserialize\n\n<JsonElement>(unPrettyJson);\r\n return JsonSerializer.Serialize(jsonElement, options);\r\n }\r\nstatic void Main(string[] args)\r\n {\r\nstring prodURL = \"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number= L6230PDTR\";\r\nstring prodOutputFile = \"D:\\\\future\\\\testing\\\\testOutput.json.txt\";\r\nHttpClient prodClient = new HttpClient();\r\n prodClient.BaseAddress = new Uri(prodURL);\r\n// Add an Accept header for JSON format.\r\n prodClient.DefaultRequestHeaders.Accept.Add(\r\n new MediaTypeWithQualityHeaderValue(\"application/json\"));\r\n prodClient.DefaultRequestHeaders.Add(\"X-ORBWEAVER-LICENSEKEY\", “XXXXX-YYYYY-SNGLT-9PO74-\r\nVOB91\");\r\nprodResult = prodClient.GetStringAsync(“”).Result;\r\n Console.WriteLine(\"{0}\", prodResult);\r\nusing (System.IO.StreamWriter prodfile = new System.IO.StreamWriter(@prodOutputFile))\r\n {\r\n prodfile.WriteLine(prettyJson(prodResult));\r\n }\r\n}\r\n}"}],"_postman_id":"9642734f-f189-4608-a8ac-604d4d90c082"}],"id":"30a96d45-b505-4294-a3b3-b002418c4a0b","description":"<h3 id=\"required-headers\">Required Headers</h3>\n<p>All API requests to host <strong>*api.futureelectronics.com</strong> require the following headers:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Accept</td>\n<td>application/json,  <br />text/javascript</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>x-orbweaver-licensekey</td>\n<td>This will be added automatically after entering your key in the <code>Authorization</code> section.</td>\n</tr>\n<tr>\n<td>host</td>\n<td>This is being added automatically from the <code>Variables</code> section.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"e83c238a-5171-43b3-833a-14a1c26d3af7","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"8dc877f0-6c0f-424b-83e9-f8dbf6da3fde","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"30a96d45-b505-4294-a3b3-b002418c4a0b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}}}],"id":"793b2c63-bb09-4e7e-953e-9eb42c7965d2","_postman_id":"793b2c63-bb09-4e7e-953e-9eb42c7965d2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}}},{"name":"Response Section Details","item":[{"name":"Part Lookup","id":"76fe7024-fbe5-465a-84fd-673e4b89231b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>lookup_value</td>\n<td>The lookup_value from the request</td>\n<td>String</td>\n<td>\"BAT54STA\"</td>\n</tr>\n<tr>\n<td>lookup_type</td>\n<td>The lookup_type from the request</td>\n<td>Enumeration</td>\n<td>\"exact\"</td>\n</tr>\n<tr>\n<td>lookup_results</td>\n<td>A message to indicate the type of results returned for the lookup_value and lookup_type</td>\n<td>String</td>\n<td>\"1 Offer found\"</td>\n</tr>\n<tr>\n<td>Offers</td>\n<td>The list of available offers</td>\n<td>Array</td>\n<td>offers[ ]</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"6184902d-d5dd-4876-aee4-7713b4805de1","name":"Part Lookup","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"    \"lookup_value\": \"292230-6\",\n    \"lookup_type\": \"exact\",\n    \"lookup_results\": \"1 Offer found\",\n    \"offers\": []"}],"_postman_id":"76fe7024-fbe5-465a-84fd-673e4b89231b"},{"name":"Offers","id":"261b6cd5-9c98-4971-96c1-45e466a1df97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_orbweaver_data</td>\n<td>This section of response data contains a collection of property names and values internal to Orbweaver</td>\n<td>Property names and values</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>part_id</td>\n<td>This element contains a grouping of element properties which define the part for this offer.</td>\n<td>Element</td>\n<td>part_id { }</td>\n</tr>\n<tr>\n<td>part_attributes</td>\n<td>The list of detailed attributes for this part provided by the datasource in “type_name” and “value” pairs. This could include spec data or other miscellaneous data about the part.</td>\n<td>Array</td>\n<td>attributes [ ]</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>The list of categories for this part provided by the datasource</td>\n<td>Array</td>\n<td>categories [ ]</td>\n</tr>\n<tr>\n<td>documents</td>\n<td>The list of documents for this part provided by the datasource</td>\n<td>Array</td>\n<td>documents [ ]</td>\n</tr>\n<tr>\n<td>images</td>\n<td>The list of images for this part provided by the datasource</td>\n<td>Array</td>\n<td>images [ ]</td>\n</tr>\n<tr>\n<td>quantities</td>\n<td>This element contains a grouping of inventory and quantity related properties for this offer.</td>\n<td>Element</td>\n<td>Quantities { }</td>\n</tr>\n<tr>\n<td>pricing</td>\n<td>The list of price breaks vailable for this offer.</td>\n<td>Array</td>\n<td>prices [ ]</td>\n</tr>\n<tr>\n<td>people_and_places</td>\n<td>This element contains a grouping of data values that define the API user’s primary warehouse and/or customer identification (if the API user is a contract customer)</td>\n<td>Element</td>\n<td>People_and_places { }</td>\n</tr>\n<tr>\n<td>pricing_type</td>\n<td>This is a derived value that denotes the type of pricing being returned with this offer. It can only be “Preferred” or “Contract”</td>\n<td>String</td>\n<td>“Preferred”</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>This element specifies the currency of the pricing data contained in the offer.</td>\n<td>Element</td>\n<td>currency { }</td>\n</tr>\n<tr>\n<td>internal1</td>\n<td>This value can only be “FUTA”, “FUTI”, “FUTE”, “FUTC” if the part is bonded, or \"null\" if there is no bonded inventory.</td>\n<td>String</td>\n<td>“FUTC”</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"641afe7a-3f1c-444b-8ba5-aad52901be19","name":"Offers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=contains","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"contains","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":" \"offers\": [\n        {\n            \"_orbweaver_data\": {\n                \"datasource_name\": \"Future Electronics\"\n            },\n            \"part_id\": {\n                \"seller_part_number\": \"1000014\",\n                \"unit_weight\": 1.24738,\n                \"web_url\": \"https://www.futureelectronics.com/p/1000014\",\n                \"mpn\": \"292230-6\"\n            },\n            \"part_attributes\": [\n                {\n                    \"name\": \"quantity_minimum\",\n                    \"value\": 2000\n                },\n                {\n                    \"name\": \"web_view\",\n                    \"value\": true\n                },\n                {\n                    \"name\": \"packageType\",\n                    \"value\": \"REEL\"\n                },\n                {\n                    \"name\": \"mpq\",\n                    \"value\": \"2000\"\n                },\n                {\n                    \"name\": \"CustomReelAvailable\",\n                    \"value\": \"0\"\n                },\n                {\n                    \"name\": \"dateCode\",\n                    \"value\": null\n                },\n                {\n                    \"name\": \"purchaseOrderQty\",\n                    \"value\": \"2000\"\n                },\n                {\n                    \"name\": \"USATariff\",\n                    \"value\": \"1\"\n                },\n                {\n                    \"name\": \"rohs\",\n                    \"value\": \"Y\"\n                },\n                {\n                    \"name\": \"tariffClass\",\n                    \"value\": \"KK641\"\n                },\n                {\n                    \"name\": \"leadFree\",\n                    \"value\": \"Y\"\n                },\n                {\n                    \"name\": \"ncnrFlag\",\n                    \"value\": \"N\"\n                },\n                {\n                    \"name\": \"availableRegion\",\n                    \"value\": \"NA:EU:Asia:China\"\n                },\n                {\n                    \"name\": \"shippingRestriction\",\n                    \"value\": null\n                },\n                {\n                    \"name\": \"countryRestriction\",\n                    \"value\": null\n                },\n                {\n                    \"name\": \"productLifeCycle\",\n                    \"value\": \"ACTIVE\"\n                },\n                {\n                    \"name\": \"eccn\",\n                    \"value\": \"EAR99\"\n                },\n                {\n                    \"name\": \"overview (en)\",\n                    \"value\": \"<p><strong>TE Connectivity&rsquo;s (TE) AMP CT connectors are miniature wire to- board and wire-to-wire connectors which are ideal for use in wiring harnesses.</strong></p><p><strong>APPLICATIONS</strong><br />&bull; Business equipment<br />&bull; Industrial machines<br />&bull; PCs<br />&bull; Printers<br />&bull; Audio systems<br />&bull; Air-conditioning units</p><p><strong>FEATURES</strong><br />&bull; Wire size ratings:<br />&bull; Crimp housings accept AWG 22 to 30<br />&bull; Mass terminated housings accept AWG 24 to 28<br />&bull; Kinks for self-retention on boards</p>\"\n                },\n                {\n                    \"name\": \"description (en)\",\n                    \"value\": \"AMP CT Series 6 Position Surface Mount Vertical Wire to Board Shrouded Header\"\n                },\n                {\n                    \"name\": \"meta_description (en)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"name\": \"ATS_ASIA\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"ATS_NA\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"ATS_EU\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"PBO_ASIA\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"PBO_NA\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"PBO_EU\",\n                    \"value\": 0\n                },\n                {\n                    \"name\": \"manufacturerName\",\n                    \"value\": \"TE Connectivity\"\n                },\n                {\n                    \"name\": \"coo\",\n                    \"value\": \"CN\"\n                },\n                {\n                    \"name\": \"hts_code\",\n                    \"value\": \"8536.69.40.40\"\n                },\n                {\n                    \"name\": \"ship_to_usa\",\n                    \"value\": \"Y\"\n                },\n                {\n                    \"name\": \"ship_to_rota\",\n                    \"value\": \"Y\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": \"header-plug-board-mount\",\n                    \"name\": \"header-plug-board-mount\",\n                    \"subcategory_name\": \"header-plug-board-mount\"\n                }\n            ],\n            \"documents\": [\n                {\n                    \"type\": \"Document\",\n                    \"subtype\": null,\n                    \"title\": \"3D PDF\",\n                    \"file_name\": \"DDEController?Action=showdoc&DocId=Customer+View+Model%7F292230-6%7FB%7Fpdf%7FEnglish%7FENG_CVM_292230-6_B.pdf\",\n                    \"revision\": null,\n                    \"format\": \"PDF\",\n                    \"language\": \"en\",\n                    \"url\": \"http://www.tycoelectronics.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+View+Model%7F292230-6%7FB%7Fpdf%7FEnglish%7FENG_CVM_292230-6_B.pdf\",\n                    \"publish_date\": null,\n                    \"last_update\": null\n                },\n                {\n                    \"type\": \"Datasheet\",\n                    \"subtype\": null,\n                    \"title\": \"Datasheet\",\n                    \"file_name\": \"DDEController?Action=srchrtrv&DocNm=292230&DocType=Customer+Drawing&DocLang=English\",\n                    \"revision\": null,\n                    \"format\": \"DDECONTROLLER?ACTION=SRCHRTRV&DOCNM=292230&DOCTYPE=CUSTOMER+DRAWING&DOCLANG=ENGLISH\",\n                    \"language\": \"en\",\n                    \"url\": \"https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=292230&DocType=Customer+Drawing&DocLang=English\",\n                    \"publish_date\": \"2019-12-13\",\n                    \"last_update\": \"2019-12-13\"\n                }\n            ],\n            \"images\": [\n                {\n                    \"url\": \"https://media.futureelectronics.com/INTERCONNECT/PCB/HEADER-PLUG-BOARD-MOUNT/292230-6-TEC-TYC-FNT-MED.JPG?m=HX7IL2\",\n                    \"type\": \"JPG\"\n                },\n                {\n                    \"url\": \"https://media.futureelectronics.com/INTERCONNECT/PCB/HEADER-PLUG-BOARD-MOUNT/292230-6-TEC-TYC-FNT-SML.JPG?m=hx7k5C\",\n                    \"type\": \"JPG\"\n                }\n            ],\n            \"quantities\": {\n                \"quantity_available\": 0,\n                \"quantity_factory\": 0,\n                \"quantity_minimum\": 2000,\n                \"quantity_committed\": null,\n                \"quantity_on_order\": 0,\n                \"factory_leadtime\": \"8\",\n                \"factory_leadtime_units\": \"Weeks\",\n                \"order_mult_qty\": 2000\n            },\n            \"pricing\": [\n                {\n                    \"unit_price\": 0.5,\n                    \"quantity_from\": 2000,\n                    \"quantity_to\": null\n                }\n            ],\n            \"people_and_places\": {\n                \"buyer_address_id\": null,\n                \"site\": \"NA\"\n            },\n            \"pricing_type\": \"Preferred\",\n            \"currency\": {\n                \"currency_code\": \"USD\"\n            },\n            \"internal1\": null\n        }\n    ]\n}"}],"_postman_id":"261b6cd5-9c98-4971-96c1-45e466a1df97"},{"name":"Part Id","id":"323be83d-9749-4b30-88f6-0120f3842dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>seller_part_number</td>\n<td>The part number used by the seller (also referred to as sku)</td>\n<td>String</td>\n<td>\"2028337\"</td>\n</tr>\n<tr>\n<td>buyer_part_number</td>\n<td>This will hold the CPN or customer part number if one exists and that customer is the one making the Part Lookup request.</td>\n<td>String</td>\n<td>“SSM-F24E115”</td>\n</tr>\n<tr>\n<td>unit_weight</td>\n<td></td>\n<td>String</td>\n<td>”1 oz”</td>\n</tr>\n<tr>\n<td>web_ur</td>\n<td>This is a direct http link to the part on futureelectronics.com,</td>\n<td>String</td>\n<td>“<a href=\"https://www.futureelectronics.com/p/2028337\">https://www.futureelectronics.com/p/2028337</a>”</td>\n</tr>\n<tr>\n<td>mpn</td>\n<td>The manufacture's part number as supplied by the given datasource</td>\n<td>String</td>\n<td>\"BAT54STA\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"f964feb8-006b-4a0f-b3d6-604a3cb3caf3","name":"Part Id","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"part_id\": {\n    \"seller_part_number\": \"1000014\",\n    \"unit_weight\": 1.24738,\n    \"web_url\": \"https://www.futureelectronics.com/p/1000014\",\n    \"mpn\": \"292230-6\"\n},"}],"_postman_id":"323be83d-9749-4b30-88f6-0120f3842dc4"},{"name":"Part Attributes","id":"dc2dd457-c151-42a6-9d90-986ed2c7f747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<p>Note that the example response contained above is representative of the attributes that can be expected to be returned with each offer.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>The display name of the attribute</td>\n<td>String</td>\n<td>\"classCode\"</td>\n</tr>\n<tr>\n<td>value</td>\n<td>The value of the attribute</td>\n<td>String</td>\n<td>\"92\"</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n<th>Expected values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quantity_minimum</td>\n<td></td>\n<td>Number</td>\n</tr>\n<tr>\n<td>web_view</td>\n<td>Validates if part number is displaying or not on the web</td>\n<td>true/false</td>\n</tr>\n<tr>\n<td>packageType</td>\n<td>Package type the product is available in</td>\n<td>BULK, DIE, KIT, ROLL, STRP, TRAY, TUBE, REEL, CUTT, MINI_REEL, BOX, BAG, SAMPLES, STDMFR, BSTR</td>\n</tr>\n<tr>\n<td>mpq</td>\n<td>Units per package</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>CustomReelAvailable</td>\n<td>Validates if Mini-reel is available</td>\n<td>1 (yes)/0 (no)</td>\n</tr>\n<tr>\n<td>dateCode</td>\n<td>Information about manufacturing or packaging of product lot</td>\n<td>Expressed Week and year (WWYY)/null</td>\n</tr>\n<tr>\n<td>purchaseOrderQty</td>\n<td></td>\n<td>Number</td>\n</tr>\n<tr>\n<td>USATariff</td>\n<td>Tax imposed on goods</td>\n<td>1 (yes)/0 (no)</td>\n</tr>\n<tr>\n<td>rohs</td>\n<td>Validate if part number has RoHS compliance</td>\n<td>Y (yes)/N (no)/P (pending)/E (exempt)</td>\n</tr>\n<tr>\n<td>tariffClass</td>\n<td>Tariff classification</td>\n<td>String</td>\n</tr>\n<tr>\n<td>leadFree</td>\n<td>Validate if part number is LeadFree</td>\n<td>Y (yes)/N (no)</td>\n</tr>\n<tr>\n<td>ncnrFlag</td>\n<td>Non-cancelable and non-retournable</td>\n<td>Y (yes)/N (no)</td>\n</tr>\n<tr>\n<td>availableRegion</td>\n<td>Region where the product is available to sell</td>\n<td>NA/ EU/ ASIA/ China</td>\n</tr>\n<tr>\n<td>shippingRestriction</td>\n<td>List of restriction on shipping methods</td>\n<td>GroundOnly/ null</td>\n</tr>\n<tr>\n<td>countryRestriction</td>\n<td>List of countries the product cannot be sold to</td>\n<td>Two letter country code/null</td>\n</tr>\n<tr>\n<td>productLifeCycle</td>\n<td>Stage of the product</td>\n<td>Active/Obsolete</td>\n</tr>\n<tr>\n<td>eccn</td>\n<td>Export Control Classification Number</td>\n<td>ECCN code/null</td>\n</tr>\n<tr>\n<td>overview</td>\n<td>Technical attributes</td>\n<td>As on Database/ website</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Description of the PartNumber</td>\n<td>As on Database/ website</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>Description to summarize the page</td>\n<td>As on Database/ website</td>\n</tr>\n<tr>\n<td>ATS_ASIA</td>\n<td>Inventory Available to sell in Asia, 0 otherwise</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>ATS_NA</td>\n<td>Inventory Available to sell in North America, 0 otherwise</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>ATS_EU</td>\n<td>Inventory Available to sell in Europe, Middle East and Africa, 0 otherwise</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>PBO_ASIA</td>\n<td>Inventory already Purchased but not yet in our warehouse in Asia, 0 otherwise</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>PBO_NA</td>\n<td>Inventory already Purchased but not yet in our warehouse in North America, 0 otherwise</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>PBO_EU</td>\n<td>Inventory already Purchased but not yet in our warehouse in Europe, 0 otherwise</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>manufacturerName</td>\n<td>Registered Name for manifacturer</td>\n<td>Name of Manufacturer</td>\n</tr>\n<tr>\n<td>coo</td>\n<td>Country of origin, if multiple, only main will be returned</td>\n<td>Two letter country code</td>\n</tr>\n<tr>\n<td>hts_code</td>\n<td>Harmonized Tariff Schedule is a classification system used in the US to help determine customs duties to be paid on imports</td>\n<td>HTS Code/null</td>\n</tr>\n<tr>\n<td>ship_to_usa</td>\n<td>Applicable to NA only - Flag to indicate if the item can be shipped to the US. Other regions will be N/A</td>\n<td>Y (yes)/N (no)/N/A</td>\n</tr>\n<tr>\n<td>ship_to_rota</td>\n<td>Applicable to NA only - Flag to indicate if the item can be shipped outside of the US. Other regions will be N/A</td>\n<td>Y (yes)/N (no)/N/A</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"9a011165-0e1b-4390-83bb-8ac5af51f338","name":"Part Attributes","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"part_attributes\": [\n    {\n        \"name\": \"quantity_minimum\",\n        \"value\": 2000\n    },\n    {\n        \"name\": \"web_view\",\n        \"value\": true\n    },\n    {\n        \"name\": \"packageType\",\n        \"value\": \"REEL\"\n    },\n    {\n        \"name\": \"mpq\",\n        \"value\": \"2000\"\n    },\n    {\n        \"name\": \"CustomReelAvailable\",\n        \"value\": \"0\"\n    },\n    {\n        \"name\": \"dateCode\",\n        \"value\": null\n    },\n    {\n        \"name\": \"purchaseOrderQty\",\n        \"value\": \"2000\"\n    },\n    {\n        \"name\": \"USATariff\",\n        \"value\": \"1\"\n    },\n    {\n        \"name\": \"rohs\",\n        \"value\": \"Y\"\n    },\n    {\n        \"name\": \"tariffClass\",\n        \"value\": \"KK641\"\n    },\n    {\n        \"name\": \"leadFree\",\n        \"value\": \"Y\"\n    },\n    {\n        \"name\": \"ncnrFlag\",\n        \"value\": \"N\"\n    },\n    {\n        \"name\": \"availableRegion\",\n        \"value\": \"NA:EU:Asia:China\"\n    },\n    {\n        \"name\": \"shippingRestriction\",\n        \"value\": null\n    },\n    {\n        \"name\": \"countryRestriction\",\n        \"value\": null\n    },\n    {\n        \"name\": \"productLifeCycle\",\n        \"value\": \"ACTIVE\"\n    },\n    {\n        \"name\": \"eccn\",\n        \"value\": \"EAR99\"\n    },\n    {\n        \"name\": \"overview (en)\",\n        \"value\": \"<p><strong>TE Connectivity&rsquo;s (TE) AMP CT connectors are miniature wire to- board and wire-to-wire connectors which are ideal for use in wiring harnesses.</strong></p><p><strong>APPLICATIONS</strong><br />&bull; Business equipment<br />&bull; Industrial machines<br />&bull; PCs<br />&bull; Printers<br />&bull; Audio systems<br />&bull; Air-conditioning units</p><p><strong>FEATURES</strong><br />&bull; Wire size ratings:<br />&bull; Crimp housings accept AWG 22 to 30<br />&bull; Mass terminated housings accept AWG 24 to 28<br />&bull; Kinks for self-retention on boards</p>\"\n    },\n    {\n        \"name\": \"description (en)\",\n        \"value\": \"AMP CT Series 6 Position Surface Mount Vertical Wire to Board Shrouded Header\"\n    },\n    {\n        \"name\": \"meta_description (en)\",\n        \"value\": \"\"\n    },\n    {\n        \"name\": \"ATS_ASIA\",\n        \"value\": 0\n    },\n    {\n        \"name\": \"ATS_NA\",\n        \"value\": 0\n    },\n    {\n        \"name\": \"ATS_EU\",\n        \"value\": 0\n    },\n    {\n        \"name\": \"PBO_ASIA\",\n        \"value\": 0\n    },\n    {\n        \"name\": \"PBO_NA\",\n        \"value\": 0\n    },\n    {\n        \"name\": \"PBO_EU\",\n        \"value\": 0\n    },\n    {\n        \"name\": \"manufacturerName\",\n        \"value\": \"TE Connectivity\"\n    },\n    {\n        \"name\": \"coo\",\n        \"value\": \"CN\"\n    },\n    {\n        \"name\": \"hts_code\",\n        \"value\": \"8536.69.40.40\"\n    },\n    {\n        \"name\": \"ship_to_usa\",\n        \"value\": \"Y\"\n    },\n    {\n        \"name\": \"ship_to_rota\",\n        \"value\": \"Y\"\n    }\n],"}],"_postman_id":"dc2dd457-c151-42a6-9d90-986ed2c7f747"},{"name":"Categories","id":"98fb3f80-5c46-465a-b33e-f7031f6aa20d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The internal id</td>\n<td>String</td>\n<td>\"1\"</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The display name of the category</td>\n<td>String</td>\n<td>“tvs-diodes”</td>\n</tr>\n<tr>\n<td>subcategory_name</td>\n<td>The display name of the subcategory</td>\n<td>String</td>\n<td>“tvs-diodes”</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"46bc105a-a767-4841-8327-3dcdb16796fa","name":"Categories","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"categories\": [\n    {\n        \"id\": \"header-plug-board-mount\",\n        \"name\": \"header-plug-board-mount\",\n        \"subcategory_name\": \"header-plug-board-mount\"\n    }\n],"}],"_postman_id":"98fb3f80-5c46-465a-b33e-f7031f6aa20d"},{"name":"Documents","id":"57260484-a7ed-41ee-b3b3-0c746ae1f946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>The type of document</td>\n<td>String</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>subtype</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>title</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>file_name</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>revision</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>format</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>language</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>url</td>\n<td>The link to the document</td>\n<td>String</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>publish_date</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>last_update</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"135807d6-0806-41ab-bbf7-ef9f6f1e1bab","name":"Documents","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"documents\": [\n    {\n        \"type\": \"Document\",\n        \"subtype\": null,\n        \"title\": \"3D PDF\",\n        \"file_name\": \"DDEController?Action=showdoc&DocId=Customer+View+Model%7F292230-6%7FB%7Fpdf%7FEnglish%7FENG_CVM_292230-6_B.pdf\",\n        \"revision\": null,\n        \"format\": \"PDF\",\n        \"language\": \"en\",\n        \"url\": \"http://www.tycoelectronics.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+View+Model%7F292230-6%7FB%7Fpdf%7FEnglish%7FENG_CVM_292230-6_B.pdf\",\n        \"publish_date\": null,\n        \"last_update\": null\n    },\n    {\n        \"type\": \"Datasheet\",\n        \"subtype\": null,\n        \"title\": \"Datasheet\",\n        \"file_name\": \"DDEController?Action=srchrtrv&DocNm=292230&DocType=Customer+Drawing&DocLang=English\",\n        \"revision\": null,\n        \"format\": \"DDECONTROLLER?ACTION=SRCHRTRV&DOCNM=292230&DOCTYPE=CUSTOMER+DRAWING&DOCLANG=ENGLISH\",\n        \"language\": \"en\",\n        \"url\": \"https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=292230&DocType=Customer+Drawing&DocLang=English\",\n        \"publish_date\": \"2019-12-13\",\n        \"last_update\": \"2019-12-13\"\n    }\n],"}],"_postman_id":"57260484-a7ed-41ee-b3b3-0c746ae1f946"},{"name":"Image","id":"d424a79a-d346-455d-9c1b-bf119899dbf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td>The link to the image</td>\n<td>String</td>\n<td>\"<a href=\"http://myimages.com/myimage.png\">http://myimages.com/myimage.png\"</a></td>\n</tr>\n<tr>\n<td>type</td>\n<td>The type of image</td>\n<td>String</td>\n<td>\"JPG\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"2e6fdc32-fe13-4c24-a6bc-5e9e185883a7","name":"Image","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":" \"images\": [\n     {\n        \"url\": \"https://media.futureelectronics.com/INTERCONNECT/PCB/HEADER-PLUG-BOARD-MOUNT/292230-6-TEC-TYC-FNT-MED.JPG?m=HX7IL2\",\n        \"type\": \"JPG\"\n    },\n    {\n        \"url\": \"https://media.futureelectronics.com/INTERCONNECT/PCB/HEADER-PLUG-BOARD-MOUNT/292230-6-TEC-TYC-FNT-SML.JPG?m=hx7k5C\",\n        \"type\": \"JPG\"\n     }\n],"}],"_postman_id":"d424a79a-d346-455d-9c1b-bf119899dbf7"},{"name":"Quantities","id":"6c295cca-ffbe-4d70-b30c-707151f26bf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quantity_available</td>\n<td>The number of pieces available.</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>quantity_factory</td>\n<td>The number of pieces available at the factory.</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>quantity_minimum</td>\n<td>The minimum order quantity</td>\n<td>Integer</td>\n<td>2000</td>\n</tr>\n<tr>\n<td>quantity_committed</td>\n<td>The number of pieces on bond allocation to the customer (otherwise zero)</td>\n<td>Integer</td>\n<td>Number/null</td>\n</tr>\n<tr>\n<td>quantity_on_order</td>\n<td>The number of pieces on order.</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>factory_leadtime</td>\n<td>The number of units representing lead time, or \"CALL\" when lead time is extended.</td>\n<td>String</td>\n<td>\"8\" / \"CALL\"</td>\n</tr>\n<tr>\n<td>factory_leadtime_units</td>\n<td></td>\n<td>String</td>\n<td>“Weeks”</td>\n</tr>\n<tr>\n<td>order_mult_qty</td>\n<td>The number of items which must be ordered together for this offer.</td>\n<td>Integer</td>\n<td>2000</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"e2b278bb-0e20-46d4-b7c9-da3a9828ce54","name":"Quantities with Lead Time","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=ML-1220/F1AN&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"ML-1220/F1AN","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"quantities\": {\n    \"quantity_available\": 0,\n    \"quantity_factory\": 0,\n    \"quantity_minimum\": 2000,\n    \"quantity_committed\": null,\n    \"quantity_on_order\": 0,\n    \"factory_leadtime\": \"8\",\n    \"factory_leadtime_units\": \"Weeks\",\n    \"order_mult_qty\": 2000\n},"},{"id":"5fee57c6-9b3c-40d0-9896-2a5d0816d3bc","name":"Quantities with no Lead Time","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"quantities\": {\n    \"quantity_available\": 0,\n    \"quantity_factory\": 0,\n    \"quantity_minimum\": 2000,\n    \"quantity_committed\": null,\n    \"quantity_on_order\": 0,\n    \"factory_leadtime\": \"8\",\n    \"factory_leadtime_units\": \"\",\n    \"order_mult_qty\": \n},"}],"_postman_id":"6c295cca-ffbe-4d70-b30c-707151f26bf3"},{"name":"Pricing","id":"3b28934c-aaa6-4bbe-a751-8bd9e8852ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>unit_price</td>\n<td>The price for this price break</td>\n<td>Float</td>\n<td>0.218</td>\n</tr>\n<tr>\n<td>quantity_from</td>\n<td>The minimum quantity to purchase to receive this price</td>\n<td>Integer</td>\n<td>100</td>\n</tr>\n<tr>\n<td>quantity_to</td>\n<td>The maximum quantity to purchase to receive this price or null is there is no maximum</td>\n<td>Integer</td>\n<td>200/null</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"dd818558-f2ca-4107-a0dd-7c3d07b12d02","name":"Pricing","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"pricing\": [\n    {\n        \"unit_price\": 0.5,\n        \"quantity_from\": 2000,\n        \"quantity_to\": null\n    }\n],"}],"_postman_id":"3b28934c-aaa6-4bbe-a751-8bd9e8852ec4"},{"name":"People and Places","id":"1477e9a8-2c5a-489e-b259-929ac775197f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>buyer_address_id</td>\n<td>In API results which are contract priced items, this value will contain the unique “billTo” number of the customer</td>\n<td>String</td>\n<td>“A1A1A1”</td>\n</tr>\n<tr>\n<td>site</td>\n<td>The site region associated with the API user. Values can be “NA”, “EU” or “Asia”</td>\n<td>String</td>\n<td>\"NA\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"cc265228-4e71-430b-9802-477a7a4d0ebb","name":"People and Places","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"people_and_places\": {\n    \"buyer_address_id\": null,\n    \"site\": \"NA\"\n},"}],"_postman_id":"1477e9a8-2c5a-489e-b259-929ac775197f"},{"name":"Pricing Type","id":"f4f18b16-5eff-4912-9d06-16610399d74c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pricing_type</td>\n<td>This is a derived value that denotes the type of pricing being returned with this offer. It can only be “Web”, “Preferred” or “Contract”</td>\n<td>String</td>\n<td>“Preferred”</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"8ab0df59-1b86-4952-8bb4-21b289486c93","name":"Pricing Type","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"pricing_type\": \"Preferred\","}],"_postman_id":"f4f18b16-5eff-4912-9d06-16610399d74c"},{"name":"Currency","id":"426cbef8-119e-4be7-93bc-fda2e9c3f431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency_code</td>\n<td>The 3 character currency code</td>\n<td>String</td>\n<td>\"USD\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"31208878-df82-4c88-ba2a-f590468bc4c7","name":"Currency","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"currency\": {\n    \"currency_code\": \"USD\"\n},"}],"_postman_id":"426cbef8-119e-4be7-93bc-fda2e9c3f431"},{"name":"internal1","id":"4f8534c0-1316-45cf-a933-bd609a4be72a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>internal1</td>\n<td>This value can only be “FUTA”, “FUTI”, “FUTE” or “FUTC”.</td>\n<td>String</td>\n<td>“FUTC”</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":"292230-6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":"exact"}],"variable":[]}},"response":[{"id":"18709f23-ffb5-47fb-8512-4b021da5c027","name":"internal1","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=292230-6&lookup_type=exact","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"292230-6","description":"Required (exmple part)"},{"key":"lookup_type","value":"exact","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Apr 2022 16:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"d6675a263da2965e87695c55c221a3d0\""},{"key":"X-Runtime","value":"0.819549"},{"key":"X-Request-Id","value":"99bdfad7-31fc-4746-b272-c84e5cce5698"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"\"internal1\": \"null\"\r\n}"}],"_postman_id":"4f8534c0-1316-45cf-a933-bd609a4be72a"},{"name":"PartLookupErrorResponse schema","id":"08cfcb1a-56f3-4bd3-9e5f-703e3dfc932d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=&lookup_type=","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>A message to indicate the issue with the request</td>\n<td>String</td>\n<td>\"Part number must be at least 3 characters for starts with or contains search\"</td>\n</tr>\n<tr>\n<td>status</td>\n<td>A message to indicate status of the request</td>\n<td>String</td>\n<td>\"bad_request\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}},"urlObject":{"host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"description":{"content":"<p>Required (exmple part)</p>\n","type":"text/plain"},"key":"part_number","value":""},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lookup_type","value":""}],"variable":[]}},"response":[{"id":"c8849ef1-ffc6-4812-8fd8-bcba4dda1968","name":"PartLookupErrorResponse schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,text/javascript"},{"key":"host","value":"api.futureelectronics.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.futureelectronics.com/api/v1/pim-future/lookup?part_number=ba&lookup_type=","host":["https://api.futureelectronics.com/api/v1/pim-future/lookup"],"query":[{"key":"part_number","value":"ba","description":"Required (exmple part)"},{"key":"lookup_type","value":"","description":"Optional"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Apr 2022 20:54:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"400 Bad Request"},{"key":"Cache-Control","value":"no-cache"},{"key":"Vary","value":"Origin"},{"key":"X-Runtime","value":"0.043956"},{"key":"X-Request-Id","value":"bcd45c4f-4b27-4ad0-899d-f819bae55f53"},{"key":"X-Powered-By","value":"Phusion Passenger(R) 6.0.9"},{"key":"Server","value":"nginx/1.18.0 + Phusion Passenger(R) 6.0.9"}],"cookie":[],"responseTime":null,"body":"    \"message\": \"Part number must be at least 3 characters for starts with or contains search\",\n    \"status\": \"bad_request\""}],"_postman_id":"08cfcb1a-56f3-4bd3-9e5f-703e3dfc932d"}],"id":"a18d0b43-9111-4562-9d24-7b3f62b256f0","_postman_id":"a18d0b43-9111-4562-9d24-7b3f62b256f0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","id":"b7f20d77-8f6a-4b8f-b3be-5046862d3809","name":"Future Electronics API's","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-orbweaver-licensekey"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"6e3dd56f-d2cb-42e1-b268-c8362c7bc491","type":"text/javascript","exec":["pm.variables.get(\"variable_key\");"]}},{"listen":"test","script":{"id":"0f844e7f-711e-4b5d-b828-bc675bbcc8e6","type":"text/javascript","exec":["pm.environment.get(\"variable_key\");"]}}],"variable":[{"key":"singleURL","value":"https://api.futureelectronics.com/api/v1/pim-future/lookup","type":"string"},{"key":"multiURL","value":"https://api.futureelectronics.com/api/v1/pim-future/batch/lookup","type":"string"},{"key":"host","value":"api.futureelectronics.com","type":"string"}]}