api_key: ********************
X-Api-Key: ********************
curl --location --request GET 'https://app.sellerassistant.app/api/v1/fba/inboundPlans?api_key'
{
"inboundPlans": [
{
"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"
}
],
"pagination": {
"nextToken": "eyJNYXJrZXJ..."
}
}