api_key: ********************
X-Api-Key: ********************
curl --location --request GET 'https://app.sellerassistant.app/api/v1/fba/inboundPlans/wf64bdf98e-986d-4bbe-8e20-7196e3aaa1d2?api_key'
{
"createdAt": "2025-05-26T09:36:00Z",
"inboundPlanId": "ABCDEFGH1234567890ABCDEFGH1234567890",
"lastUpdatedAt": "2025-05-26T10:36:00Z",
"marketplaceIds": [
"ATVPDKIKX0DER"
],
"name": "Summer 2025 Inventory Shipment",
"packingOptions": [
{
"packingOptionId": "PACK1234567890ABCDEFGH1234567890ABCDEF",
"status": "OFFERED"
}
],
"placementOptions": [
{
"placementOptionId": "PLACE1234567890ABCDEFGH1234567890ABCD",
"status": "OFFERED"
}
],
"shipments": [
{
"shipmentId": "SHIP1234567890ABCDEFGH1234567890ABCDEF",
"status": "ABANDONED"
}
],
"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"
}