Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

ExportApiAxiosParamCreator

ExportApi - axios parameter creator

Signature

ExportApiAxiosParamCreator: (
	configuration?: Configuration
) => {
    getExportedProducts: (baseSiteId: string,
	catalog?: string,
	currentPage?: number,
	fields?: string,
	pageSize?: number,
	timestamp?: string,
	version?: string,
	options?: AxiosRequestConfig) => Promise<RequestArgs>;
}

Parameters

NameRequiredTypeDescription
configurationOptionalConfiguration

Referenced Types

  • AxiosRequestConfig

On this page