Selling Partner API SDK for JavaScript
    Preparing search index...

    The supply source details, including configurations and capabilities.

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

    Properties

    address?: Address
    alias?: string

    The custom alias for this supply source

    createdAt?: string

    A date and time in the rfc3339 format.

    supplySourceCode?: string

    The seller-provided unique supply source code.

    supplySourceId?: string

    An Amazon generated unique supply source ID.

    updatedAt?: string

    A date and time in the rfc3339 format.