move_shelf

Function move_shelf 

Source
pub async fn move_shelf(
    client: &mut KachakaApiClient<Channel>,
    shelf_id: &str,
    location_id: &str,
    options: StartCommandOptions,
) -> Result<String, KachakaApiError>