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

    Interface AccessibilityAttributes

    Defines the accessibility details of the access point.

    interface AccessibilityAttributes {
        distance?: string;
        driveTime?: number;
    }
    Index
    distance?: string

    The approximate distance of access point from input postalCode's centroid.

    driveTime?: number

    The approximate (static) drive time from input postal code's centroid.