The supply source details, including configurations and capabilities.

SupplySource

interface SupplySource {
    address?: Address;
    alias?: string;
    capabilities?: SupplySourceCapabilities;
    configuration?: SupplySourceConfiguration;
    createdAt?: string;
    status?: SupplySourceStatusReadOnly;
    supplySourceCode?: string;
    supplySourceId?: string;
    updatedAt?: string;
}

Properties

address?: Address

SupplySource

alias?: string

The custom alias for this supply source

SupplySource

SupplySource

SupplySource

createdAt?: string

A date and time in the rfc3339 format.

SupplySource

SupplySource

supplySourceCode?: string

The seller-provided unique supply source code.

SupplySource

supplySourceId?: string

An Amazon generated unique supply source ID.

SupplySource

updatedAt?: string

A date and time in the rfc3339 format.

SupplySource