api_key: ********************
X-Api-Key: ********************
curl --location --request GET 'https://app.sellerassistant.app/api/v1/sp-api/fba/inbound/v0/shipments?queryType=SHIPMENT&api_key'
{
"payload": {
"ShipmentData": [
{
"ShipmentId": "FBA3MXN6HN",
"ShipmentName": "FBA (5/25/16 9:36 AM) - 1",
"ShipFromAddress": {
"Name": "string",
"AddressLine1": "string",
"AddressLine2": null,
"DistrictOrCounty": null,
"City": "string",
"StateOrProvinceCode": "string",
"CountryCode": "string",
"PostalCode": "string"
},
"DestinationFulfillmentCenterId": "CHA1",
"ShipmentStatus": "WORKING",
"LabelPrepType": "NO_LABEL",
"AreCasesRequired": true,
"ConfirmedNeedByDate": "2025-05-26",
"BoxContentsSource": "NONE",
"EstimatedBoxContentsFee": {
"TotalUnits": 0,
"FeePerUnit": {
"CurrencyCode": "USD",
"Value": 0
},
"TotalFee": {
"CurrencyCode": "USD",
"Value": 0
}
}
}
],
"NextToken": "string"
}
}