Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientConfig

Magento Client configuration

Hierarchy

  • ClientConfig

Index

Properties

Properties

api

api: object

Type declaration

  • baseUrl: string
  • Optional debug?: boolean
  • routes: object
    • auth: object
      • login: string
      • register: string
      • sessionData: string
    • checkout: object
      • applyCoupon: string
      • getAddresses: string
      • getCurrentOrder: string
      • getFormKey: string
      • getPayments: string
      • removeCoupon: string
      • saveAddress: string
    • offers: object
      • accept: string
      • counter: string
      • findAll: string
      • findById: string

Generated using TypeDoc