- 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
- getServiceJobByServiceJobIdGET
- cancelServiceJobByServiceJobIdPUT
- completeServiceJobByServiceJobIdPUT
- getServiceJobsGET
- addAppointmentForServiceJobByServiceJobIdPOST
- rescheduleAppointmentForServiceJobByServiceJobIdPOST
- assignAppointmentResourcesPUT
- setAppointmentFulfillmentDataPUT
- getRangeSlotCapacityPOST
- getFixedSlotCapacityPOST
- updateSchedulePUT
- createReservationPOST
- updateReservationPUT
- cancelReservationDELETE
- getAppointmmentSlotsByJobIdGET
- getAppointmentSlotsGET
- createServiceDocumentUploadDestinationPOST
- ShipmentInvoice[Brazil]
- Shipping
- getRates
- createShipment
- directPurchaseShipment
- getShipment
- purchaseShipment
- cancelShipment
- oneClickShipment
- purchaseLabels
- getTracking
- retrieveShippingLabel
- getShipmentDocuments
- purchaseShipment
- cancelShipment
- getRates
- getAdditionalInputs
- getAccount
- getCarrierAccountFormInputs
- getTrackingInformation
- getCarrierAccounts
- linkCarrierAccount
- unlinkCarrierAccount
- generateCollectionForm
- getCollectionFormHistory
- getUnmanifestedShipments
- getCollectionForm
- getAccessPoints
- Supply Sources
- Tokens
- Uploads
- Notifications
getServiceJobByServiceJobId
Pending
GET
/service/v1/serviceJobs/{serviceJobId}
service
Last modified:2024-11-28 09:36:30
Maintainer:Not configured
serviceJobID
.Rate (requests per second) | Burst |
---|---|
20 | 40 |
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 than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.Request
Path Params
serviceJobId
stringÂ
required
>= 1 characters<= 100 characters
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/service/v1/serviceJobs/'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
The response schema for the `getServiceJobByServiceJobId` operation.
payload
object (ServiceJob)Â
optional
createTime
string <date-time>
optional
serviceJobId
stringÂ
optional
>= 1 characters<= 100 characters
serviceJobStatus
enum<string>Â
optional
Allowed values:
NOT_SERVICEDCANCELLEDCOMPLETEDPENDING_SCHEDULENOT_FULFILLABLEHOLDPAYMENT_DECLINED
scopeOfWork
object (ScopeOfWork)Â
optional
seller
object (Seller)Â
optional
serviceJobProvider
object (ServiceJobProvider)Â
optional
preferredAppointmentTimes
array[object (AppointmentTime) {2}]Â
optional
appointments
array[object (Appointment) {6}]Â
optional
serviceOrderId
stringÂ
optional
>= 5 characters<= 20 characters
marketplaceId
stringÂ
optional
Match pattern:
^[A-Z0-9]*$
storeId
stringÂ
optional
>= 1 characters<= 100 characters
buyer
object (Buyer)Â
optional
associatedItems
array[object (AssociatedItem) {7}]Â
optional
serviceLocation
object (ServiceLocation)Â
optional
errors
array[object (Error) {3}]Â
optional
code
stringÂ
required
message
stringÂ
required
details
stringÂ
optional
Example
{
"payload": {
"createTime": "2019-08-24T14:15:22Z",
"serviceJobId": "string",
"serviceJobStatus": "NOT_SERVICED",
"scopeOfWork": {
"asin": "string",
"title": "string",
"quantity": 0,
"requiredSkills": [
"string"
]
},
"seller": {
"sellerId": "string"
},
"serviceJobProvider": {
"serviceJobProviderId": "string"
},
"preferredAppointmentTimes": [
{
"startTime": "2019-08-24T14:15:22Z",
"durationInMinutes": 1
}
],
"appointments": [
{
"appointmentId": "string",
"appointmentStatus": "ACTIVE",
"appointmentTime": {
"startTime": "2019-08-24T14:15:22Z",
"durationInMinutes": 1
},
"assignedTechnicians": [
{
"technicianId": "string",
"name": "string"
}
],
"rescheduledAppointmentId": "string",
"poa": {
"appointmentTime": {
"startTime": "2019-08-24T14:15:22Z",
"durationInMinutes": 1
},
"technicians": [
{
"technicianId": "string",
"name": "string"
}
],
"uploadingTechnician": "string",
"uploadTime": "2019-08-24T14:15:22Z",
"poaType": "NO_SIGNATURE_DUMMY_POS"
}
}
],
"serviceOrderId": "string",
"marketplaceId": "string",
"storeId": "string",
"buyer": {
"buyerId": "string",
"name": "string",
"phone": "string",
"isPrimeMember": true
},
"associatedItems": [
{
"asin": "string",
"title": "string",
"quantity": 0,
"orderId": "string",
"itemStatus": "ACTIVE",
"brandName": "string",
"itemDelivery": {
"estimatedDeliveryDate": "2019-08-24T14:15:22Z",
"itemDeliveryPromise": {
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}
}
}
],
"serviceLocation": {
"serviceLocationType": "IN_HOME",
"address": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
}
}
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
🟠400Bad Request
🟠403Forbidden
🟠404Record Not Found
🟠413413
🟠415415
🟠422Parameter Error
🟠429429
🔴500Server Error
🔴503Service Unavailable