Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "config/default"

Index

Interfaces

Object literals

Object literals

Const defaultConfig

defaultConfig: object

Magento Client default configuration

api

api: object

baseUrl

baseUrl: string = "https://sothebyshome.com/"

routes

routes: object

auth

auth: object

login

login: string = "auth/index/login"

register

register: string = "auth/index/register"

sessionData

sessionData: string = "viyetcustomer/data/basic"

checkout

checkout: object

applyCoupon

applyCoupon: string = "/checkout/currentOrder/applyCoupon"

getAddresses

getAddresses: string = "/checkout/addresses/get?form_key=:formKey"

getCurrentOrder

getCurrentOrder: string = "/checkout/currentOrder/get?form_key=:formKey"

getFormKey

getFormKey: string = "/checkout/formkey/get"

getPayments

getPayments: string = "/checkout/payments/get?form_key=:formKey"

removeCoupon

removeCoupon: string = "/checkout/currentOrder/deleteCoupon"

saveAddress

saveAddress: string = "/checkout/addresses/save"

offers

offers: object

accept

accept: string = "/user/offers/:offerId/accept"

counter

counter: string = "/user/offers/:offerId/counter"

findAll

findAll: string = "/user/offers"

findById

findById: string = "/user/offers/:offerId"

products

products: object

create

create: string = "/user/products"

Generated using TypeDoc