Home
Manual
Reference
Source
Repository
V
entities
V
plugins
V
utils
E
evee
E
js-money
E
promise-queue
entities
C
Cart
C
Shop
C
Entities
T
ShopifyCart
T
ShopifyCartLineItem
T
ShopifyAddress
T
ShopifyPolicy
T
ShopifyShop
http
C
RequestQueuable
plugins
C
Plugins
plugins/easycurrency
C
EasyCurrency
C
MoneySpan
C
MoneySpanSet
C
Session
C
Config
C
State
plugins/easycurrency/formatters
C
DefaultFormatter
C
Formatter
plugins/easycurrency/helpers
C
SelectHelper
plugins/easycurrency/resolvers
C
CurrencyResolver
C
GeoserviceResolver
plugins/geoservice
C
API
C
GeoService
T
GSContinent
T
GSCountry
T
GSCurrencyRates
T
GSCurrencyResponse
T
GSGeoResponse
T
GSLocation
T
GSTranslatedString
utils
C
Log
C
GeneralUtils
utils/loggers
C
ConsoleLogger
C
Logger
C
LogLevel
V
logLevel
src/http/shopifyAJAXAPI.js
import axios from 'axios'; export default axios.create({ timeout: 10000, });