# Friday Seller Tools – Amazon FBA Stranded Inventory Recovery

> Friday Seller Tools – Amazon FBA Stranded Inventory Recovery is a paid API for AI agents from friday-seller-tools-production.up.railway.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Generates a stranded inventory recovery action plan and deliverables for Amazon FBA sellers to fix and reinstate stranded listings.

## Facts

- Endpoint: POST https://friday-seller-tools-production.up.railway.app/v1/amazon/fba/stranded-inventory-recovery
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/friday-seller-tools-amazon-fba-stranded-inventory-recovery-6c6927f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6njcyCr_1U10CyeCrNuHG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability friday-seller-tools-amazon-fba-stranded-inventory-recovery-6c6927f2 -d '<json body>'
```

Example prompt: I have several ASINs stuck in stranded inventory status on Amazon FBA — can you generate a recovery plan so I know exactly what steps to take to get them active and sellable again?

## When to prefer this

Choose this endpoint when an Amazon FBA seller needs a structured, actionable recovery plan for stranded inventory rather than manually navigating Seller Central. Ideal for sellers with multiple stranded ASINs or unclear stranding reasons who want instant, low-cost ($0.50 USDC) AI-generated remediation steps without hiring a consultant.

## Known failure modes

- Missing or invalid ASIN data results in inability to generate targeted recommendations
- Unsupported stranding reason codes may yield generic rather than specific recovery steps
- Service returns queued status — downstream result retrieval may time out or fail if job processing stalls
- Malformed request body returns 4xx error with no recovery plan generated

## How this service works

Instant, low-cost Amazon, Walmart, Shopify, and eBay listing, upload-preparation, advertising, and image-brief deliverables.

## Output

Returns a job_id and queued status immediately, with the eventual deliverable being a structured recovery action plan containing diagnosed stranding reasons, prioritized fix steps, and listing remediation recommendations for the affected Amazon FBA inventory.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "records": {
   "type": "array",
   "items": {
    "type": "object",
    "title": "FbaStrandedInventoryRecord",
    "required": [
     "record_reference",
     "sku",
     "stranded_reason",
     "primary_action",
     "date_stranded",
     "your_price"
    ],
    "properties": {
     "sku": {
      "type": "string",
      "title": "Sku",
      "maxLength": 120,
      "minLength": 1
     },
     "asin": {
      "anyOf": [
       {
        "type": "string",
        "maxLength": 20,
        "minLength": 1
       },
       {
        "type": "null"
       }
      ],
      "title": "Asin",
      "default": null
     },
     "fnsku": {
      "anyOf": [
       {
        "type": "string",
        "maxLength": 120,
        "minLength": 1
       },
       {
        "type": "null"
       }
      ],
      "title": "Fnsku",
      "default": null
     },
     "your_price": {
      "type": "number",
      "title": "Your Price",
      "maximum": 10000000,
      "minimum": 0
     },
     "date_stranded": {
      "type": "string",
      "title": "Date Stranded",
      "format": "date"
     },
     "error_message": {
      "anyOf": [
       {
        "type": "string",
        "maxLength": 500,
        "minLength": 1
       },
       {
        "type": "null"
       }
      ],
      "title": "Error Message",
      "default": null
     },
     "primary_action": {
      "type": "string",
      "title": "Primary Action",
      "maxLength": 240,
      "minLength": 1
     },
     "stranded_reason": {
      "type": "string",
      "title": "Stranded Reason",
      "maxLength": 240,
      "minLength": 1
     },
     "record_reference": {
      "type": "string",
      "title": "Record Reference",
      "maxLength": 120,
      "minLength": 1
     },
     "auto_removal_date": {
      "anyOf": [
       {
        "type": "string",
        "format": "date"
       },
       {
        "type": "null"
       }
      ],
      "title": "Auto Removal Date",
      "default": null
     },
     "reserved_quantity": {
      "type": "integer",
      "title": "Reserved Quantity",
      "default": 0,
      "maximum": 10000000,
      "minimum": 0
     },
     "fulfillable_quantity": {
      "type": "integer",
      "title": "Fulfillable Quantity",
      "default": 0,
      "maximum": 10000000,
      "minimum": 0
     },
     "unfulfillable_quantity": {
      "type": "integer",
      "title": "Unfulfillable Quantity",
      "default": 0,
      "maximum": 10000000,
 
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "example",
  "status": "queued"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/friday-seller-tools-amazon-fba-stranded-inventory-recovery-6c6927f2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from friday-seller-tools-production.up.railway.app](https://www.zero.xyz/host/friday-seller-tools-production.up.railway.app/llms.txt)
