The result of creating a new supply source.

CreateSupplySourceResponse

interface CreateSupplySourceResponse {
    supplySourceCode: string;
    supplySourceId: string;
}

Properties

supplySourceCode: string

The seller-provided unique supply source code.

CreateSupplySourceResponse

supplySourceId: string

An Amazon generated unique supply source ID.

CreateSupplySourceResponse