Function
| Static Public Summary | ||
| public | 
       getLowestPricedOffersForASIN(api: *)  | 
    |
| public | 
       getLowestPricedOffersForSKU(api: *)  | 
    |
| public | 
       getMatchingProductForId(api: *)  | 
    |
| public | 
       getMyFeesEstimate(api: *)  | 
    |
| public | 
       getOrder(api: *)  | 
    |
| public | 
       getProductCategoriesForSkus(api: *): *  | 
    |
| public | 
       getQueue(category: *, action: *, seller: *): *  | 
    |
| public | 
       getReport(api: *)  | 
    |
| public | 
       getReportList(api: *)  | 
    |
| public | 
       getReportListAll(api: *): *  | 
    |
| public | 
       getReportListByNextToken(api: *)  | 
    |
| public | 
       getReportRequestList(api: *)  | 
    |
| public | 
       getReportScheduleList(api: *)  | 
    |
| public | 
       listFinancialEvents(api: *)  | 
    |
| public | 
       listInventorySupply(api: *)  | 
    |
| public | 
       listMatchingProducts(api: *)  | 
    |
| public | 
       listOrders(api: *)  | 
    |
| public | 
       manageReportSchedule(api: *)  | 
    |
| public | 
       parseFeesEstimate(fees: *): *  | 
    |
| public | 
       parseMarketplaceData(marketplaceData: any): * Turn a mess of XML from ListMarketplaceParticipations into a @see MarketDetail  | 
    |
| public | 
       parseMatchingProduct(productData: any): Product[] Parse MWS product info into Product[] (TODO: document Product[], it's quite a large potential result)  | 
    |
| public | 
       registerQueue(q: *, category: *, action: *, seller: *)  | 
    |
| public | 
       requestAndDownloadReport(api: *): *  | 
    |
| public | 
       updateReportAcknowledgements(api: *)  | 
    |
Static Public
public getLowestPricedOffersForASIN(api: *) source
import {getLowestPricedOffersForASIN} from '@ericblade/mws-advanced/lib/helpers/getLowestPricedOffers.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public getLowestPricedOffersForSKU(api: *) source
import {getLowestPricedOffersForSKU} from '@ericblade/mws-advanced/lib/helpers/getLowestPricedOffers.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public getMatchingProductForId(api: *) source
import getMatchingProductForId from '@ericblade/mws-advanced/lib/helpers/getMatchingProduct.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public getMyFeesEstimate(api: *) source
import getMyFeesEstimate from '@ericblade/mws-advanced/lib/helpers/getMyFeesEstimate.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public getOrder(api: *) source
import getOrder from '@ericblade/mws-advanced/lib/helpers/getOrder.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public getProductCategoriesForSkus(api: *): * source
import {getProductCategoriesForSkus} from '@ericblade/mws-advanced/lib/helpers/getProductCategories.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
Return:
| * | 
public getQueue(category: *, action: *, seller: *): * source
import {getQueue} from '@ericblade/mws-advanced/lib/endpoints/Queue.js'Params:
| Name | Type | Attribute | Description | 
| category | * | ||
| action | * | ||
| seller | * | 
Return:
| * | 
public getReport(api: *) source
import {getReport} from '@ericblade/mws-advanced/lib/helpers/reports.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public getReportList(api: *) source
import {getReportList} from '@ericblade/mws-advanced/lib/helpers/reports.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public getReportListAll(api: *): * source
import {getReportListAll} from '@ericblade/mws-advanced/lib/helpers/reports.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
Return:
| * | 
public getReportListByNextToken(api: *) source
import {getReportListByNextToken} from '@ericblade/mws-advanced/lib/helpers/reports.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public getReportRequestList(api: *) source
import {getReportRequestList} from '@ericblade/mws-advanced/lib/helpers/reports.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public getReportScheduleList(api: *) source
import {getReportScheduleList} from '@ericblade/mws-advanced/lib/helpers/reports.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public listFinancialEvents(api: *) source
import listFinancialEvents from '@ericblade/mws-advanced/lib/helpers/listFinancialEvents.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public listInventorySupply(api: *) source
import listInventorySupply from '@ericblade/mws-advanced/lib/helpers/listInventorySupply.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public listMatchingProducts(api: *) source
import listMatchingProducts from '@ericblade/mws-advanced/lib/helpers/listMatchingProducts.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public listOrders(api: *) source
import listOrders from '@ericblade/mws-advanced/lib/helpers/listOrders.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public manageReportSchedule(api: *) source
import {manageReportSchedule} from '@ericblade/mws-advanced/lib/helpers/reports.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
public parseFeesEstimate(fees: *): * source
import parseFeesEstimate from '@ericblade/mws-advanced/lib/parsers/feesEstimate.js'Params:
| Name | Type | Attribute | Description | 
| fees | * | 
Return:
| * | 
public parseMarketplaceData(marketplaceData: any): * source
import parseMarketplaceData from '@ericblade/mws-advanced/lib/parsers/marketplaceData.js'Turn a mess of XML from ListMarketplaceParticipations into a @see MarketDetail
Params:
| Name | Type | Attribute | Description | 
| marketplaceData | any | 
Return:
| * | 
public parseMatchingProduct(productData: any): Product[] source
import parseMatchingProduct from '@ericblade/mws-advanced/lib/parsers/matchingProduct.js'Parse MWS product info into Product[] (TODO: document Product[], it's quite a large potential result)
Params:
| Name | Type | Attribute | Description | 
| productData | any | MWS product info  | 
    
Return:
| Product[] | 
public registerQueue(q: *, category: *, action: *, seller: *) source
import {registerQueue} from '@ericblade/mws-advanced/lib/endpoints/Queue.js'Params:
| Name | Type | Attribute | Description | 
| q | * | ||
| category | * | ||
| action | * | ||
| seller | * | 
public requestAndDownloadReport(api: *): * source
import {requestAndDownloadReport} from '@ericblade/mws-advanced/lib/helpers/reports.js'Params:
| Name | Type | Attribute | Description | 
| api | * | 
Return:
| * | 
public updateReportAcknowledgements(api: *) source
import {updateReportAcknowledgements} from '@ericblade/mws-advanced/lib/helpers/reports.js'Params:
| Name | Type | Attribute | Description | 
| api | * |