Variable
| Static Public Summary | ||
| public |
MWS_ENDPOINTS: {"NA": string, "BR": string, "EU": string, "IN": string, "CN": string, "AU": string, "JP": string} A list of hosts you can use with the mws-advanced "host" option, hashed by MWS Region Name. |
|
| public |
MWS_MARKETPLACES: {"CA": string, "MX": string, "US": string, "BR": string, "DE": string, "ES": string, "FR": string, "IT": string, "UK": string, "IN": string, "CN": string, "AU": string} A list of Marketplace IDs hashed by their country code. |
|
| public |
status indicators for report processing status updates |
|
| public |
List of all valid request report types. |
|
Static Public
public MWS_ENDPOINTS: {"NA": string, "BR": string, "EU": string, "IN": string, "CN": string, "AU": string, "JP": string} source
import {MWS_ENDPOINTS} from 'mws-advanced/lib/constants.js'A list of hosts you can use with the mws-advanced "host" option, hashed by MWS Region Name.
public MWS_MARKETPLACES: {"CA": string, "MX": string, "US": string, "BR": string, "DE": string, "ES": string, "FR": string, "IT": string, "UK": string, "IN": string, "CN": string, "AU": string} source
import {MWS_MARKETPLACES} from 'mws-advanced/lib/constants.js'A list of Marketplace IDs hashed by their country code.
public REPORT_PROCESSING_STATUS_TYPES: string[] source
import {REPORT_PROCESSING_STATUS_TYPES} from 'mws-advanced/lib/endpoints/constants.js'status indicators for report processing status updates
public REQUEST_REPORT_TYPES: string[] source
import {REQUEST_REPORT_TYPES} from 'mws-advanced/lib/endpoints/constants.js'List of all valid request report types. This should probably be a hash map from sane values into values that Amazon understands, but we don't really have reporting done very well yet.