ProductSearch Api
Project description
swagger-client
ProductSearch Api
This Python package is automatically generated by the Swagger Codegen project:
- API version: v4
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit https://developer.digikey.com/support
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)
Then import the package:
import dk_api_client
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
import dk_api_client
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import dk_api_client
from dk_api_client.rest import ApiException
from pprint import pprint
# Configure API key authorization: apiKeySecurity
configuration = dk_api_client.Configuration()
configuration.api_key['X-DIGIKEY-Client-Id'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-DIGIKEY-Client-Id'] = 'Bearer'
# Configure OAuth2 access token for authorization: oauth2ApplicationSecurity
configuration = dk_api_client.Configuration()
configuration.access_token = 'YOUR_ACCESS_TOKEN'
# create an instance of the API class
api_instance = dk_api_client.ProductSearchApi(dk_api_client.ApiClient(configuration))
product_number = 'product_number_example' # str | The product to retrieve substitutions for.
x_digikey_client_id = 'x_digikey_client_id_example' # str | The Client Id for your App.
x_digikey_locale_site = 'x_digikey_locale_site_example' # str | Two letter code for Digi-Key product website to search on. Different countries sites have different part restrictions, supported languages, and currencies. Acceptable values include: US, CA, JP, UK, DE, AT, BE, DK, FI, GR, IE, IT, LU, NL, NO, PT, ES, KR, HK, SG, CN, TW, AU, FR, IN, NZ, SE, MX, CH, IL, PL, SK, SI, LV, LT, EE, CZ, HU, BG, MY, ZA, RO, TH, PH. (optional)
x_digikey_locale_language = 'x_digikey_locale_language_example' # str | Two letter code for language to search on. Langauge must be supported by the selected site. If searching on keyword, this language is used to find matches. Acceptable values include: en, ja, de, fr, ko, zhs, zht, it, es, he, nl, sv, pl, fi, da, no. (optional)
x_digikey_locale_currency = 'x_digikey_locale_currency_example' # str | Three letter code for Currency to return part pricing for. Currency must be supported by the selected site. Acceptable values include: USD, CAD, JPY, GBP, EUR, HKD, SGD, TWD, KRW, AUD, NZD, INR, DKK, NOK, SEK, ILS, CNY, PLN, CHF, CZK, HUF, RON, ZAR, MYR, THB, PHP. (optional)
x_digikey_customer_id = 'x_digikey_customer_id_example' # str | Your Digi-Key Customer id. If your account has multiple Customer Ids for different regions, this allows you to select one of them. (optional)
try:
# Retrieve Associations for a given product
api_response = api_instance.associations(product_number, x_digikey_client_id, x_digikey_locale_site=x_digikey_locale_site, x_digikey_locale_language=x_digikey_locale_language, x_digikey_locale_currency=x_digikey_locale_currency, x_digikey_customer_id=x_digikey_customer_id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProductSearchApi->associations: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://api.digikey.com/products/v4
| Class | Method | HTTP request | Description |
|---|---|---|---|
| ProductSearchApi | associations | GET /search/{productNumber}/associations | Retrieve Associations for a given product |
| ProductSearchApi | categories | GET /search/categories | Returns all Product Categories. Category Id can be used in KeywordRequestDto.Filters.TaxonomyIds to restrict a keyword search to a given category |
| ProductSearchApi | categories_by_id | GET /search/categories/{categoryId} | Returns Category for given Id. Category Id can be used in KeywordRequestDto.Filters.TaxonomyIds to restrict a keyword search to a given category |
| ProductSearchApi | digi_reel_pricing | GET /search/{productNumber}/digireelpricing | Calculate the DigiReel pricing for the given DigiKeyProductNumber and RequestedQuantity |
| ProductSearchApi | keyword_search | POST /search/keyword | KeywordSearch can search for any product in the Digi-Key catalog. |
| ProductSearchApi | manufacturers | GET /search/manufacturers | Returns all Product Manufacturers. ManufacturersId can be used in KeywordRequestDto.Filters.ManufacturerIds to restrict a keyword search to a given Manufacturer |
| ProductSearchApi | media | GET /search/{productNumber}/media | Retrieve all media for a given product |
| ProductSearchApi | package_type_by_quantity | GET /search/packagetypebyquantity/{productNumber} | Provide a product number and quantity to receive product information such as pricing, available quantity, and the best packaging type for the requested quantity of the product. For example, given a requested quantity larger than a standard reel, this will return information about the standard tape and reel as well as either cut tape or DKR depending on the provided preference. Made for Cut Tape, Tape and Reel, and Digi-Reel products only. Other packaging types can be searched for, but results may vary. Locale information is required in the headers for accurate pricing and currencies. Locale defaults to United States. |
| ProductSearchApi | product_details | GET /search/{productNumber}/productdetails | Retrieve detailed product information including real time pricing and availability. |
| ProductSearchApi | recommended_products | GET /search/{productNumber}/recommendedproducts | Returns a list of recommended products for the given Product number. |
| ProductSearchApi | substitutions | GET /search/{productNumber}/substitutions | Retrieve Substitutions for a given product |
Documentation For Models
- BaseFilterV3
- BaseProduct
- BreakPrice
- CategoriesResponse
- Category
- CategoryNode
- CategoryResponse
- Classifications
- DKProblemDetails
- Description
- DigiReelPricing
- FilterId
- FilterOptions
- FilterOptionsRequest
- FilterValue
- IsoSearchLocale
- KeywordRequest
- KeywordResponse
- Manufacturer
- ManufacturerInfo
- ManufacturersResponse
- MediaLinks
- MediaResponse
- PackageType
- PackageTypeByQuantityProduct
- PackageTypeByQuantityResponse
- Parameter
- ParameterFilterOptionsResponse
- ParameterFilterRequest
- ParameterValue
- ParametricCategory
- PriceBreak
- Product
- ProductAssociations
- ProductAssociationsResponse
- ProductDetails
- ProductStatusV3
- ProductSubstitute
- ProductSubstitutesResponse
- ProductSummary
- ProductVariation
- Recommendation
- RecommendedProduct
- RecommendedProductsResponse
- Series
- Supplier
- TopCategory
- TopCategoryNode
Documentation For Authorization
apiKeySecurity
- Type: API key
- API key parameter name: X-DIGIKEY-Client-Id
- Location: HTTP header
oauth2ApplicationSecurity
- Type: OAuth
- Flow: application
- Authorization URL:
- Scopes: N/A
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file digikey_apiv4-1.0.0.tar.gz.
File metadata
- Download URL: digikey_apiv4-1.0.0.tar.gz
- Upload date:
- Size: 54.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a02dcb8d9fde8731f0df356bf06b4ac5d53d24fafbaabcb3c447837d408eb70d
|
|
| MD5 |
169329f3484cbd21a7a3218e9bb9f5b1
|
|
| BLAKE2b-256 |
a1b57e79fc0894c96c64c0834327ea02623286fcf90817409c90189a2641529a
|
File details
Details for the file digikey_apiv4-1.0.0-py3-none-any.whl.
File metadata
- Download URL: digikey_apiv4-1.0.0-py3-none-any.whl
- Upload date:
- Size: 135.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf81835a73f0b826f117d9c6337379f30115adfb296ca0cfa3725b4a118202cb
|
|
| MD5 |
69bdb428d4e56053c907900af8eb09f9
|
|
| BLAKE2b-256 |
65d9d62d1f0b54a06b4d700d01b724507ca879ab66fc560e578b7e8d5fa758ca
|