You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# You can get your API key from https://partner.element14.com/
97
-
PROVIDER_ELEMENT14_KEY=
98
-
# Configure the store domain you want to use. This decides the language and currency of results. You can get a list of available stores from https://partner.element14.com/docs/Product_Search_API_REST__Description
99
-
PROVIDER_ELEMENT14_STORE_ID=de.farnell.com
100
-
101
-
# TME Provider:
102
-
# You can get your API key from https://developers.tme.eu/en/
103
-
PROVIDER_TME_KEY=
104
-
PROVIDER_TME_SECRET=
105
-
# The currency to get prices in
106
-
PROVIDER_TME_CURRENCY=EUR
107
-
# The language to get results in (en, de, pl)
108
-
PROVIDER_TME_LANGUAGE=en
109
-
# The country to get results for
110
-
PROVIDER_TME_COUNTRY=DE
111
-
# [DEPRECATED] Set this to 1 to get gross prices (including VAT) instead of net prices
112
-
# With private API keys, this option cannot be used anymore is ignored by Part-DB. The VAT inclusion depends on your TME account settings.
113
-
PROVIDER_TME_GET_GROSS_PRICES=1
114
-
115
95
# Octopart / Nexar Provider:
116
96
# You can get your API key from https://nexar.com/api
0 commit comments