Home Reference Source
import {InvalidIdentifier} from '@ericblade/mws-advanced/lib/errors.js'
public class | source

InvalidIdentifier

Extends:

ErrorServiceError → InvalidIdentifier

Thrown when receiving an "Invalid" identifier message, which is also the same as "identifier does not exist" -- when calling something like getMatchingProductForId, MWS will return "Invalid Identifier" for any situation in which an identifier is not found. It may or may not be technically valid, but it definitely doesn't exist on their side.

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public
public
public

type: *

Public Constructors

public constructor() source

Override:

ServiceError#constructor

Public Members

public identifier: * source

public marketplace: * source

public type: * source