The supply source details, including configurations and capabilities.

SupplySource

interface SupplySourcesApiModelSupplySource {
    address?: SupplySourcesApiModelAddress;
    alias?: string;
    capabilities?: SupplySourcesApiModelSupplySourceCapabilities;
    configuration?: SupplySourcesApiModelSupplySourceConfiguration;
    createdAt?: string;
    status?:
        | SupplySourcesApiModelSupplySourceStatusReadOnly
        | "Active"
        | "Inactive"
        | "Archived";
    supplySourceCode?: string;
    supplySourceId?: string;
    updatedAt?: string;
}

Properties

SupplySource

alias?: string

The custom alias for this supply source

SupplySource

SupplySource

SupplySource

createdAt?: string

A date and time in the rfc3339 format.

SupplySource

status?:
    | SupplySourcesApiModelSupplySourceStatusReadOnly
    | "Active"
    | "Inactive"
    | "Archived"

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

MMNEPVFCICPMFPCPTTAAATR