Information about the marketplace where the transaction occurred.

MarketplaceDetails

interface MarketplaceDetails {
    marketplaceId?: string;
    marketplaceName?: string;
}

Properties

marketplaceId?: string

The identifier of the marketplace where the transaction occured.

MarketplaceDetails

marketplaceName?: string

The name of the marketplace where the transaction occurred. For example: Amazon.com,Amazon.in

MarketplaceDetails