- Introduction
- Authentication
- Throttling
- Error Handling
- Marketplace IDs and Categories
- User Info
- Products
- UPC-EAN-ASIN converters
- Restrictions
- Sales Estimation
- Keepa
- Shipments
- SP-API
List plan shipments
Developing
GET
https://app.sellerassistant.app/api/v1/inboundPlans/{inboundPlanId}/shipments
Shipments
Request
Path Params
inboundPlanId
required
Example:
wf64bdf98e-986d-4bbe-8e20-7196e3aaa1d2
Query Params
domain
optional
amazon.com
is used by default if domain
and marketplaceId
are not provided. If both domain
and marketplaceId
are chosen, domain
has bigger priority. Options: amazon.com, amazon.ca, amazon.co.uk, amazon.de, amazon.es, amazon.it, amazon.fr, amazon.in, amazon.com.mx, amazon.com.br.Example:
amazon.com
marketplaceId
optional
amazon.com
is used by default if domain
and marketplaceId
are not provided. If both domain
and marketplaceId
are chosen, domain
has bigger priority. See all options here.Example:
ATVPDKIKX0DER
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://app.sellerassistant.app/api/v1/inboundPlans/wf64bdf98e-986d-4bbe-8e20-7196e3aaa1d2/shipments'
Responses
🟢200OK
application/json
Body
inboundPlan
object (InboundPlanSummary)Â
optional
createdAt
string <date-time>
required
Example:
2025-05-26T09:36:00Z
inboundPlanId
stringÂ
required
>= 38 characters<= 38 characters
Example:
ABCDEFGH1234567890ABCDEFGH1234567890
lastUpdatedAt
string <date-time>
required
Example:
2025-05-26T10:36:00Z
marketplaceIds
array[string]
required
Example:
["ATVPDKIKX0DER"]
name
stringÂ
required
Example:
Summer 2025 Inventory Shipment
sourceAddress
object (Address)Â
required
status
enum<string>Â
required
>= 1 characters<= 1024 characters
Allowed values:
ACTIVEVOIDEDSHIPPEDERRORED
Example:
ACTIVE
shipments
array[object (ShipmentSummary) {14}]Â
optional
amazonReferenceId
string  | nullÂ
optional
>= 1 characters<= 1024 characters
contactInformation
object  | nullÂ
optional
dates
object  | nullÂ
optional
destination
objectÂ
optional
freightInformation
object  | nullÂ
optional
placementOptionId
stringÂ
optional
>= 38 characters<= 38 characters
selectedDeliveryWindow
object  | nullÂ
optional
selectedTransportationOptionId
string  | nullÂ
optional
>= 38 characters<= 38 characters
selfShipAppointmentDetails
array [object {3}]  | nullÂ
optional
shipmentConfirmationId
string  | nullÂ
optional
>= 1 characters<= 1024 characters
shipmentId
stringÂ
optional
>= 38 characters<= 38 characters
source
objectÂ
optional
status
enum<string>Â Â |Â enum<null>Â
optional
>= 1 characters<= 1024 characters
Allowed values:
ABANDONEDCANCELLEDCHECKED_INCLOSEDDELETEDDELIVEREDIN_TRANSITMIXEDREADY_TO_SHIPRECEIVINGSHIPPEDUNCONFIRMEDWORKING
trackingDetails
object  | nullÂ
optional
Example
{
"inboundPlan": {
"createdAt": "2025-05-26T09:36:00Z",
"inboundPlanId": "ABCDEFGH1234567890ABCDEFGH1234567890",
"lastUpdatedAt": "2025-05-26T10:36:00Z",
"marketplaceIds": [
"ATVPDKIKX0DER"
],
"name": "Summer 2025 Inventory Shipment",
"sourceAddress": {
"addressLine1": "123 Main St",
"addressLine2": "Suite 100",
"city": "Seattle",
"companyName": "Acme Inc",
"countryCode": "US",
"email": "contact@example.com",
"name": "John Doe",
"phoneNumber": "+12065551234",
"postalCode": "98109",
"stateOrProvinceCode": "WA"
},
"status": "ACTIVE"
},
"shipments": [
{
"amazonReferenceId": "string",
"contactInformation": {
"email": "string",
"name": "string",
"phoneNumber": "string"
},
"dates": {
"readyToShipWindow": {
"editableUntil": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z",
"start": "2019-08-24T14:15:22Z"
}
},
"destination": {
"address": {
"addressLine1": "123 Main St",
"addressLine2": "Suite 100",
"city": "Seattle",
"companyName": "Acme Inc",
"countryCode": "US",
"email": "contact@example.com",
"name": "John Doe",
"phoneNumber": "+12065551234",
"postalCode": "98109",
"stateOrProvinceCode": "WA"
},
"destinationType": "AMAZON_OPTIMIZED",
"warehouseId": "string"
},
"freightInformation": {
"declaredValue": {
"amount": 10.5,
"code": "USD"
},
"freightClass": "NONE",
"name": "string"
},
"placementOptionId": "stringstringstringstringstringstringst",
"selectedDeliveryWindow": {
"availabilityType": "AVAILABLE",
"deliveryWindowOptionId": "stringstringstringstringstringstring",
"editableUntil": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z"
},
"selectedTransportationOptionId": "stringstringstringstringstringstringst",
"selfShipAppointmentDetails": [
{
"appointmentId": 0,
"appointmentSlotTime": {
"endTime": "2019-08-24T14:15:22Z",
"startTime": "2019-08-24T14:15:22Z"
},
"appointmentStatus": "string"
}
],
"shipmentConfirmationId": "string",
"shipmentId": "stringstringstringstringstringstringst",
"source": {
"address": {
"addressLine1": "123 Main St",
"addressLine2": "Suite 100",
"city": "Seattle",
"companyName": "Acme Inc",
"countryCode": "US",
"email": "contact@example.com",
"name": "John Doe",
"phoneNumber": "+12065551234",
"postalCode": "98109",
"stateOrProvinceCode": "WA"
},
"sourceType": "SELLER_FACILITY"
},
"status": "ABANDONED",
"trackingDetails": {
"ltlTrackingDetail": {
"billOfLadingNumber": "string",
"freightBillNumber": [
"string"
]
},
"spdTrackingDetail": {
"spdTrackingItems": [
{
"boxId": "string",
"trackingId": "string",
"trackingNumberValidationStatus": "VALIDATED"
}
]
}
}
}
]
}
🟠402402
🟠403Forbidden
🟠422Parameter Error
🟠429429
🔴500Server Error
Modified at 2025-07-02 12:57:03