Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface ValueAddedService

    A value-added service available for purchase with a shipment service offering.

    interface ValueAddedService {
        cost: Currency;
        id: string;
        name: string;
    }
    Index
    cost: Currency
    id: string

    The identifier for the value-added service.

    name: string

    The name of the value-added service.