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

    Interface AvailableValueAddedServiceGroup

    The value-added services available for purchase with a shipping service offering.

    interface AvailableValueAddedServiceGroup {
        groupDescription: string;
        groupId: string;
        isRequired: boolean;
        valueAddedServices?: ValueAddedService[];
    }
    Index

    Properties

    groupDescription: string

    The name of the value-added service group.

    groupId: string

    The type of the value-added service group.

    isRequired: boolean

    When true, one or more of the value-added services listed must be specified.

    valueAddedServices?: ValueAddedService[]

    A list of optional value-added services available for purchase with a shipping service offering.