katana_public_api_client.api.bin_transfer.create_bin_transfer_row¶
katana_public_api_client.api.bin_transfer.create_bin_transfer_row
¶
Classes¶
Functions¶
asyncio(*, client, body)
async
¶
Create a bin transfer row
Adds a row to an existing bin transfer.
Parameters:
-
body(CreateBinTransferRowRequest) –Request payload for adding a row to an existing bin transfer. Example: {'bin_transfer_id': 1, 'variant_id': 42, 'quantity': '3', 'source_bin_location_id': 7, 'target_bin_location_id': 9}.
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
BinTransferRow | DetailedErrorResponse | ErrorResponse | None–BinTransferRow | DetailedErrorResponse | ErrorResponse
Source code in katana_public_api_client/api/bin_transfer/create_bin_transfer_row.py
asyncio_detailed(*, client, body)
async
¶
Create a bin transfer row
Adds a row to an existing bin transfer.
Parameters:
-
body(CreateBinTransferRowRequest) –Request payload for adding a row to an existing bin transfer. Example: {'bin_transfer_id': 1, 'variant_id': 42, 'quantity': '3', 'source_bin_location_id': 7, 'target_bin_location_id': 9}.
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
Response[BinTransferRow | DetailedErrorResponse | ErrorResponse]–Response[BinTransferRow | DetailedErrorResponse | ErrorResponse]
Source code in katana_public_api_client/api/bin_transfer/create_bin_transfer_row.py
sync(*, client, body)
¶
Create a bin transfer row
Adds a row to an existing bin transfer.
Parameters:
-
body(CreateBinTransferRowRequest) –Request payload for adding a row to an existing bin transfer. Example: {'bin_transfer_id': 1, 'variant_id': 42, 'quantity': '3', 'source_bin_location_id': 7, 'target_bin_location_id': 9}.
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
BinTransferRow | DetailedErrorResponse | ErrorResponse | None–BinTransferRow | DetailedErrorResponse | ErrorResponse
Source code in katana_public_api_client/api/bin_transfer/create_bin_transfer_row.py
sync_detailed(*, client, body)
¶
Create a bin transfer row
Adds a row to an existing bin transfer.
Parameters:
-
body(CreateBinTransferRowRequest) –Request payload for adding a row to an existing bin transfer. Example: {'bin_transfer_id': 1, 'variant_id': 42, 'quantity': '3', 'source_bin_location_id': 7, 'target_bin_location_id': 9}.
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
Response[BinTransferRow | DetailedErrorResponse | ErrorResponse]–Response[BinTransferRow | DetailedErrorResponse | ErrorResponse]