katana_public_api_client.models.serial_number¶
katana_public_api_client.models.serial_number
¶
Classes¶
SerialNumber
¶
Individual serial number record for tracking specific units of serialized inventory items through transactions.
Transfer side-effects: when a serial number is moved between
resources (e.g. from a ManufacturingOrder to a SalesOrderRow via
POST /serial_numbers), the immediate response may report
transaction_id equal to the literal string undefined and
resource_id: null for the moved record. The subsequent
GET /serial_numbers resolves the correct resource_id —
re-fetch via GET to confirm the landing state.