Access point details

AccessPoint

interface ShippingApiModelV2AccessPoint {
    accessibilityAttributes?: ShippingApiModelV2AccessibilityAttributes;
    accessPointId?: string;
    address?: ShippingApiModelV2Address;
    assistanceType?:
        | ShippingApiModelV2AccessPointAssistanceTypeEnum
        | "STAFF_ASSISTED"
        | "SELF_ASSISTED";
    exceptionOperatingHours?: ShippingApiModelV2ExceptionOperatingHours[];
    name?: string;
    score?: string;
    standardOperatingHours?: {
        [key: string]: ShippingApiModelV2OperatingHours;
    };
    timezone?: string;
    type?: | ShippingApiModelV2AccessPointType
    | "HELIX"
    | "CAMPUS_LOCKER"
    | "OMNI_LOCKER"
    | "ODIN_LOCKER"
    | "DOBBY_LOCKER"
    | "CORE_LOCKER"
    | "3P"
    | "CAMPUS_ROOM";
}

Properties

AccessPoint

accessPointId?: string

Unique identifier for the access point

AccessPoint

AccessPoint

assistanceType?:
    | ShippingApiModelV2AccessPointAssistanceTypeEnum
    | "STAFF_ASSISTED"
    | "SELF_ASSISTED"

AccessPoint

exceptionOperatingHours?: ShippingApiModelV2ExceptionOperatingHours[]

AccessPoint

name?: string

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

AccessPoint

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.

AccessPoint

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

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

AccessPoint

timezone?: string

Timezone of access point

AccessPoint

type?:
    | ShippingApiModelV2AccessPointType
    | "HELIX"
    | "CAMPUS_LOCKER"
    | "OMNI_LOCKER"
    | "ODIN_LOCKER"
    | "DOBBY_LOCKER"
    | "CORE_LOCKER"
    | "3P"
    | "CAMPUS_ROOM"

AccessPoint

MMNEPVFCICPMFPCPTTAAATR