- Overview
- Authorization Workflow
- Permissions
- Sandbox
- API Models
- Available API Models
- Request Apidog Access
- OPENAPI SPECIFICATION
- Research Docs
- Amazon Warehousing and Distribution
- Authorization
- Catalog Items
- Catalog [Deprecated]
- Definitions
- Easy Ship
- FBAInbound
- listInboundPlans
- createInboundPlan
- getInboundPlan
- listInboundPlanBoxes
- cancelInboundPlan
- listInboundPlanItems
- updateInboundPlanName
- listPackingGroupBoxes
- listPackingGroupItems
- setPackingInformation
- listPackingOptions
- generatePackingOptions
- confirmPackingOption
- listInboundPlanPallets
- listPlacementOptions
- generatePlacementOptions
- confirmPlacementOption
- getShipment
- listShipmentBoxes
- listShipmentContentUpdatePreviews
- generateShipmentContentUpdatePreviews
- getShipmentContentUpdatePreview
- confirmShipmentContentUpdatePreview
- getDeliveryChallanDocument
- listDeliveryWindowOptions
- generateDeliveryWindowOptions
- confirmDeliveryWindowOptions
- listShipmentItems
- updateShipmentName
- listShipmentPallets
- cancelSelfShipAppointment
- getSelfShipAppointmentSlots
- generateSelfShipAppointmentSlots
- scheduleSelfShipAppointment
- updateShipmentSourceAddress
- updateShipmentTrackingDetails
- listTransportationOptions
- generateTransportationOptions
- confirmTransportationOptions
- listItemComplianceDetails
- updateItemComplianceDetails
- createMarketplaceItemLabels
- listPrepDetails
- setPrepDetails
- getInboundOperationStatus
- getItemEligibilityPreview
- FBAInventory
- FBAOutbound
- Feeds
- Fees
- Finance
- Invoices [Brazil]
- Listings Items
- Merchant Fulfillment
- Orders
- ProductPricing
- Reports
- Sales
- Sellers
- Service
- getServiceJobByServiceJobId
- cancelServiceJobByServiceJobId
- completeServiceJobByServiceJobId
- getServiceJobs
- addAppointmentForServiceJobByServiceJobId
- rescheduleAppointmentForServiceJobByServiceJobId
- assignAppointmentResources
- setAppointmentFulfillmentData
- getRangeSlotCapacity
- getFixedSlotCapacity
- updateSchedule
- createReservation
- updateReservation
- cancelReservation
- getAppointmmentSlotsByJobId
- getAppointmentSlots
- createServiceDocumentUploadDestination
- ShipmentInvoice[Brazil]
- Shipping
- getRatesPOST
- createShipmentPOST
- directPurchaseShipmentPOST
- getShipmentGET
- purchaseShipmentPOST
- cancelShipmentPOST
- oneClickShipmentPOST
- purchaseLabelsPOST
- getTrackingGET
- retrieveShippingLabelPOST
- getShipmentDocumentsGET
- purchaseShipmentPOST
- cancelShipmentPUT
- getRatesPOST
- getAdditionalInputsGET
- getAccountGET
- getCarrierAccountFormInputsGET
- getTrackingInformationGET
- getCarrierAccountsPUT
- linkCarrierAccountPUT
- unlinkCarrierAccountPUT
- generateCollectionFormPOST
- getCollectionFormHistoryPUT
- getUnmanifestedShipmentsPUT
- getCollectionFormGET
- getAccessPointsGET
- Supply Sources
- Tokens
- Uploads
- Notifications
getAccessPoints
Developing
GET
/shipping/v2/accessPoints
shippingNO SANDBOX
Last modified:2024-12-04 08:24:58
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
80 | 100 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values then those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.Request
Query Params
accessPointTypes
array[string]
required
Allowed values:
HELIXCAMPUS_LOCKEROMNI_LOCKERODIN_LOCKERDOBBY_LOCKERCORE_LOCKER3PCAMPUS_ROOM
Example:
HELIX
countryCode
stringÂ
required
Example:
US
postalCode
stringÂ
required
Example:
EX332JL
Header Params
x-amzn-shipping-business-id
enum<string>Â
optional
Allowed values:
AmazonShipping_USAmazonShipping_INAmazonShipping_UKAmazonShipping_UAEAmazonShipping_SAAmazonShipping_EGAmazonShipping_ITAmazonShipping_ESAmazonShipping_FRAmazonShipping_JP
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/shipping/v2/accessPoints?accessPointTypes=HELIX&countryCode=US&postalCode=EX332JL' \
--header 'x-amzn-shipping-business-id;'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
The response schema for the GetAccessPoints operation.
payload
object (GetAccessPointsResult)Â
optional
accessPointsMap
object (AccessPointsMap)Â
required
Example
{
"HELIX": {
"accessPointId": "00046c4b-bb0a-4c03-831e-5633e142f16a",
"name": "Amazon Hub Counter - Co-op Braunton",
"timezone": "Europe/London",
"type": "HELIX",
"accessibilityAttributes": {
"distance": "21.200000762939453",
"driveTime": "0.0"
},
"address": {
"addressObject": {
"addressLine1": "Exeter Road",
"city": "Braunton",
"countryCode": "GB",
"zipOrPostalCode": "EX33 2JL"
},
"geocode": {
"latitude": "51.1076671",
"longitude": "-4.1607301"
}
},
"exceptionOperatingHours": [
{
"dateRange": {
"endDate": "1.6932672E9",
"startDate": "1.6931808E9"
},
"operatingHours": {
"closingTime": {
"hourOfDay": 0,
"minuteOfHour": 0,
"secondOfMinute": 0
},
"midDayClosures": [],
"openingTime": {
"hourOfDay": 0,
"minuteOfHour": 0,
"secondOfMinute": 0
}
}
}
],
"assistanceType": "STAFF_ASSISTED",
"score": "0.6688068509101868",
"standardOperatingHours": {
"WEDNESDAY": {
"closingTime": {
"hourOfDay": 22,
"minuteOfHour": 0,
"secondOfMinute": 0
},
"midDayClosures": [],
"openingTime": {
"hourOfDay": 7,
"minuteOfHour": 0,
"secondOfMinute": 0
}
},
"MONDAY": {
"closingTime": {
"hourOfDay": 22,
"minuteOfHour": 0,
"secondOfMinute": 0
},
"midDayClosures": [],
"openingTime": {
"hourOfDay": 7,
"minuteOfHour": 0,
"secondOfMinute": 0
}
},
"THURSDAY": {
"closingTime": {
"hourOfDay": 22,
"minuteOfHour": 0,
"secondOfMinute": 0
},
"midDayClosures": [],
"openingTime": {
"hourOfDay": 7,
"minuteOfHour": 0,
"secondOfMinute": 0
}
},
"SUNDAY": {
"closingTime": {
"hourOfDay": 22,
"minuteOfHour": 0,
"secondOfMinute": 0
},
"midDayClosures": [],
"openingTime": {
"hourOfDay": 7,
"minuteOfHour": 0,
"secondOfMinute": 0
}
},
"TUESDAY": {
"closingTime": {
"hourOfDay": 22,
"minuteOfHour": 0,
"secondOfMinute": 0
},
"midDayClosures": [],
"openingTime": {
"hourOfDay": 7,
"minuteOfHour": 0,
"secondOfMinute": 0
}
},
"FRIDAY": {
"closingTime": {
"hourOfDay": 22,
"minuteOfHour": 0,
"secondOfMinute": 0
},
"midDayClosures": [],
"openingTime": {
"hourOfDay": 7,
"minuteOfHour": 0,
"secondOfMinute": 0
}
},
"SATURDAY": {
"closingTime": {
"hourOfDay": 22,
"minuteOfHour": 0,
"secondOfMinute": 0
},
"midDayClosures": [],
"openingTime": {
"hourOfDay": 7,
"minuteOfHour": 0,
"secondOfMinute": 0
}
}
}
}
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠413413
🟠415415
🟠429429
🔴500Server Error
🔴503Service Unavailable