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

    Access point details

    interface AccessPoint {
        accessibilityAttributes?: AccessibilityAttributes;
        accessPointId?: string;
        address?: Address;
        assistanceType?: AccessPointAssistanceTypeEnum;
        exceptionOperatingHours?: ExceptionOperatingHours[];
        name?: string;
        score?: string;
        standardOperatingHours?: { [key: string]: OperatingHours };
        timezone?: string;
        type?: AccessPointType;
    }
    Index

    Properties

    accessibilityAttributes?: AccessibilityAttributes
    accessPointId?: string

    Unique identifier for the access point

    address?: Address

    Assistance type enum for Access point i.e. STAFF_ASSISTED or SELF_ASSISTED

    exceptionOperatingHours?: ExceptionOperatingHours[]

    Exception operating hours for Access Point

    name?: string

    Name of entity (store/hub etc) where this access point is located

    score?: string

    The score of access point, based on proximity to postal code and sorting preference. This can be used to sort access point results on shipper's end.

    standardOperatingHours?: { [key: string]: OperatingHours }

    Map of day of the week to operating hours of that day

    timezone?: string

    Timezone of access point