- 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
- getFulfillmentPreviewPOST
- deliveryOffersPOST
- listAllFulfillmentOrdersGET
- createFulfillmentOrderPOST
- getPackageTrackingDetailsGET
- listReturnReasonCodesGET
- createFulfillmentReturnPUT
- getFulfillmentOrderGET
- updateFulfillmentOrderPUT
- cancelFulfillmentOrderPUT
- submitFulfillmentOrderStatusUpdatePUT
- getFeaturesGET
- getFeatureInventoryGET
- getFeatureSKUGET
- 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
- 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
getPackageTrackingDetails
GET
/fba/outbound/2020-07-01/tracking
fbaOutbound
Last modified:2024-12-05 08:52:50
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
2 | 30 |
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 have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.Request
Query Params
packageNumber
integer <int32>
required
getFulfillmentOrder
operation.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/fba/outbound/2020-07-01/tracking?packageNumber'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
The response schema for the `getPackageTrackingDetails` operation.
payload
object (PackageTrackingDetails)Â
optional
packageNumber
integer <int32>
required
trackingNumber
stringÂ
optional
customerTrackingLink
stringÂ
optional
carrierCode
stringÂ
optional
carrierPhoneNumber
stringÂ
optional
carrierURL
stringÂ
optional
shipDate
string <date-time>
optional
estimatedArrivalDate
string <date-time>
optional
shipToAddress
object (TrackingAddress)Â
optional
currentStatus
enum<string>Â
optional
Allowed values:
IN_TRANSITDELIVEREDRETURNINGRETURNEDUNDELIVERABLEDELAYEDAVAILABLE_FOR_PICKUPCUSTOMER_ACTIONUNKNOWNOUT_FOR_DELIVERYDELIVERY_ATTEMPTEDPICKUP_SUCCESSFULPICKUP_CANCELLEDPICKUP_ATTEMPTEDPICKUP_SCHEDULEDRETURN_REQUEST_ACCEPTEDREFUND_ISSUEDRETURN_RECEIVED_IN_FC
currentStatusDescription
stringÂ
optional
CurrentStatus
value.signedForBy
stringÂ
optional
additionalLocationInfo
enum<string>Â
optional
Allowed values:
AS_INSTRUCTEDCARPORTCUSTOMER_PICKUPDECKDOOR_PERSONFRONT_DESKFRONT_DOORGARAGEGUARDMAIL_ROOMMAIL_SLOTMAILBOXMC_BOYMC_GIRLMC_MANMC_WOMANNEIGHBOROFFICEOUTBUILDINGPATIOPORCHREAR_DOORRECEPTIONISTRECEIVERSECURE_LOCATIONSIDE_DOOR
trackingEvents
array[object (TrackingEvent) {4}]Â
optional
errors
array[object (Error) {3}]Â
optional
code
stringÂ
required
message
stringÂ
required
details
stringÂ
optional
Example
{
"payload": {
"packageNumber": 0,
"trackingNumber": "string",
"customerTrackingLink": "string",
"carrierCode": "string",
"carrierPhoneNumber": "string",
"carrierURL": "string",
"shipDate": "2019-08-24T14:15:22Z",
"estimatedArrivalDate": "2019-08-24T14:15:22Z",
"shipToAddress": {
"city": "string",
"state": "string",
"country": "string"
},
"currentStatus": "IN_TRANSIT",
"currentStatusDescription": "string",
"signedForBy": "string",
"additionalLocationInfo": "AS_INSTRUCTED",
"trackingEvents": [
{
"eventDate": "2019-08-24T14:15:22Z",
"eventAddress": {
"city": "string",
"state": "string",
"country": "string"
},
"eventCode": "EVENT_101",
"eventDescription": "string"
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠429429
🔴500Server Error
🔴503Service Unavailable