- Auth Token
- Api Reference
- A+ Content Management
- Application Management
- The AWD
- Catalog Items V0
- Catalog Items 2020-12-01
- Catalog Items 2022-04-01
- Data Kiosk
- Product Type Definitions
- Easy Ship
- FBA Inbound Eligibilty
- FBA Inventory
- Finances
- Fulfillment Inbound V0
- Listings Restrictions
- Merchant Fulfillment
- Messaging
- Notifications
- Orders
- Product Fees
- Pricing V0
- Pricing 2022-05-01
- Replenishment
- Sales
- Sellers
- Services
- getServiceJobByServiceJobIdGET
- cancelServiceJobByServiceJobIdPUT
- completeServiceJobByServiceJobIdPUT
- getServiceJobsGET
- addAppointmentForServiceJobByServiceJobIdPOST
- rescheduleAppointmentForServiceJobByServiceJobIdPOST
- assignAppointmentResourcesPUT
- setAppointmentFulfillmentDataPUT
- getRangeSlotCapacityPOST
- getFixedSlotCapacityPOST
- updateSchedulePUT
- createReservationPOST
- updateReservationPUT
- cancelReservationDELETE
- getAppointmmentSlotsByJobIdGET
- getAppointmentSlotsGET
- createServiceDocumentUploadDestinationPOST
- Shipment Invoicing
- Shipping
- Amazon Shipping API V2
- getRates
- directPurchaseShipment
- purchaseShipment
- oneClickShipment
- getTracking
- getShipmentDocuments
- cancelShipment
- getAdditionalInputs
- getCarrierAccountFormInputs
- getCarrierAccounts
- linkCarrierAccount
- unlinkCarrierAccount
- generateCollectionForm
- getCollectionFormHistory
- getUnmanifestedShipments
- getCollectionForm
- getAccessPoints
- Solicitations
- Supply Sources
- Tokens
- Uploads
- FBA inbound operations. 2024-03-20
- 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
- getInboundOperationStatus
- Fulfillment Outbound
- Reports 2020-09-04
- Reports 2021-06-30
- Feeds 2020-09-04
- Feeds 2021-06-30
- Listings Items 2020-09-01
- Listings Items 2021-08-01
- Direct Fulfillment Inventory Updates
- Direct Fulfillment Orders V1
- Direct Fulfillment Orders 2021-12-28
- Direct Fulfillment Payments
- Vendor Direct Fulfillment Sandbox Test Data
- Direct Fulfillment Shipping V1
- Direct Fulfillment Shipping 2021-12-28
- Direct Fulfillment Transaction Status V1
- Direct Fulfillment Transaction Status 2021-12-28
- Retail Procurement Payments
- Retail Procurement Orders
- Retail Procurement Shipments
- Retail Procurement Transaction Status
getAppointmentSlots
北美(North America)
北美(North America)
GET
https://sellingpartnerapi-na.amazon.com/service/v1/appointmentSlots
Services
速率(每秒请求) | 峰值 |
---|---|
20 | 40 |
x-amzn-RateLimit-Limit
响应头返回适用于请求操作的使用计划速率限制(如果可用)。上表指示该操作的默认速率和峰值值。那些业务需求要求更高吞吐量的销售合作伙伴可能会看到高于此处显示的速率和峰值值。有关更多信息,请参阅 销售合作伙伴 API 中的使用计划和速率限制。请求参数
Query 参数
asin
string
必需
storeId
string
必需
>= 1 字符<= 100 字符
marketplaceIds
array[string]
必需
<= 1 items
startTime
string
可选
startTime
,那么endTime
也应该提供。默认值是根据业务配置。endTime
string
可选
endTime
,则也应提供startTime
。默认值根据业务配置而定。预约时段的最大范围为90天。示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sellingpartnerapi-na.amazon.com/service/v1/appointmentSlots?asin&storeId&marketplaceIds'
返回响应
🟢200成功
application/json
Headers
x-amzn-RateLimit-Limit
string
可选
x-amzn-RequestId
string
可选
Body
根据服务上下文获取预约时间段的响应。
payload
object (AppointmentSlotReport)
可选
schedulingType
enum<string>
定义插槽的类型。
枚举值:
REAL_TIME_SCHEDULINGNON_REAL_TIME_SCHEDULING
startTime
string <date-time>
可选
endTime
string <date-time>
可选
appointmentSlots
array[object (AppointmentSlot) {3}]
可选
errors
array[object (Error) {4}]
可选
code
string
必需
message
string
必需
details
string
可选
errorLevel
enum<string>
错误类型。
枚举值:
ERRORWARNING
示例
{
"payload": {
"schedulingType": "REAL_TIME_SCHEDULING",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"appointmentSlots": [
{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"capacity": 0
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string",
"errorLevel": "ERROR"
}
]
}
🟠400请求有误
🟠403禁止访问
🟠404记录不存在
🟠415415
🟠422参数错误
🟠429429
🔴500服务器错误
🔴503服务器故障

技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码


修改于 2025-03-15 12:29:36