Hierarchy

  • OrderSourcesAPI

Constructors

Properties

Methods

Constructors

Properties

client: AxiosInstance

Methods

  • The deactivate method remove a specific connected order source by orderSourceId.

    Parameters

    • orderSourceId: string

    Returns Promise<AxiosResponse<any, any>>

  • The refresh method refreshes a specific order source by orderSourceId. This will pull in any new orders since the last order import.

    Parameters

    • orderSourceId: string

    Returns Promise<AxiosResponse<SE.OrderSource, any>>

Generated using TypeDoc