object FbaInventory
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
quantity | Int | |
marketplace_id | String | |
merchant_id | String |
Referenced By
- Product Type
Example
{
"id": "abc123",
"legacy_id": 987,
"quantity": 987,
"marketplace_id": "abc123",
"merchant_id": "abc123"
}