object FbaInventory
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
quantity | Int | Quantity as a whole-unit count. |
marketplace_id | String | Public API marketplace ID that identifies the related record. |
merchant_id | String | Public API merchant ID that identifies the related record. |
Referenced By
- Product Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"quantity": 2,
"marketplace_id": "UmVjb3JkOjEyMzQ=",
"merchant_id": "UmVjb3JkOjEyMzQ="
}